.faq-account-page section {
    margin-bottom: 0;
}

.faq-account-page article {
    margin-bottom: 55px;
}

.faq-page-header {
    height: 55px;
    padding: 0;
    line-height: 55px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.faq-title {
    background: linear-gradient(126deg, #67C2FF 5.74%, #AF6CFB 28.29%, #FF59F9 58.71%, #FFD4A6 94.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.28px;
    padding: 30px 0;
}
.faq-page-header .page-close-btn {
    right: 16px;
}
.sub-content {
    padding: 0;
}
.accordion-title {
    color: #111;
}
.accordion-title a {
    color: #777;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.3px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.accordion-answer a {
    color: #777;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.3px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.accordion-sub-content .accordion-header {
    background: #F6F6F6;
}
.accordion-sub-content .accordion-title,
.accordion-sub-content .accordion-answer p {
    color: #777;
}
.accordion-sub-content .accordion-answer {
    background: rgba(214, 214, 214, 0.80);
    padding: 16px;
}
