/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2026 | 20:24:06 */
/*==============================================================
  SIC — FAQ
  Split from rule 2969 "SIC Page CSS - Claude" into structured files.
  Scope: SIC posts (body.category-sic); selectors are guarded, safe site-wide.
  FAQ section (mobile_accordion) + grid placement.
==============================================================*/
/*--------------------------------------------------------------
   23. FAQ SECTION (.sicpostfaq with mobile_accordion)
--------------------------------------------------------------*/

/* ===== Grid placement: insert FAQ between bl-tabs and contact =====
   Original SIC grid had 8 rows with contact in row 8. We extend
   to 9 rows, FAQ in row 8, contact in row 9. The sidebar's row
   span extends from 1/8 to 1/9 so it ends right above contact
   (same visual alignment as before — sidebar may grow taller). */
@media (min-width: 880px) {
  body.category-sic .entry-content {
    grid-template-rows:
      auto    /* 1: title */
      auto    /* 2: banner */
      auto    /* 3: share */
      auto    /* 4: progress + countdown */
      auto    /* 5: description */
      auto    /* 6: carousel */
      auto    /* 7: tabs */
      auto    /* 8: faq */
      auto !important; /* 9: contact */
  }

  body.category-sic .sicpostfaq {
    grid-column: 1 !important;
    grid-row: 8 !important;
  }

  body.category-sic .sicpostcontact {
    grid-row: 9 !important;
  }

  /* Sidebar now spans through the FAQ row so it ends right above
     the contact form, matching the previous visual alignment */
  body.category-sic .sicpostdonate {
    grid-row: 1 / 9 !important;
  }
}

/* Mobile: place FAQ in the flex order between bl-tabs and contact */
@media (max-width: 879px) {
  body.category-sic .sicpostfaq { order: 9 !important; }
  body.category-sic hr.sicpostdivider { order: 10 !important; }
  body.category-sic .sicpostcontact { order: 11 !important; }
}

/* ===== FAQ container ===== */
body.category-sic .sicpostfaq {
  width: 100% !important;
  max-width: 100% !important;
  margin: 32px 0 0 0 !important;
  padding: 32px 0 0 0 !important;
  border-top: 1px solid var(--sic-line) !important;
  animation: none !important;
  clear: both !important;
}

/* The FAQ heading uses class="csfpostsubtitle" in the SIC DOM (likely
   a copy-paste from the CSF template). Style it the same as
   .sicpostsubtitle so it matches the rest of the page. */
body.category-sic .sicpostfaq .csfpostsubtitle,
body.category-sic .sicpostfaq .sicpostsubtitle,
body.category-sic .sicpostfaq h2 {
  text-align: left !important;
  font-size: 1.35rem !important;
  font-weight: 800 !important;
  color: var(--sic-text) !important;
  margin: 0 0 16px 0 !important;
  text-shadow: none !important;
  letter-spacing: -0.01em !important;
}

/* ===== Accordion wrapper — render as a single card ===== */
body.category-sic .sicpostfaq .ma-wrapper {
  background: var(--sic-surface) !important;
  border: 1px solid var(--sic-line) !important;
  border-radius: var(--sic-radius-lg) !important;
  box-shadow: var(--sic-shadow) !important;
  overflow: hidden !important;
}

/* ===== Section dividers — use SIC tokens, not the default rgba ===== */
body.category-sic .sicpostfaq .ma-wrapper .ma-section {
  border-bottom: 1px solid var(--sic-line) !important;
}
body.category-sic .sicpostfaq .ma-wrapper .ma-section:last-child {
  border-bottom: none !important;
}

/* ===== Question button (label row) ===== */
body.category-sic .sicpostfaq .ma-wrapper .ma-label {
  width: 100% !important;
  padding: 18px 22px !important;
  background: transparent !important;
  border: none !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: var(--sic-text) !important;
  text-align: left !important;
  cursor: pointer !important;
  line-height: 1.4 !important;
  transition: background 0.2s ease, color 0.2s ease !important;
  -webkit-tap-highlight-color: transparent !important;
}

body.category-sic .sicpostfaq .ma-wrapper .ma-label:hover,
body.category-sic .sicpostfaq .ma-wrapper .ma-label:focus-visible {
  background: var(--sic-surface-2) !important;
  color: var(--sic-primary) !important;
}

