/* ==========================================================================
   Organism: FAQ Section
   ========================================================================== */

.saha-faq-section {
    width: 100%;
}

/* --- Section header --- */

.saha-faq-section__header {
    padding-bottom: var(--saha-stack-sm);
    border-bottom: 1px solid var(--saha-color-border);
    margin-bottom: var(--saha-stack-sm);
}

.saha-faq-section__section-title {
    font-family: var(--saha-font-primary);
    font-style: italic;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: var(--saha-color-text-primary);
    margin: 0;
}

/* --- FAQ list --- */

.saha-faq-section__list {
    max-width: 907px;
    width: 100%;
}

/* --- Static mode: force open, hide toggle indicator --- */

.saha-faq-section:not(.saha-faq-section--accordion) .saha-faq-item__question {
    cursor: default;
}

.saha-faq-section:not(.saha-faq-section--accordion) .saha-faq-item__question::after {
    display: none;
}

/* --- Responsive: Tablet --- */

@media (max-width: 1023px) {
    .saha-faq-section__list {
        max-width: 100%;
    }
}
