.faq-desc:where(.astro-c4huzkuk) {
    margin: 1rem 0 2rem
}

.faq-container:where(.astro-c4huzkuk) {
    max-width: 80rem
}

.faq-item:where(.astro-c4huzkuk) {
    border: 1px solid #e5e5e5;
    border-bottom: none;
    overflow: hidden;
    transition: all .3s ease
}

.faq-question:where(.astro-c4huzkuk) {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    padding: 1.5rem;
    -webkit-font-smoothing: antialiased;
    font-size: clamp(1rem, 5vw, 1.2rem);
    line-height: 28px
}

.faq-question:where(.astro-c4huzkuk)::-webkit-details-marker {
    display: none
}

.faq-answer:where(.astro-c4huzkuk) {
    max-width: 50rem;
    opacity: .8;
    padding: 0 1.5rem 1.5rem
}

.chevron:where(.astro-c4huzkuk) {
    display: inline-block;
    height: 20px;
    margin: 1rem;
    position: relative;
    transition: transform .3s ease;
    width: 20px
}

.chevron:where(.astro-c4huzkuk):after,
.chevron:where(.astro-c4huzkuk):before {
    background-color: #333;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    transition: transform .3s ease;
    width: 10px
}

.chevron:where(.astro-c4huzkuk):before {
    left: 0;
    transform: rotate(45deg)
}

.chevron:where(.astro-c4huzkuk):after {
    left: 6px
}

.chevron:where(.astro-c4huzkuk):after,
details:where(.astro-c4huzkuk)[open] .chevron:where(.astro-c4huzkuk):before {
    transform: rotate(-45deg)
}

details:where(.astro-c4huzkuk)[open] .chevron:where(.astro-c4huzkuk):after {
    transform: rotate(45deg)
}

.faq-subtitle:where(.astro-c4huzkuk) {
    display: block;
    font-weight: 600;
    margin: 0 1.5rem 1rem
}

.outer-border:where(.astro-c4huzkuk) .faq-item:where(.astro-c4huzkuk):first-child {
    border-color: #e5e5e5;
    border-bottom: none;
    border-radius: 16px 16px 0 0
}

.outer-border:where(.astro-c4huzkuk) .faq-item:where(.astro-c4huzkuk):last-child {
    border-color: #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0 0 16px 16px
}

.faq-item:where(.astro-c4huzkuk)[open] .faq-question:where(.astro-c4huzkuk) {
    color: #0056b3
}

@media (prefers-reduced-motion:reduce) {

    .chevron:where(.astro-c4huzkuk),
    .chevron:where(.astro-c4huzkuk):after,
    .chevron:where(.astro-c4huzkuk):before,
    .faq-item:where(.astro-c4huzkuk) {
        transition: none
    }
}