body.category-sic .sicpostfaq .ma-wrapper .ma-label.is-open {
  background: var(--sic-primary-soft) !important;
  color: var(--sic-primary-dark) !important;
}

/* ===== Label text + emoji icon ===== */
body.category-sic .sicpostfaq .ma-wrapper .ma-label-text {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex: 1 !important;
  min-width: 0 !important;
}

body.category-sic .sicpostfaq .ma-wrapper .ma-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  width: 32px !important;
  height: 32px !important;
  background: var(--sic-primary-soft) !important;
  border-radius: 50% !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  transition: background 0.2s ease !important;
}

body.category-sic .sicpostfaq .ma-wrapper .ma-label.is-open .ma-icon {
  background: #fff !important;
}

/* ===== Chevron — replace the borrowed border-arrow with a clean
   plus/minus toggle that matches the rest of the page ===== */
body.category-sic .sicpostfaq .ma-wrapper .ma-chevron {
  position: relative !important;
  flex-shrink: 0 !important;
  width: 16px !important;
  height: 16px !important;
  margin-left: 12px !important;
  border: none !important;
  transform: none !important;
  transition: transform 0.25s ease !important;
}

body.category-sic .sicpostfaq .ma-wrapper .ma-chevron::before,
body.category-sic .sicpostfaq .ma-wrapper .ma-chevron::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  background: currentColor !important;
  border-radius: 1px !important;
  transition: transform 0.25s ease, opacity 0.2s ease !important;
}
body.category-sic .sicpostfaq .ma-wrapper .ma-chevron::before {
  width: 14px !important;
  height: 2px !important;
  transform: translate(-50%, -50%) !important;
}
body.category-sic .sicpostfaq .ma-wrapper .ma-chevron::after {
  width: 2px !important;
  height: 14px !important;
  transform: translate(-50%, -50%) !important;
}
body.category-sic .sicpostfaq .ma-wrapper .ma-label.is-open .ma-chevron::after {
  transform: translate(-50%, -50%) rotate(90deg) !important;
  opacity: 0 !important;
}

/* ===== Answer panel ===== */
body.category-sic .sicpostfaq .ma-wrapper .ma-content {
  background: var(--sic-surface-2) !important;
  border-top: 1px solid var(--sic-line) !important;
}
body.category-sic .sicpostfaq .ma-wrapper .ma-content:not(.is-visible) {
  border-top: none !important;
}

body.category-sic .sicpostfaq .ma-wrapper .ma-content-inner {
  padding: 18px 22px 22px 22px !important;
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
  color: var(--sic-text-soft) !important;
}

body.category-sic .sicpostfaq .ma-wrapper .ma-content-inner p {
  margin: 0 0 0.9em 0 !important;
  color: var(--sic-text-soft) !important;
}
body.category-sic .sicpostfaq .ma-wrapper .ma-content-inner p:last-child {
  margin-bottom: 0 !important;
}
body.category-sic .sicpostfaq .ma-wrapper .ma-content-inner p:empty {
  display: none !important;
}

body.category-sic .sicpostfaq .ma-wrapper .ma-content-inner a {
  color: var(--sic-primary) !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
  font-weight: 500 !important;
}
body.category-sic .sicpostfaq .ma-wrapper .ma-content-inner a:hover {
  color: var(--sic-primary-hover) !important;
}

/* ===== Mobile refinements ===== */
@media (max-width: 600px) {
  body.category-sic .sicpostfaq {
    margin-top: 24px !important;
    padding-top: 24px !important;
  }
  body.category-sic .sicpostfaq .ma-wrapper .ma-label {
    padding: 14px 16px !important;
    font-size: 0.95rem !important;
  }
  body.category-sic .sicpostfaq .ma-wrapper .ma-content-inner {
    padding: 14px 16px 18px 16px !important;
  }
  body.category-sic .sicpostfaq .ma-wrapper .ma-icon {
    width: 28px !important;
    height: 28px !important;
    font-size: 0.9rem !important;
  }
}

/*--------------------------------------------------------------
   FIX: Scale trust pills down on mobile so they stay on one line
--------------------------------------------------------------*/
@media (max-width: 600px) {
  body.category-sic .sic-trust-pill {
    margin: 0 3px !important;
    padding: 6px 9px !important;
    font-size: 0.62rem !important;
  }
  body.category-sic .sic-trust-pill svg {
    width: 11px !important;
    height: 11px !important;
    margin-right: 3px !important;
  }
}

