/** This file is auto-generated by the Clean Theme configuration. Do not edit the file directly. */

:root {
    --hh-ct-container-max-width: 1600px;
    --default: #a2c4c9;
    --primary: #9fc5e8;
    --info: #9fc5e8;
    --success: #9fc5e8;
    --warning: #AF640E;
    --danger: #EC0426;
    --link: #1A7DB2;
    --hh-ct-text-color-heading: #37474f;
    --text-color-main: #31414a;
    --text-color-default: #4b4b4b;
    --text-color-secondary: #000000;
    --text-color-highlight: #242424;
    --text-color-soft: #555555;
    --text-color-soft2: #838383;
    --text-color-soft3: #000000;
    --text-color-contrast: #ffffff;
    --background-color-main: #76b2e8;
    --background-color-secondary: #6eb0ea;
    --background-color-page: #c2daf0;
    --background-color-highlight: #bdd0e1;
    --background-color-highlight-soft: #cdddec;
    --hh-ct-font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --hh-ct-font-size: 14px;
    --hh-ct-font-weight: 400;
    --hh-ct-font-bold-weight: 700;
    --hh-ct-heading-font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --hh-ct-ph-font-size: 20px;
    --hh-ct-h1-font-size: 1.7em;
    --hh-ct-h1-stream-font-size: 1.45em;
    --hh-ct-h2-font-size: 1.5em;
    --hh-ct-h2-stream-font-size: 1.3em;
    --hh-ct-h3-font-size: 1.2em;
    --hh-ct-h4-font-size: 1.1em;
    --hh-ct-h5-font-size: 1.0em;
    --hh-ct-h6-font-size: 0.85em;
    --hh-ct-ph-font-weight: 800;
    --hh-ct-panel-border-width: 1px;
    --hh-ct-panel-border-style: solid;
    --hh-ct-panel-border-color: #000000;
    --hh-ct-panel-border-radius: 6px;
    --hh-ct-panel-box-shadow: 0 1px 10px #00000019;
    --hh-ct-menu-font-size: 14px;
    --hh-ct-menu-text-color: #31414a;
    --hh-ct-menu-border-color: #000000;
    --hh-ct-top-bar-height: 50px;
    --hh-ct-top-bar-font-size: 10px;
    --hh-ct-top-menu-nav-justify-content: center;
    --hh-ct-top-menu-background-color: #2d8bdf;
    --hh-ct-top-menu-text-color: #31414a;
    --hh-ct-top-menu-button-hover-background-color: #ffffff;
    --hh-ct-top-menu-button-hover-text-color: #242424;

    --background-color-main-darken-10: #6598c6;
    --background-color-page-darken-5: #b7cde2;
    --background-color-page-lighten-10: #ebf3fa;
    --background-color-page-lighten-20: #ffffff;
    --background-color-page-lighten-30: #ffffff;
    --background-color-secondary-darken-2: #6babe3;
    --background-color-secondary-darken-5: #66a3d9;
    --danger-darken-10: #ba031e;
    --danger-darken-5: #d30422;
    --danger-lighten-20: #f36378;
    --danger-lighten-5: #ee1c3a;
    --default-darken-2: #9dbec3;
    --default-darken-5: #97b6bb;
    --default-lighten-2: #a8c8cd;
    --info-darken-10: #8aabca;
    --info-darken-27: #678096;
    --info-darken-5: #95b8d9;
    --info-lighten-25: #ffffff;
    --info-lighten-30: #ffffff;
    --info-lighten-40: #ffffff;
    --info-lighten-5: #b4d1ed;
    --info-lighten-50: #ffffff;
    --info-lighten-8: #c0d9f0;
    --link-darken-2: #1977a9;
    --link-lighten-5: #2d88b8;
    --primary-darken-10: #8aabca;
    --primary-darken-5: #95b8d9;
    --primary-lighten-10: #c8def2;
    --primary-lighten-20: #f1f7fc;
    --primary-lighten-25: #ffffff;
    --primary-lighten-5: #b4d1ed;
    --primary-lighten-8: #c0d9f0;
    --success-darken-10: #8aabca;
    --success-darken-5: #95b8d9;
    --success-lighten-20: #f1f7fc;
    --success-lighten-5: #b4d1ed;
    --text-color-highlight-fade-15: #24242426;
    --text-color-highlight-fade-30: #2424244d;
    --text-color-secondary-lighten-25: #404040;
    --warning-darken-10: #80490a;
    --warning-darken-2: #a65f0d;
    --warning-darken-5: #97570c;
    --warning-lighten-10: #bc7d34;
    --warning-lighten-20: #c8955b;
    --warning-lighten-40: #e2c7a7;
    --warning-lighten-5: #b57021;
    --hh-ct-top-bar-bottom-spacing: 30px;
    --hh-fixed-header-height: 80px;
    --hh-fixed-footer-height: 0px;
}

