.ae-product-faq-section {
    box-sizing: border-box;
    width: 100%;
    margin: 40px 0 0;
    padding: 30px 30px 33px;
    background: #ededed;
    color: #111;
    font-family: 'Inter', sans-serif;
}

.ae-product-faq-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.ae-product-faq-title {
    margin: 0;
    color: #20a3dc;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.15;
}

.ae-product-faq-list {
    width: 63.25%;
    max-width: 840px;
    margin-top: 16px;
    border-top: 1px solid #d0d0d0;
}

.ae-product-faq-item {
    border-bottom: 1px solid #d0d0d0;
}

.ae-product-faq-item-heading {
    margin: 0;
    font: inherit;
    line-height: inherit;
}

.ae-product-faq-question {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    min-height: 40px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: 9px 0 8px;
    border: 0;
    background: transparent;
    color: #111;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-transform: none;
}

.ae-product-faq-question:focus-visible {
    outline: 2px solid #20a3dc !important;
    outline-offset: 2px;
}

.ae-product-faq-question-text {
    flex: 1 1 auto;
}

.ae-product-faq-icon {
    position: relative;
    display: block;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    margin-right: 1px;
}

.ae-product-faq-icon::before,
.ae-product-faq-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 1px;
    background: #111;
    content: '';
    transform: translate(-50%, -50%);
}

.ae-product-faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform .2s ease;
}

.ae-product-faq-question[aria-expanded='true'] .ae-product-faq-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.ae-product-faq-answer-inner {
    padding: 1px 26px 12px 0;
    color: #333;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    white-space: pre-line;
}

@media (max-width: 767.98px) {
    .ae-product-faq-section {
        padding: 28px 20px 30px;
    }

    .ae-product-faq-title {
        font-size: 32px;
    }

    .ae-product-faq-list {
        width: 100%;
    }

    .ae-product-faq-question {
        min-height: 40px;
        padding: 10px 0 9px;
    }
}