@media (max-width: 380px) {
  body.category-sic .sic-trust-pill {
    margin: 0 2px !important;
    padding: 5px 7px !important;
    font-size: 0.58rem !important;
  }
  body.category-sic .sic-trust-pill svg {
    width: 10px !important;
    height: 10px !important;
    margin-right: 2px !important;
  }
}
/*==============================================================
  END
==============================================================*/

/* ============================================================
   FONT NORMALIZATION — SIC
   Same reason as CSF: sitewide @import bleeds Bricolage etc.
   into SIC pages. Force Merriweather Sans throughout.
   ============================================================ */

body.category-sic,
body.category-sic h1,
body.category-sic h2,
body.category-sic h3,
body.category-sic h4,
body.category-sic h5,
body.category-sic h6,
body.category-sic p,
body.category-sic span,
body.category-sic a,
body.category-sic li,
body.category-sic div,
body.category-sic label,
body.category-sic button,
body.category-sic input,
body.category-sic select,
body.category-sic textarea,
body.category-sic .sicposttitle,
body.category-sic .sicposttitlename,
body.category-sic .sicpostsubtitle,
body.category-sic #donateto,
body.category-sic .sicpostdescription,
body.category-sic .sicpostdescription *,
body.category-sic .sicpostdonate,
body.category-sic .sicpostdonate *,
body.category-sic .sicpostcontact,
body.category-sic .sicpostcontact *,
body.category-sic .siclinkbyfooter,
body.category-sic .siclinkbyfooter *,
body.category-sic .sicpostfaq,
body.category-sic .sicpostfaq *,
body.category-sic .sic-trust-pill,
body.category-sic .progressmeter,
body.category-sic .progressmeter *,
body.category-sic .countdowntimer,
body.category-sic .countdowntimer *,
body.category-sic .gfpm-container,
body.category-sic .gfpm-container *,
body.category-sic .bl-tabs,
body.category-sic .bl-tabs *,
body.category-sic .custom-carousel-wrapper,
body.category-sic .custom-carousel-wrapper *,
body.category-sic .gform_wrapper,
body.category-sic .gform_wrapper *,
body.category-sic .gv-container,
body.category-sic .gv-container *,
body.category-sic .gv-list-view,
body.category-sic .gv-list-view *,
body.category-sic .ma-wrapper,
body.category-sic .ma-wrapper *,
body.category-sic .site-footer,
body.category-sic .site-footer *,
body.category-sic footer.site-info,
body.category-sic footer.site-info * {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Same footer-typography handling as CSF — let the new footer's
   intentional font choices (mono for legal/labels, Bricolage for
   stat values, Fraunces for tagline) survive. */
body.category-sic .rk-footer .rk-footer__legal,
body.category-sic .rk-footer .rk-footer__legal *,
body.category-sic .rk-footer .rk-footer__legal-tag,
body.category-sic .rk-footer .rk-footer__stat-label,
body.category-sic .rk-footer .rk-footer__col-title {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace !important;
}

body.category-sic .rk-footer__stat-value {
  font-family: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif !important;
}

body.category-sic .rk-footer__tagline {
  font-family: "Fraunces", "Iowan Old Style", Georgia, serif !important;
}

body.category-sic .rk-footer,
body.category-sic .rk-footer p,
body.category-sic .rk-footer li,
body.category-sic .rk-footer a,
body.category-sic .rk-footer .rk-footer__blurb,
body.category-sic .rk-footer .rk-footer__col li,
body.category-sic .rk-footer .rk-footer__col a {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Sidebar donate card — cap to viewport + thin scrollbar (desktop) */
@media (min-width: 880px) {
  body.category-sic .sicpostdonate {
    max-height: calc(100vh - 48px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(48,135,176,.45) transparent !important;
  }
  body.category-sic .sicpostdonate::-webkit-scrollbar { width: 8px !important; }
  body.category-sic .sicpostdonate::-webkit-scrollbar-track { background: transparent !important; }
  body.category-sic .sicpostdonate::-webkit-scrollbar-thumb { background: rgba(48,135,176,.38) !important; border-radius: 999px !important; }
  body.category-sic .sicpostdonate::-webkit-scrollbar-thumb:hover { background: rgba(48,135,176,.60) !important; }
}