/* Design system: headings stay ink; signal teal (#19C7B5) marks active state, icon and underline; mint badge with #CFE9E5 border; 150-250ms micro-interactions. */
.st-faq .st-faq__item { padding-top: 0 !important; padding-bottom: 0 !important; gap: 0 !important; }
.st-faq .st-faq__toggle { all: unset; box-sizing: border-box; width: 100%; min-height: 44px; padding: 1.25rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; font: inherit; color: inherit; text-align: left; }
/* Override the theme's default button hover/focus (pink fill, white text). */
.st-faq .st-faq__toggle:hover, .st-faq .st-faq__toggle:focus, .st-faq .st-faq__toggle:active { background: transparent !important; color: inherit !important; border: 0 !important; box-shadow: none !important; }
.st-faq .st-faq__toggle:focus-visible { outline: 2px solid #0B675F; outline-offset: 4px; border-radius: 4px; }
.st-faq .st-faq__q { text-decoration-line: underline; text-decoration-color: transparent; text-decoration-thickness: 2px; text-underline-offset: 0.3em; transition: text-decoration-color .2s ease; }
.st-faq .st-faq__toggle:hover .st-faq__q { text-decoration-color: #19C7B5; }
.st-faq .st-faq__icon { position: relative; flex: 0 0 auto; width: 2rem; height: 2rem; border-radius: 50%; background: #EAF7F5; box-shadow: inset 0 0 0 1px #CFE9E5; transition: background-color .2s ease, box-shadow .2s ease; }
.st-faq .st-faq__toggle:hover .st-faq__icon { box-shadow: inset 0 0 0 1px #19C7B5; }
.st-faq .is-open .st-faq__icon { background: #19C7B5; box-shadow: inset 0 0 0 1px #19C7B5; }
.st-faq .st-faq__icon::before, .st-faq .st-faq__icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: 0.75rem; height: 2px; margin: -1px 0 0 -0.375rem; background: #0B675F; border-radius: 1px; transition: transform .2s ease; }
.st-faq .st-faq__icon::after { transform: rotate(90deg); }
.st-faq .is-open .st-faq__icon::after { transform: rotate(0deg); }
.st-faq .st-faq__answer { padding-bottom: 1.5rem; padding-right: 3rem; }
.st-faq .st-faq__answer[hidden] { display: none !important; }
@media (max-width: 767px) { .st-faq .st-faq__answer { padding-right: 0; } }
@media (prefers-reduced-motion: reduce) { .st-faq .st-faq__icon, .st-faq .st-faq__icon::after, .st-faq .st-faq__q { transition: none; } }
