.aeo-faq {
    padding: 80px 0;
}

.aeo-faq__header {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.aeo-faq__header .crown {
    margin-bottom: 20px;
}

.aeo-faq__header h2 {
    margin-bottom: 16px;
    text-transform: uppercase;
}

.aeo-faq__intro > :last-child,
.aeo-faq__answer > :last-child {
    margin-bottom: 0;
}

.aeo-faq__list {
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid #c8b28a;
}

.aeo-faq__item {
    border-bottom: 1px solid #c8b28a;
}

.aeo-faq__item h3 {
    margin: 0;
}

.aeo-faq__question {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 0;
    border: 0;
    background: transparent;
    color: #343434;
    font: inherit;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
}

.aeo-faq__question:focus-visible {
    outline: 3px solid #a5813e;
    outline-offset: 5px;
}

.aeo-faq__icon {
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
}

.aeo-faq__icon::before,
.aeo-faq__icon::after {
    position: absolute;
    top: 9px;
    left: 1px;
    width: 18px;
    height: 2px;
    background: #a5813e;
    content: "";
}

.aeo-faq--enhanced .aeo-faq__question[aria-expanded="false"] .aeo-faq__icon::after {
    transform: rotate(90deg);
}

.aeo-faq__answer {
    padding: 0 44px 24px 0;
}

@media only screen and (max-width: 768px) {
    .aeo-faq {
        padding: 50px 0;
    }

    .aeo-faq__question {
        gap: 16px;
        padding: 20px 0;
        font-size: 18px;
    }

    .aeo-faq__answer {
        padding-right: 0;
    }
}
