/* 文章正文下方：常见问题 + 免责声明 */
.yuepro-faq-wrap {
    margin: 20px 0 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.yuepro-faq,
.yuepro-disclaimer {
    background: #f3f4f6;
    border-radius: 12px;
    padding: 16px 18px;
}

.yuepro-faq__heading {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.yuepro-faq__list {
    display: flex;
    flex-direction: column;
}

.yuepro-faq__item + .yuepro-faq__item {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.yuepro-faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 4px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    color: #333;
}

.yuepro-faq__question:hover {
    color: #d6293e;
}

.yuepro-faq__icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #d6293e;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}

.yuepro-faq__title {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

.yuepro-faq__chevron {
    flex: 0 0 auto;
    color: #b0b3bb;
    font-size: 12px;
    transition: transform 0.2s ease;
}

.yuepro-faq__question:not(.collapsed) .yuepro-faq__chevron {
    transform: rotate(180deg);
    color: #d6293e;
}

.yuepro-faq__answer {
    padding: 0 4px 12px 36px;
    font-size: 13px;
    line-height: 1.7;
    color: #666;
}

.yuepro-faq__answer p:last-child {
    margin-bottom: 0;
}

.yuepro-disclaimer__inner {
    font-size: 13px;
    line-height: 1.85;
    color: #555;
}

.yuepro-disclaimer__label {
    display: inline;
    margin-right: 4px;
    font-weight: 700;
    color: #d6293e;
}

.yuepro-disclaimer__label i {
    margin-right: 4px;
}

.yuepro-disclaimer__body {
    display: inline;
}

.yuepro-disclaimer__body a {
    color: #d6293e;
    font-weight: 700;
    text-decoration: none;
}

.yuepro-disclaimer__body a:hover {
    text-decoration: underline;
}

.yuepro-disclaimer__body p {
    display: inline;
    margin: 0;
}

[data-bs-theme="dark"] .yuepro-faq,
[data-bs-theme="dark"] .yuepro-disclaimer {
    background: #232428;
}

[data-bs-theme="dark"] .yuepro-faq__heading,
[data-bs-theme="dark"] .yuepro-faq__question {
    color: #e8e8ea;
}

[data-bs-theme="dark"] .yuepro-faq__item + .yuepro-faq__item {
    border-top-color: rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .yuepro-faq__answer,
[data-bs-theme="dark"] .yuepro-disclaimer__inner {
    color: #b8bac0;
}
