* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    background: #f8fafc;
    color: #1f2933;
    font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body.site-legal-static-page {
    margin: 0;
    min-width: 0;
    background: #f8fafc;
    color: #1f2933;
    font-family: inherit;
}

.legal-embed-main {
    min-height: 100vh;
}

.user-terms-content,
.privacy-policy-content,
.membership-agreement-content {
    box-sizing: border-box;
    min-height: 100vh;
    padding: 22px 28px 28px;
    background: #f8fafc;
    color: #1f2933;
}

.user-terms-content *,
.privacy-policy-content *,
.membership-agreement-content * {
    box-sizing: border-box;
}

.user-terms-content__header,
.privacy-policy-content__header,
.membership-agreement-content__header {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e7eb;
}

.user-terms-content__updated,
.privacy-policy-content__updated,
.membership-agreement-content__updated {
    margin: 0 0 12px;
    color: #64748b;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}

.user-terms-content__intro,
.privacy-policy-content__intro,
.membership-agreement-content__intro {
    margin: 0;
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.85;
    text-align: justify;
    text-justify: inter-ideograph;
}

.user-terms-content__section + .user-terms-content__section,
.privacy-policy-content__section + .privacy-policy-content__section,
.membership-agreement-content__section + .membership-agreement-content__section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.user-terms-content__section-title,
.privacy-policy-content__section-title,
.membership-agreement-content__section-title {
    margin: 0 0 10px;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.user-terms-content__paragraph,
.privacy-policy-content__paragraph,
.membership-agreement-content__paragraph {
    margin: 0 0 9px;
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85;
    text-align: justify;
    text-justify: inter-ideograph;
}

.user-terms-content__paragraph:last-child,
.privacy-policy-content__paragraph:last-child,
.membership-agreement-content__paragraph:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .user-terms-content,
    .privacy-policy-content,
    .membership-agreement-content {
        padding: 20px 18px 24px;
    }

    .user-terms-content__intro,
    .user-terms-content__paragraph,
    .privacy-policy-content__intro,
    .privacy-policy-content__paragraph,
    .membership-agreement-content__intro,
    .membership-agreement-content__paragraph {
        font-size: 13.5px;
        line-height: 1.72;
    }

    .user-terms-content__section-title,
    .privacy-policy-content__section-title,
    .membership-agreement-content__section-title {
        font-size: 15px;
    }

    .user-terms-content__updated,
    .privacy-policy-content__updated,
    .membership-agreement-content__updated {
        font-size: 12px;
    }
}
