/* Extracted from style2026.css without selector or declaration changes.
   Loaded conditionally by functions.php to reduce per-page CSS. */

/* ==========================================================
   Easy Accordion paragraph spacing inside 2026 FAQ sections
   Append to style2026.css so the fix applies across all
   redesigned pages that use the shared .si-2026-faq wrapper.
   ========================================================== */

.si-2026-faq .sp-easy-accordion .ea-content-wrapper p {
  margin: 0 0 18px !important;
}

.si-2026-faq .sp-easy-accordion .ea-content-wrapper p:last-child {
  margin-bottom: 0 !important;
}
/* Let Easy Accordion hide closed answers normally. */
.si-2026-faq .sp-easy-accordion .sp-collapse {
  overflow: hidden !important;
}

/* ==========================================================
   Universal contact-band action alignment
   Contact-band copy is centered, so its CTA group should use
   the same alignment across every redesigned template.
   ========================================================== */

.si-2026-contact-band .si-2026-action-group {
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 767px) {
  .si-2026-contact-band .si-2026-action-group {
    width: 100%;
    max-width: 420px;
    align-items: stretch;
  }
}


