﻿.faqSection {
    margin-top: 32px;
    margin-bottom: 32px;
}

.faqList {
    display: grid;
    gap: 14px;
}

.faqItem {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}

.faqQuestion {
    margin: 0;
}

.faqToggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 0;
    background: #fff;
    padding: 16px 18px;
    text-align: left;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}

.faqQuestionText {
    display: block;
}

.faqIcon {
    flex: 0 0 auto;
    font-size: 24px;
    line-height: 1;
}

.faqAnswer {
    padding: 0 18px 18px;
}

    .faqAnswer p {
        color:#000000c1;
        margin: 0;
        line-height: 1.7;
    }

.faqMoreWrap {
    margin-top: 16px;
    text-align: center;
}

.faqMoreBtn {
    border: 0;
    border-radius: 10px;
    padding: 12px 18px;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}
