.content-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content-layout .site-header,
.content-layout .footer-box {
    flex-shrink: 0;
}

.content-page {
    width: 100%;
    flex: 1 1 auto;
    padding: 34px 60px 50px;
    background: #06050E;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    box-sizing: border-box;
}

.content-pc,
.content-inner,
.content-main {
    width: 100%;
    max-width: 1160px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
}

.content-nav {
    display: none;
}

.content-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.content-breadcrumb-link {
    color: #948CA8;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.content-breadcrumb-sep {
    color: #615975;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.content-breadcrumb-current {
    color: #F12B9E;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.content-head {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.content-title {
    margin: 0;
    color: #F5F2FC;
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 38px;
}

.content-subtitle {
    margin: 0;
    color: #948CA8;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.content-section-text--accent {
    color: #F12B9E;
    font-weight: 700;
}

.content-card {
    width: 100%;
    padding: 28px 32px 34px;
    background: #0E0D17;
    overflow: hidden;
    border-radius: 16px;
    outline: 1px #2E293D solid;
    outline-offset: -1px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    box-sizing: border-box;
}

.content-section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.content-section-title {
    margin: 0;
    color: #F5F2FC;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 26px;
}

.content-section-text {
    margin: 0;
    align-self: stretch;
    color: #948CA8;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.content-divider {
    align-self: stretch;
    height: 1px;
    background: #2E293D;
}

.content-updated {
    color: #948CA8;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
}

.content-card--faq {
    padding: 22px;
    gap: 0;
}

.content-faq-heading {
    margin: 0;
    color: #F5F2FC;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 28px;
}