@media (max-width: 768px) {
    :root {
        --hh-ct-top-bar-height: 50px;
        --hh-ct-top-bar-bottom-spacing: 5px;
        --hh-fixed-header-height: 55px;
    }
}

@media (max-width: 570px) {
    :root {
        --hh-fixed-footer-height: 52px;
    }
}

/* =========================================================
   DISCOURSE237 - CLEAN THEME
   Goal:
   - 2 columns on desktop: FEED | RIGHT SIDEBAR (ads inside right)
   - Text always left aligned
   - Post images centered, fill feed width, NOT cropped
   ========================================================= */
/* -----------------------------
   1) Text always left aligned
   ----------------------------- */
.wall-entry, .stream-entry, .wall-entry .content, .stream-entry .content, .wall-entry .wall-entry-body, .stream-entry .wall-entry-body, .wall-entry .comment, .stream-entry .comment, .wall-entry .comment-content, .stream-entry .comment-content {
  text-align: left !important;
}
/* -----------------------------
   2) Fix: dropdown menu cut off
   ----------------------------- */
.wall-entry, .stream-entry, .wall-entry .panel, .stream-entry .panel, .wall-entry .panel-heading, .stream-entry .panel-heading, .wall-entry .panel-body, .stream-entry .panel-body, .wall-entry .panel-footer, .stream-entry .panel-footer, .wall-entry .wall-entry-head, .stream-entry .wall-entry-head, .wall-entry .wall-entry-controls, .stream-entry .wall-entry-controls {
  overflow: visible !important;
}
.wall-entry .dropdown, .stream-entry .dropdown {
  position: relative !important;
}
.wall-entry .dropdown-menu, .stream-entry .dropdown-menu {
  z-index: 99999 !important;
}
/* ----------------------------------------------------
   3) Desktop 2-column layout (FEED | RIGHT SIDEBAR)
   - Removed the left ADS placeholder column completely
   ---------------------------------------------------- */
@media (min-width: 992px) {
  /* Make the main dashboard row a flex row */
  /* CENTER FEED column */
  /* RIGHT SIDEBAR column (wider to host ads side-by-side) */
  #layout-content > .container > .row {
    position: relative !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    column-gap: 18px !important;
    padding-left: 0 !important;
    /* removed reserved ADS space */
  }
  #layout-content > .container > .row > .layout-content-container {
    flex: 1 1 auto !important;
    min-width: 520px;
    max-width: 820px;
    margin: 0 !important;
  }
  #layout-content > .container > .row > .layout-sidebar-container {
    flex: 0 0 520px !important;
    width: 520px !important;
    max-width: 520px !important;
    position: relative !important;
  }
}
/* ----------------------------------------------------
   4) Facebook-like media inside posts
   - Images centered
   - Fill available width
   - NOT cropped (contain)
   ---------------------------------------------------- */
/* Make media area full-bleed inside the card */
.wall-entry .wall-entry-media, .stream-entry .wall-entry-media {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
/* Center the media and allow it to expand */
.wall-entry .wall-entry-media, .stream-entry .wall-entry-media, .wall-entry .media, .stream-entry .media {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
/* Force images to take the full feed width, without cropping */
.wall-entry .wall-entry-media img, .stream-entry .wall-entry-media img, .wall-entry img, .stream-entry img, .file-preview img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}
/* Remove side padding from panel-body so media can be full width */
.wall-entry .panel-body, .stream-entry .panel-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Re-add padding only to text and action areas */
.wall-entry .panel-body .content, .stream-entry .panel-body .content, .wall-entry .panel-body .wall-entry-controls, .stream-entry .panel-body .wall-entry-controls, .wall-entry .wall-entry-controls, .stream-entry .wall-entry-controls {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
/* =====================================================
   Basic ad media styling (no moving, no absolute)
   ===================================================== */
.ds237-ad a {
  display: block;
  text-decoration: none;
}
.ds237-ad img, .ds237-ad video {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 10px !important;
  object-fit: contain !important;
}
@media (hover: hover) {
  .ds237-ad a:hover {
    opacity: 0.95;
  }
}
/* Mobile: hide ads blocks */
@media (max-width: 991px) {
  .ds237-ad {
    display: none !important;
  }
}

