.style_table__jJmHT .ant-table-tbody > tr > td {
    border-bottom: 1px solid var(--BorderColor11) !important;
}

.style_table__jJmHT .ant-table-wrapper {
    border: none !important;
}
.style_content__bh_yX {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-position: top center;
    background-image: url('/faqs-background-image.webp');
    padding-bottom: 120px;
    padding-top: var(--HomeHeaderHeight);
    background-repeat: no-repeat;
    padding-left: var(--PagePadding);
    padding-right: var(--PagePadding);
    background-size: 100% auto;
}

.style_title__fUq4j {
    color: var(--TextColor11);
    margin-top: 68px;
    text-align: center;
    font-variation-settings: 'opsz' auto;
    background: linear-gradient(270deg, var(--PrimaryColor11) 0%, var(--FillColor11) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.style_subTitle__DCUgk {
    color: var(--TextColor13);
    margin-top: 14px;
    margin-bottom: 50px;
}

/* ─── FAQ 列表 ─────────────────────────────────────────────────────────────── */

.style_list__nm7OH {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 1020px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.style_item__pPOkc {
    background-color: var(--FillColor17);
    padding: 28px 40px;
    border-radius: 10px;
    margin-bottom: 18px;
    border: 1px solid var(--BorderColor11);
}

.style_question___As9o {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.style_questionOpen__ga2hK {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--BorderColor11);
}

.style_questionText__weMtc {
    color: var(--TextColor11);
    flex: 1 1;
}

.style_icon__g_01P {
    flex-shrink: 0;
    transition: transform 0.2s;
}

.style_iconOpen__coR3u {
    transform: rotate(180deg);
}

/* ─── 答案区域 ─────────────────────────────────────────────────────────────── */

.style_answer__k_XSu {
    margin-top: 0;
    color: var(--TextColor12);
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease, margin-top 0.2s ease;
}

.style_answerOpen__3kNJg {
    max-height: 100%;
    opacity: 1;
    margin-top: 20px;
}

.style_answerBody__zlaU_ p {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.6;
    color: var(--TextColor12);
}

.style_answerBody__zlaU_ p:last-child {
    margin-bottom: 0;
}

.style_answerBody__zlaU_ strong {
    font-weight: 600;
    color: var(--TextColor11);
}

.style_answerBody__zlaU_ ul {
    margin: 4px 0 8px 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.style_answerBody__zlaU_ li {
    color: var(--TextColor12);
    line-height: 1.6;
    list-style-type: disc;
    font-size: 15px;
}

.style_answerBody__zlaU_ a.faqLink {
    color: var(--PrimaryColor11);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.style_answerBody__zlaU_ a.faqLink:hover {
    opacity: 0.8;
}

/* 旧格式兼容 */
.style_answerPara__JhZJR {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.6;
    color: var(--TextColor12);
}

.style_answerPara__JhZJR:last-child {
    margin-bottom: 0;
}

/* ─── 响应式 ───────────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
    .style_content__bh_yX {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .style_title__fUq4j {
        margin-top: 25px;
    }

    .style_subTitle__DCUgk {
        margin-top: 6px;
        margin-bottom: 24px;
    }

    .style_item__pPOkc {
        padding: 16px;
        border-radius: 14px;
        margin-bottom: 12px;
    }

    .style_answerBody__zlaU_ p {
        font-size: 14px;
    }

    .style_answerBody__zlaU_ li {
        font-size: 14px;
    }

    .style_answerPara__JhZJR {
        font-size: 14px;
    }
}