.content-faq-item {
    align-self: stretch;
    padding: 18px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.content-faq-q {
    color: #F5F2FC;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
}

.content-faq-a {
    margin: 0;
    align-self: stretch;
    color: #948CA8;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.feedback-page {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.feedback-pc {
    width: 100%;
    max-width: 1160px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.feedback-nav {
    display: none;
}

.feedback-main {
    width: 100%;
    max-width: 1160px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.feedback-form {
    flex: 1 1 0;
    min-width: 0;
    padding: 22px;
    gap: 18px;
    overflow: visible;
}

.feedback-form-intro {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.feedback-form-title {
    margin: 0;
    color: #F5F2FC;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 28px;
}

.feedback-form-desc {
    margin: 0;
    color: #948CA8;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.feedback-field {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.feedback-label {
    color: #F5F2FC;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.feedback-control {
    align-self: stretch;
    width: 100%;
    min-height: 50px;
    padding: 14px 16px;
    background: #13121C;
    border: none;
    border-radius: 12px;
    outline: 1px #2E293D solid;
    outline-offset: -1px;
    color: #F5F2FC;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    box-sizing: border-box;
    appearance: none;
}

.feedback-control:focus {
    outline-color: rgba(241, 43, 158, 0.55);
}

.feedback-control--textarea {
    min-height: 120px;
    resize: vertical;
}

.feedback-control::placeholder {
    color: #948CA8;
}

.feedback-select {
    width: 100%;
    position: relative;
}

.feedback-select-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    text-align: left;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.feedback-select-value {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #F5F2FC;
}

.feedback-select-value.is-placeholder {
    color: #948CA8;
}

.feedback-select-arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    opacity: 0.72;
    transition: transform 0.18s ease;
}

.feedback-select.is-open .feedback-select-arrow {
    transform: rotate(180deg);
}

.feedback-select-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    z-index: 20;
    margin: 0;
    padding: 6px;
    list-style: none;
    background: #13121C;
    border-radius: 12px;
    outline: 1px solid rgba(255, 255, 255, 0.12);
    outline-offset: -1px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
}

.feedback-select-menu[hidden] {
    display: none;
}

.feedback-select-option {
    min-height: 40px;
    padding: 10px 12px;
    border-radius: 8px;
    color: #EBE5F2;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    box-sizing: border-box;
}

.feedback-select-option:hover,
.feedback-select-option:focus {
    background: rgba(241, 43, 158, 0.14);
    outline: none;
}

.feedback-select-option.is-active {
    background: rgba(241, 43, 158, 0.22);
    color: #fff;
    font-weight: 700;
}

.feedback-upload-wrap {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.feedback-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.feedback-upload-list[hidden] {
    display: none;
}

.feedback-upload-item {
    position: relative;
    width: 96px;
    height: 96px;
    border-radius: 8px;
    overflow: hidden;
    background: #1C1726;
    flex-shrink: 0;
}

.feedback-upload-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feedback-upload-remove {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
}

.feedback-upload {
    align-self: stretch;
    min-height: 72px;
    padding: 18px 16px;
    position: relative;
    background: #13121C;
    border-radius: 12px;
    outline: 1px #2E293D solid;
    outline-offset: -1px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}

.feedback-upload.is-full {
    display: none;
}

.feedback-upload-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
}

.feedback-upload-placeholder {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
}

.feedback-upload-plus {
    color: #F12B9E;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 26px;
}

.feedback-upload-text {
    color: #948CA8;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.feedback-submit {
    width: 160px;
    height: 46px;
    padding: 0 28px;
    background: #F12B9E;
    border: none;
    border-radius: 23px;
    color: #F5F2FC;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}

.feedback-submit.is-loading,
.feedback-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.feedback-submit.is-loading {
    position: relative;
    padding-left: 40px;
}

.feedback-submit.is-loading::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border: 2px solid rgba(245, 242, 252, 0.35);
    border-top-color: #F5F2FC;
    border-radius: 50%;
    animation: feedback-spin 0.7s linear infinite;
}

@keyframes feedback-spin {
    to {
        transform: rotate(360deg);
    }
}

.feedback-aside {
    width: 320px;
    flex-shrink: 0;
    padding: 22px;
    gap: 18px;
}

.feedback-aside-title {
    margin: 0;
    color: #F5F2FC;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 26px;
}

.feedback-aside-block {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.feedback-aside-label {
    color: #F5F2FC;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.feedback-aside-text {
    margin: 0;
    align-self: stretch;
    color: #948CA8;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.feedback-aside-mail {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 767px) {
    .content-page {
        padding: 24px 16px 40px;
    }

    .content-card {
        padding: 24px 20px;
    }

    .content-title {
        font-size: 28px;
        line-height: 34px;
    }

    body.is-about-page,
    body.is-agreement-page,
    body.is-privacy-page,
    body.is-help-page,
    body.is-feedback-page {
        background: #07060D;
    }

    body.is-about-page .site-header,
    body.is-about-page .footer-box,
    body.is-about-page .floating-action,
    body.is-about-page .download-fab,
    body.is-agreement-page .site-header,
    body.is-agreement-page .footer-box,
    body.is-agreement-page .floating-action,
    body.is-agreement-page .download-fab,
    body.is-privacy-page .site-header,
    body.is-privacy-page .footer-box,
    body.is-privacy-page .floating-action,
    body.is-privacy-page .download-fab,
    body.is-help-page .site-header,
    body.is-help-page .footer-box,
    body.is-help-page .floating-action,
    body.is-help-page .download-fab,
    body.is-feedback-page .site-header,
    body.is-feedback-page .footer-box,
    body.is-feedback-page .floating-action,
    body.is-feedback-page .download-fab {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }

    body.is-about-page .content-layout,
    body.is-agreement-page .content-layout,
    body.is-privacy-page .content-layout,
    body.is-help-page .content-layout {
        min-height: 100vh;
        background: #07060D;
    }

    body.is-about-page .content-page,
    body.is-agreement-page .content-page,
    body.is-privacy-page .content-page,
    body.is-help-page .content-page {
        padding: 0;
        background: #07060D;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        min-height: 100vh;
    }

    body.is-about-page .content-pc,
    body.is-agreement-page .content-pc,
    body.is-privacy-page .content-pc,
    body.is-help-page .content-pc {
        display: none;
    }

    body.is-about-page .content-nav,
    body.is-agreement-page .content-nav,
    body.is-privacy-page .content-nav,
    body.is-help-page .content-nav {
        position: sticky;
        top: 0;
        z-index: 40;
        width: 100%;
        height: 48px;
        padding: 0 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        flex-shrink: 0;
        background: #07060D;
    }

    body.is-about-page .content-nav-back,
    body.is-agreement-page .content-nav-back,
    body.is-privacy-page .content-nav-back,
    body.is-help-page .content-nav-back {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    body.is-about-page .content-nav-back img,
    body.is-agreement-page .content-nav-back img,
    body.is-privacy-page .content-nav-back img,
    body.is-help-page .content-nav-back img {
        width: 24px;
        height: 24px;
        display: block;
    }

    body.is-about-page .content-nav-title,
    body.is-agreement-page .content-nav-title,
    body.is-privacy-page .content-nav-title,
    body.is-help-page .content-nav-title {
        margin: 0;
        flex: 1 1 0;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FAF7FF;
        font-size: 18px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 700;
        line-height: 24px;
    }

    body.is-about-page .content-nav-spacer,
    body.is-agreement-page .content-nav-spacer,
    body.is-privacy-page .content-nav-spacer,
    body.is-help-page .content-nav-spacer {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    body.is-about-page .content-main,
    body.is-agreement-page .content-main,
    body.is-privacy-page .content-main,
    body.is-help-page .content-main {
        width: calc(100% - 32px);
        max-width: 343px;
        margin: 0 auto;
        padding: 16px 0;
        align-items: stretch;
        gap: 12px;
        box-sizing: border-box;
    }

    body.is-about-page .about-article {
        display: contents;
    }

    body.is-about-page .content-section {
        width: 100%;
        padding: 14px 16px;
        background: #13111C;
        border-radius: 16px;
        overflow: hidden;
        gap: 8px;
        box-sizing: border-box;
    }

    body.is-about-page .content-divider {
        display: none;
    }

    body.is-about-page .content-section-title {
        color: #FAF7FF;
        font-size: 16px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 700;
        line-height: 22px;
    }

    body.is-about-page .content-section-text {
        color: #9E94AD;
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        line-height: 18px;
    }

    body.is-about-page .content-section-text--accent {
        color: #F12B9E;
        font-weight: 700;
    }

    body.is-about-page .content-updated,
    body.is-agreement-page .content-updated,
    body.is-privacy-page .content-updated {
        width: 100%;
        color: #9E94AD;
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 400;
        line-height: 18px;
    }

    body.is-agreement-page .legal-article,
    body.is-privacy-page .legal-article {
        width: 100%;
        padding: 14px 16px;
        background: #13111C;
        border-radius: 16px;
        outline: none;
        overflow: hidden;
        gap: 10px;
        box-sizing: border-box;
    }

    body.is-agreement-page .content-divider,
    body.is-privacy-page .content-divider {
        display: none;
    }

    body.is-agreement-page .content-section,
    body.is-privacy-page .content-section {
        gap: 6px;
    }

    body.is-agreement-page .content-section-title,
    body.is-privacy-page .content-section-title {
        width: 100%;
        color: #FAF7FF;
        font-size: 14px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 700;
        line-height: 20px;
    }

    body.is-agreement-page .content-section-text,
    body.is-privacy-page .content-section-text {
        color: #9E94AD;
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        line-height: 18px;
    }

    body.is-help-page .help-article {
        display: contents;
        padding: 0;
        background: transparent;
        outline: none;
        overflow: visible;
    }

    body.is-help-page .content-faq-heading {
        width: 100%;
        color: #FAF7FF;
        font-size: 16px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 700;
        line-height: 22px;
    }

    body.is-help-page .content-faq-item {
        width: 100%;
        padding: 14px 16px;
        background: #13111C;
        border-radius: 16px;
        overflow: hidden;
        gap: 8px;
        box-sizing: border-box;
    }

    body.is-help-page .content-faq-q {
        color: #F12B9E;
        font-size: 14px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 700;
        line-height: 20px;
    }

    body.is-help-page .content-faq-a {
        color: #9E94AD;
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        line-height: 18px;
    }

    body.is-feedback-page .content-page.feedback-page {
        padding: 0;
        background: #07060D;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        min-height: 100vh;
    }

    body.is-feedback-page .feedback-pc {
        display: none;
    }

    body.is-feedback-page .feedback-nav {
        position: sticky;
        top: 0;
        z-index: 40;
        width: 100%;
        height: 48px;
        padding: 0 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        flex-shrink: 0;
        background: #07060D;
    }

    body.is-feedback-page .feedback-nav-back {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    body.is-feedback-page .feedback-nav-back img {
        width: 24px;
        height: 24px;
        display: block;
    }

    body.is-feedback-page .feedback-nav-title {
        margin: 0;
        flex: 1 1 0;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FAF7FF;
        font-size: 18px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 700;
        line-height: 24px;
    }

    body.is-feedback-page .feedback-nav-spacer {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    body.is-feedback-page .feedback-main {
        display: flex;
        width: calc(100% - 32px);
        max-width: 343px;
        margin: 0 auto;
        padding: 16px 0;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        box-sizing: border-box;
    }

    body.is-feedback-page .feedback-form,
    body.is-feedback-page .feedback-aside {
        width: 100%;
        background: #13111C;
        border-radius: 16px;
        outline: none;
    }

    body.is-feedback-page .feedback-form {
        padding: 14px 16px;
        gap: 12px;
        overflow: visible;
    }

    body.is-feedback-page .feedback-form-intro,
    body.is-feedback-page .feedback-field {
        display: contents;
    }

    body.is-feedback-page .feedback-form-title {
        color: #FAF7FF;
        font-size: 16px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 700;
        line-height: 22px;
    }

    body.is-feedback-page .feedback-form-desc {
        width: 100%;
        color: #9E94AD;
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 400;
        line-height: 18px;
    }

    body.is-feedback-page .feedback-label {
        color: #FAF7FF;
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 700;
        line-height: 18px;
    }

    body.is-feedback-page .feedback-control {
        width: 100%;
        min-height: 44px;
        height: 44px;
        padding: 0 12px;
        background: #1C1726;
        outline: none;
        color: #FAF7FF;
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 400;
        line-height: 18px;
    }

    body.is-feedback-page .feedback-control--textarea {
        height: 72px;
        min-height: 72px;
        padding: 12px;
        resize: none;
    }

    body.is-feedback-page .feedback-control::placeholder,
    body.is-feedback-page .feedback-select-value.is-placeholder {
        color: #9E94AD;
    }

    body.is-feedback-page .feedback-select {
        width: 100%;
    }

    body.is-feedback-page .feedback-select-menu {
        background: #1C1726;
    }

    body.is-feedback-page .feedback-select-option {
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        line-height: 18px;
    }

    body.is-feedback-page .feedback-upload-wrap {
        width: 100%;
        gap: 8px;
    }

    body.is-feedback-page .feedback-upload-list {
        gap: 8px;
    }

    body.is-feedback-page .feedback-upload-item {
        width: 56px;
        height: 56px;
        border-radius: 6px;
    }

    body.is-feedback-page .feedback-upload-remove {
        width: 18px;
        height: 18px;
        font-size: 12px;
        line-height: 18px;
        top: 2px;
        right: 2px;
    }

    body.is-feedback-page .feedback-upload {
        width: 100%;
        min-height: 46px;
        height: 46px;
        padding: 0 12px;
        background: #1C1726;
        outline: none;
        align-items: center;
        gap: 8px;
    }

    body.is-feedback-page .feedback-upload-placeholder {
        align-items: center;
        gap: 8px;
    }

    body.is-feedback-page .feedback-upload-plus {
        font-size: 18px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        line-height: 24px;
    }

    body.is-feedback-page .feedback-upload-text {
        color: #9E94AD;
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 400;
        line-height: 18px;
    }

    body.is-feedback-page .feedback-submit {
        width: 100%;
        height: 46px;
        padding: 0;
        border-radius: 12px;
        color: #FAF7FF;
        font-size: 14px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 700;
        line-height: 20px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    body.is-feedback-page .feedback-submit.is-loading {
        padding-left: 28px;
    }

    body.is-feedback-page .feedback-submit.is-loading::before {
        left: 50%;
        margin-left: -48px;
    }

    body.is-feedback-page .feedback-aside {
        min-height: 120px;
        padding: 12px 16px;
        gap: 5px;
        overflow: hidden;
        box-sizing: border-box;
    }

    body.is-feedback-page .feedback-aside-title {
        color: #FAF7FF;
        font-size: 14px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 700;
        line-height: 20px;
    }

    body.is-feedback-page .feedback-aside-block {
        display: block;
        width: 100%;
    }

    body.is-feedback-page .feedback-aside-label {
        display: inline;
        color: #9E94AD;
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 400;
        line-height: 18px;
    }

    body.is-feedback-page .feedback-aside-label::after {
        content: "：";
    }

    body.is-feedback-page .feedback-aside-text {
        display: inline;
        width: auto;
        margin: 0;
        color: #9E94AD;
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 400;
        line-height: 18px;
    }

    body.is-feedback-page .feedback-aside-block--mail .feedback-aside-label,
    body.is-feedback-page .feedback-aside-block--mail .feedback-aside-text,
    body.is-feedback-page .feedback-aside-mail {
        color: #F12B9E;
    }
}

/* legal updated sits inside the card on both PC and H5 */

/* richtext dynamic content */
.richtext-article {
    gap: 0;
}

.richtext-body {
    align-self: stretch;
    color: #948CA8;
    font-size: 14px;
    font-family: PingFang SC, "Noto Sans SC", sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

.richtext-body h1,
.richtext-body h2,
.richtext-body h3,
.richtext-body h4 {
    margin: 0 0 12px;
    color: #F5F2FC;
    font-weight: 400;
    line-height: 1.4;
}

.richtext-body h1 { font-size: 22px; }
.richtext-body h2 { font-size: 20px; }
.richtext-body h3 { font-size: 16px; }

.richtext-body p {
    margin: 0 0 12px;
}

.richtext-body ul,
.richtext-body ol {
    margin: 0 0 12px;
    padding-left: 1.25em;
}

.richtext-body a {
    color: #F12B9E;
    text-decoration: none;
}

.richtext-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.richtext-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 12px;
}

.richtext-body th,
.richtext-body td {
    border: 1px solid #2E293D;
    padding: 8px 10px;
}

@media (max-width: 767px) {
    body.is-richtext-page .richtext-article {
        padding: 20px 16px 24px;
        border-radius: 12px;
    }

    body.is-richtext-page .richtext-body {
        font-size: 13px;
        line-height: 22px;
    }
}
