/**
 * Community FAQ Styles
 * Snippet ID Suffix: 24f350da
 */

.faq-wrapper-24f350da {
    box-sizing: border-box;
    width: 100%;
}

.faq-container-24f350da {
    width: 100%;
    box-sizing: border-box;
}

.faq-header-24f350da {
    margin-bottom: 40px;
}

.faq-eyebrow-24f350da {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 12px;
}

.faq-heading-24f350da {
    margin-top: 0;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 600;
}

.faq-intro-24f350da {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
}

/* Accordion rows */
.faq-accordion-24f350da {
    display: flex;
    flex-direction: column;
}

.faq-item-24f350da {
    border-style: solid;
    transition: background-color 200ms ease, border-color 200ms ease;
    overflow: hidden;
}

.faq-trigger-24f350da {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: left;
    transition: color 200ms ease;
}

.faq-question-text-24f350da {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    transition: color 200ms ease;
}

/* Custom pure CSS lightweight accessible Icon with transition */
.faq-icon-wrapper-24f350da {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-left: 20px;
}

.faq-icon-line-24f350da {
    position: absolute;
    background-color: #0D47A1;
    transition: transform 200ms ease, background-color 200ms ease;
}

.faq-line-h-24f350da {
    top: 8px;
    left: 0;
    width: 18px;
    height: 2px;
}

.faq-line-v-24f350da {
    top: 0;
    left: 8px;
    width: 2px;
    height: 18px;
}

/* Open states */
.faq-item-24f350da.faq-active-24f350da .faq-line-v-24f350da {
    transform: rotate(90deg);
    opacity: 0;
}

/* Collapse/Expand fade animation */
.faq-content-24f350da {
    animation: faqFadeIn24f350da 200ms ease forwards;
}

@keyframes faqFadeIn24f350da {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.faq-content-inner-24f350da {
    font-size: 16px;
    line-height: 1.6;
}

.faq-content-inner-24f350da p {
    margin: 0 0 15px 0;
}

.faq-content-inner-24f350da p:last-child {
    margin-bottom: 0;
}

/* Responsive sizes */
@media (max-width: 1024px) {
    .faq-heading-24f350da {
        font-size: 30px;
    }
    .faq-question-text-24f350da {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .faq-heading-24f350da {
        font-size: 26px;
    }
    .faq-question-text-24f350da {
        font-size: 16px;
    }
}
