/* Style 2 help-center mobile layout. Desktop styles remain unchanged. */
@media screen and (max-width: 768px) {
    body.style2-notice-page {
        margin: 0;
        overflow-x: hidden;
        background: #f4f6f8;
        color: #1f2937;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
        -webkit-text-size-adjust: 100%;
    }

    body.style2-notice-page,
    body.style2-notice-page * {
        box-sizing: border-box;
    }

    body.style2-notice-page a,
    body.style2-notice-page button,
    body.style2-notice-page summary {
        -webkit-tap-highlight-color: transparent;
    }

    /* Keep site header consistent with style_2 home mobile layout */
    body.style2-notice-page .helpCenter > header {
        position: relative;
        z-index: 20;
        height: auto;
        min-height: 0;
        line-height: normal;
        overflow: visible;
        border-bottom: 1px solid #e5e7eb;
        background: #ffffff;
        box-shadow: none;
    }

    body.style2-notice-page .helpCenter > header .container {
        display: flex;
        position: relative;
        align-items: stretch;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 0;
        padding: 10px max(14px, env(safe-area-inset-right)) 8px max(14px, env(safe-area-inset-left));
        gap: 0;
    }

    body.style2-notice-page .helpCenter > header .flex {
        display: flex;
        align-items: center;
    }

    body.style2-notice-page .helpCenter > header .d-flex {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        min-width: 0;
        height: auto;
        min-height: 0;
        overflow: visible;
    }

    body.style2-notice-page .helpCenter > header .d-flex > div:first-child {
        display: flex;
        align-items: center;
        width: 100%;
        min-width: 0;
        height: auto;
        min-height: 0;
        margin-bottom: 8px;
    }

    body.style2-notice-page .helpCenter > header .logo_image {
        width: auto !important;
        max-width: 148px;
        height: 42px !important;
        object-fit: contain;
    }

    body.style2-notice-page .helpCenter > header .nav-right,
    body.style2-notice-page .helpCenter > header .sellCard {
        display: none !important;
    }

    body.style2-notice-page .helpCenter > header nav {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0;
        height: auto;
        min-height: 0;
        margin: 0;
        padding: 0 0 2px;
        overflow: hidden !important;
        flex: none !important;
    }

    body.style2-notice-page .helpCenter > header nav ul {
        display: flex !important;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8px 0 !important;
        width: 100% !important;
        min-width: 0;
        height: auto;
        min-height: 0;
        margin: 0;
        padding: 0;
        list-style: none;
        scrollbar-width: none;
    }

    body.style2-notice-page .helpCenter > header nav li {
        display: flex !important;
        flex: 0 0 33.3333% !important;
        align-items: center;
        justify-content: center !important;
        width: 33.3333% !important;
        min-width: 0;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    body.style2-notice-page .helpCenter > header nav li > a {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: auto !important;
        min-height: 0;
        padding: 8px 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #111827;
        font-size: 14px;
        font-weight: 600;
        line-height: 1 !important;
        text-decoration: none;
        white-space: nowrap;
        box-shadow: none;
        transform: none !important;
    }

    body.style2-notice-page .helpCenter > header nav li > a::before,
    body.style2-notice-page .helpCenter > header nav li > a::after {
        display: none !important;
        content: none !important;
    }

    body.style2-notice-page .helpCenter > header nav li.active > a {
        background: transparent;
        color: var(--color-primary, #1689e5);
        box-shadow: none;
    }

    body.style2-notice-page .helpCenter > header nav .top-recycle-dropdown,
    body.style2-notice-page .helpCenter > header nav .dropdown,
    body.style2-notice-page .helpCenter > header nav .hover_box {
        display: none !important;
    }

    body.style2-notice-page .helpCenter > header .mobile-user-entry {
        display: inline-flex;
        position: absolute;
        top: 12px;
        right: max(14px, env(safe-area-inset-right));
        align-items: center;
        justify-content: center;
        min-width: 72px;
        height: 30px;
        padding: 0 12px;
        border: 0;
        border-radius: 999px;
        background: rgba(72, 142, 255, 0.1);
        color: var(--color-primary, #1689e5);
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        text-decoration: none;
        white-space: nowrap;
    }

    /* Page frame */
    body.style2-notice-page .helpCenter,
    body.style2-notice-page .helpCenter .main {
        width: 100%;
        overflow-x: hidden;
        background: #f4f6f8;
    }

    body.style2-notice-page .helpCenter .main {
        min-height: 56vh;
        padding: 12px 0 32px !important;
    }

    body.style2-notice-page .helpCenter .main .container {
        width: 100%;
        max-width: none;
        padding-right: max(12px, env(safe-area-inset-right));
        padding-left: max(12px, env(safe-area-inset-left));
    }

    body.style2-notice-page .helpCenter .main .container .crumbs {
        display: none;
    }

    body.style2-notice-page .helpCenter .main .wrap {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        min-width: 0;
    }

    /* Compact category navigation */
    body.style2-notice-page .style2-help-nav {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative;
        z-index: 5;
        width: 100%;
        min-width: 0;
        height: auto !important;
        min-height: 88px;
        margin: 0 0 2px;
        padding: 4px;
        overflow: visible !important;
        border: 1px solid #e1e6eb;
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 2px 8px rgba(31, 41, 55, .04);
    }

    body.style2-notice-page .style2-help-nav__head,
    body.style2-notice-page .style2-help-nav__focus,
    body.style2-notice-page .style2-help-nav__section-title,
    body.style2-notice-page .style2-help-nav__footer {
        display: none !important;
    }

    body.style2-notice-page .style2-help-nav__list {
        display: grid !important;
        visibility: visible !important;
        opacity: 1 !important;
        grid-template-columns: 1fr 1fr 1fr !important;
        align-items: center;
        column-gap: 3px !important;
        row-gap: 3px !important;
        width: 100% !important;
        min-width: 0;
        max-width: 100%;
        margin: 0;
        padding: 0;
        overflow: visible;
        list-style: none;
        scrollbar-width: none;
        transform: none !important;
    }

    body.style2-notice-page .style2-help-nav__list::-webkit-scrollbar {
        display: none;
    }

    body.style2-notice-page .style2-help-nav__item {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        min-width: 0;
        height: 40px;
        min-height: 40px;
        margin: 0;
        padding: 0;
    }

    body.style2-notice-page .style2-help-nav__item a {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        min-width: 0;
        height: 40px;
        min-height: 40px;
        max-height: none !important;
        padding: 0 6px;
        border: 0;
        border-radius: 6px;
        background: transparent;
        color: #5f6b7a;
        text-decoration: none;
        text-align: center;
        white-space: nowrap;
        box-shadow: none;
        transform: none !important;
    }

    body.style2-notice-page .style2-help-nav__item-index,
    body.style2-notice-page .style2-help-nav__item-copy em,
    body.style2-notice-page .style2-help-nav__item-arrow {
        display: none !important;
    }

    body.style2-notice-page .style2-help-nav__item-copy,
    body.style2-notice-page .style2-help-nav__item-copy strong {
        display: block !important;
        min-width: 0;
    }

    body.style2-notice-page .style2-help-nav__item-copy strong {
        visibility: visible !important;
        opacity: 1 !important;
        color: inherit;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0;
    }

    body.style2-notice-page .style2-help-nav__item.active a {
        position: relative;
        background: #eaf4ff;
        color: #0879d1;
        box-shadow: none;
    }

    body.style2-notice-page .style2-help-nav__item a::before {
        display: none;
    }

    body.style2-notice-page .style2-help-nav__item.active a::after {
        content: "";
        position: absolute;
        right: 50%;
        bottom: 6px;
        width: 16px;
        height: 2px;
        border-radius: 999px;
        background: #1689e5;
        transform: translateX(50%);
    }

    body.style2-notice-page .style2-help-content,
    body.style2-notice-page .style2-help-page,
    body.style2-notice-page .notice_content,
    body.style2-notice-page .agreement-content {
        display: block;
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 0;
    }

    /* Clear page introduction without a decorative card */
    body.style2-notice-page .style2-help-hero {
        display: block !important;
        position: static !important;
        width: 100%;
        min-height: 0 !important;
        height: auto !important;
        margin: 0;
        padding: 8px 4px 18px;
        border: 0;
        border-bottom: 1px solid #dde3e9;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    body.style2-notice-page .style2-help-page--notice .style2-help-hero {
        padding: 16px 14px 18px;
        border: 1px solid #e2ebf5;
        border-radius: 8px;
        background: #f7fbff;
    }

    body.style2-notice-page .style2-help-page--article .style2-help-hero,
    body.style2-notice-page .style2-help-page--faq .style2-help-hero {
        padding: 16px 14px 18px;
        border: 1px solid #e2ebf5;
        border-radius: 8px;
        background: #f7fbff;
    }

    body.style2-notice-page .style2-help-hero__copy {
        display: block !important;
        position: static !important;
        width: 100%;
        min-height: 0 !important;
        height: auto !important;
        margin: 0;
        padding: 0;
        transform: none !important;
    }

    body.style2-notice-page .style2-help-hero__eyebrow,
    body.style2-notice-page .style2-help-hero__meta-card span,
    body.style2-notice-page .style2-notice-quicklinks,
    body.style2-notice-page .style2-help-hero__meta-card--nav {
        display: none !important;
    }

    body.style2-notice-page .style2-help-hero__copy h2 {
        margin: 0 0 8px;
        color: #172033;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.35;
        letter-spacing: 0;
        overflow-wrap: anywhere;
    }

    body.style2-notice-page .style2-help-hero__copy p {
        display: block !important;
        margin: 0;
        color: #667085;
        font-size: 14px;
        line-height: 1.75;
        letter-spacing: 0;
    }

    body.style2-notice-page .style2-help-hero__meta {
        display: flex;
        position: static !important;
        flex-wrap: wrap;
        gap: 6px 16px;
        width: 100%;
        min-height: 0 !important;
        height: auto !important;
        margin-top: 12px;
        padding: 0;
        transform: none !important;
    }

    body.style2-notice-page .style2-help-hero__meta-card {
        width: auto;
        min-width: 0;
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    body.style2-notice-page .style2-help-hero__meta-card strong {
        display: block;
        color: #7b8798;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
        white-space: normal;
    }

    /* Content section and list */
    body.style2-notice-page .style2-help-surface {
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    body.style2-notice-page .style2-help-section-head {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: 32px;
        margin: 0 0 10px;
        padding: 0 4px;
    }

    body.style2-notice-page .style2-help-section-kicker {
        display: none;
    }

    body.style2-notice-page .style2-help-section-head h3 {
        margin: 0;
        color: #202b3c;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: 0;
    }

    body.style2-notice-page .style2-help-section-actions {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        gap: 8px;
        color: #7b8798;
        font-size: 12px;
        line-height: 1.4;
        white-space: nowrap;
    }

    body.style2-notice-page .style2-help-section-actions a {
        display: none;
    }

    body.style2-notice-page .content_box,
    body.style2-notice-page .noitice_list {
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    body.style2-notice-page .noitice_list {
        overflow: hidden;
        border: 1px solid #e1e6eb;
        border-radius: 8px;
        background: #ffffff;
    }

    body.style2-notice-page .style2-help-page--faq .style2-faq-list {
        padding: 10px 0 !important;
    }

    body.style2-notice-page .style2-help-page--notice .noitice_list {
        padding: 10px 0 !important;
    }

    body.style2-notice-page .noitice_list > li,
    body.style2-notice-page .noitice_list > li:first-child,
    body.style2-notice-page .noitice_list > li:last-child {
        position: relative;
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 18px 16px 20px;
        overflow: hidden;
        border: 0;
        border-bottom: 1px solid #e8ecf0;
        border-radius: 0;
        background: #ffffff;
        box-shadow: none;
    }

    body.style2-notice-page .noitice_list > li:last-child {
        border-bottom: 0;
    }

    body.style2-notice-page .noitice_list > li::before {
        display: none;
    }

    body.style2-notice-page .style2-help-page--faq .style2-faq-list > li,
    body.style2-notice-page .style2-help-page--faq .style2-faq-list > li:first-child,
    body.style2-notice-page .style2-help-page--faq .style2-faq-list > li:last-child {
        padding: 0 !important;
    }

    body.style2-notice-page .style2-help-page--faq .style2-faq-list > li:last-child {
        border-bottom: 0;
    }

    body.style2-notice-page .style2-help-page--notice .style2-notice-card,
    body.style2-notice-page .style2-help-page--notice .style2-notice-card:first-child,
    body.style2-notice-page .style2-help-page--notice .style2-notice-card:last-child {
        padding: 0 !important;
    }

    body.style2-notice-page .style2-help-page--notice .style2-notice-card__aside {
        top: 12px;
        left: 14px;
    }

    body.style2-notice-page .style2-help-page--faq .style2-faq-item__aside {
        top: 12px;
        left: 14px;
    }

    body.style2-notice-page .notice_item_inner {
        display: block !important;
        position: relative;
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.style2-notice-page .style2-notice-card__aside,
    body.style2-notice-page .style2-faq-item__aside {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 28px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 4px;
        background: #edf5fd;
        color: #0879d1;
    }

    body.style2-notice-page .style2-notice-card__index,
    body.style2-notice-page .style2-faq-item__index {
        display: block;
        width: auto;
        height: auto;
        color: inherit;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0;
    }

    body.style2-notice-page .style2-notice-card__label,
    body.style2-notice-page .style2-notice-card__tag,
    body.style2-notice-page .style2-faq-item__label,
    body.style2-notice-page .notice_item_inner > .date {
        display: none !important;
    }

    body.style2-notice-page .notice_info {
        display: block !important;
        width: 100% !important;
        min-width: 0;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }

    body.style2-notice-page .notice_info .title,
    body.style2-notice-page .style2-help-page--faq .style2-faq-item .title {
        display: block;
        width: 100% !important;
        min-width: 0;
        min-height: 28px;
        margin: 0 0 8px !important;
        padding: 2px 0 0 50px !important;
        color: #182230;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.55;
        letter-spacing: 0;
        overflow-wrap: anywhere;
    }

    body.style2-notice-page .notice_info .title .circle {
        display: none;
    }

    body.style2-notice-page .style2-notice-card__meta,
    body.style2-notice-page .style2-faq-item__meta {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 6px 12px;
        width: 100% !important;
        margin: 0 !important;
        padding-left: 50px;
        color: #7b8798;
        font-size: 12px;
        line-height: 1.5;
    }

    body.style2-notice-page .style2-notice-card__meta a {
        display: none;
    }

    body.style2-notice-page .notice_info .desc,
    body.style2-notice-page .style2-help-page--faq .style2-faq-item .desc {
        display: block;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: auto;
        max-height: none;
        margin: 16px 0 0 !important;
        padding: 16px 0 0 !important;
        overflow: visible;
        border-top: 1px solid #edf0f3;
        float: none !important;
        clear: both;
        color: #475467;
        font-size: 15px;
        line-height: 1.85;
        text-align: left;
        word-break: normal;
        overflow-wrap: anywhere;
        -webkit-line-clamp: unset;
    }

    body.style2-notice-page .style2-help-page--faq .style2-faq-item .title {
        margin: 0 !important;
        padding: 12px 16px 0 58px !important;
    }

    body.style2-notice-page .style2-help-page--notice .style2-notice-card .title {
        margin: 0 !important;
        padding: 12px 16px 0 58px !important;
    }

    body.style2-notice-page .style2-help-page--notice .style2-notice-card__meta {
        padding-left: 58px;
        padding-right: 16px;
    }

    body.style2-notice-page .style2-help-page--notice .style2-notice-card .desc {
        margin: 16px 0 0 !important;
        padding: 16px 18px 16px !important;
    }

    body.style2-notice-page .style2-help-page--faq .style2-faq-item .desc {
        margin: 16px 0 0 !important;
        padding: 16px 18px 16px !important;
    }

    body.style2-notice-page .notice_info .desc p {
        margin: 0 0 14px;
    }

    body.style2-notice-page .notice_info .desc p:last-child {
        margin-bottom: 0;
    }

    /* Agreement reading surface */
    body.style2-notice-page .style2-help-page--article .style2-help-hero__meta,
    body.style2-notice-page .style2-help-page--article .style2-help-section-head {
        display: none !important;
    }

    body.style2-notice-page .style2-help-page--article .style2-help-surface {
        margin-top: 12px;
    }

    body.style2-notice-page .agreement-article {
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 20px 16px 24px;
        border: 1px solid #e1e6eb;
        border-radius: 8px;
        background: #ffffff;
        box-shadow: none;
    }

    body.style2-notice-page .agreement-article .page-content {
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 0;
        color: #3f4b5c;
        font-size: 16px;
        line-height: 1.9;
        text-align: left;
        word-break: normal;
        overflow-wrap: anywhere;
    }

    body.style2-notice-page .agreement-article .page-content p {
        margin: 0 0 16px;
    }

    body.style2-notice-page .agreement-article .page-content p:last-child {
        margin-bottom: 0;
    }

    body.style2-notice-page .agreement-article .page-content h1,
    body.style2-notice-page .agreement-article .page-content h2,
    body.style2-notice-page .agreement-article .page-content h3,
    body.style2-notice-page .agreement-article .page-content h4,
    body.style2-notice-page .agreement-article .page-content h5,
    body.style2-notice-page .agreement-article .page-content h6 {
        margin: 28px 0 12px;
        color: #182230;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0;
        scroll-margin-top: 68px;
        overflow-wrap: anywhere;
    }

    body.style2-notice-page .agreement-article .page-content h1:first-child,
    body.style2-notice-page .agreement-article .page-content h2:first-child,
    body.style2-notice-page .agreement-article .page-content h3:first-child,
    body.style2-notice-page .agreement-article .page-content h4:first-child {
        margin-top: 0;
    }

    body.style2-notice-page .agreement-article .page-content h1 {
    }

    body.style2-notice-page .agreement-article .page-content h2 {
        padding-bottom: 8px;
        border-bottom: 1px solid #e8ecf0;
        font-size: 19px;
    }

    body.style2-notice-page .agreement-article .page-content h3 {
        font-size: 17px;
    }

    body.style2-notice-page .agreement-article .page-content h4,
    body.style2-notice-page .agreement-article .page-content h5,
    body.style2-notice-page .agreement-article .page-content h6 {
        font-size: 16px;
    }

    body.style2-notice-page .agreement-article .page-content ul,
    body.style2-notice-page .agreement-article .page-content ol {
        margin: 12px 0 18px;
        padding-left: 22px;
    }

    body.style2-notice-page .agreement-article .page-content li {
        margin-bottom: 8px;
        padding-left: 2px;
    }

    body.style2-notice-page .agreement-article .page-content blockquote {
        margin: 18px 0;
        padding: 12px 14px;
        border: 0;
        border-left: 3px solid var(--color-primary, #1689e5);
        border-radius: 4px;
        background: #f3f7fb;
        color: #475467;
    }

    body.style2-notice-page .notice_info .desc [style*="width"],
    body.style2-notice-page .agreement-article .page-content [style*="width"] {
        max-width: 100% !important;
    }

    body.style2-notice-page .notice_info .desc img,
    body.style2-notice-page .notice_info .desc video,
    body.style2-notice-page .notice_info .desc iframe,
    body.style2-notice-page .agreement-article .page-content img,
    body.style2-notice-page .agreement-article .page-content video,
    body.style2-notice-page .agreement-article .page-content iframe {
        display: block;
        max-width: 100% !important;
        height: auto !important;
        margin: 14px auto;
        border-radius: 4px;
    }

    body.style2-notice-page .notice_info .desc table,
    body.style2-notice-page .agreement-article .page-content table {
        display: block;
        width: 100% !important;
        max-width: 100%;
        margin: 16px 0;
        overflow-x: auto;
        border-collapse: collapse;
        font-size: 14px;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    body.style2-notice-page .agreement-article .page-content table th,
    body.style2-notice-page .agreement-article .page-content table td {
        min-width: 88px;
        padding: 9px 10px;
        border: 1px solid #dfe4ea;
        vertical-align: top;
        white-space: normal;
        word-break: break-word;
    }

    body.style2-notice-page .notice_info .desc pre,
    body.style2-notice-page .agreement-article .page-content pre {
        max-width: 100%;
        margin: 16px 0;
        padding: 14px;
        overflow-x: auto;
        border-radius: 6px;
        font-size: 13px;
        line-height: 1.7;
        white-space: pre-wrap;
        word-break: break-word;
    }

    /* Pagination and empty state */
    body.style2-notice-page .style2-help-empty {
        padding: 32px 16px !important;
        color: #7b8798;
        text-align: center;
    }

    body.style2-notice-page .style2-help-empty .title {
        min-height: 0;
        margin: 0 !important;
        padding: 0 !important;
        color: inherit;
        font-size: 14px;
        font-weight: 500;
    }

    body.style2-notice-page .style2-help-pagination {
        width: 100%;
        margin-top: 16px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    body.style2-notice-page .style2-help-pagination .pagination,
    body.style2-notice-page .style2-help-pagination ul.pagination {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        width: max-content;
        min-width: 100%;
        margin: 0;
        padding: 0 0 2px;
    }

    body.style2-notice-page .style2-help-pagination .pagination > li > a,
    body.style2-notice-page .style2-help-pagination .pagination > li > span,
    body.style2-notice-page .style2-help-pagination ul > li > a,
    body.style2-notice-page .style2-help-pagination ul > li > span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 40px;
        min-height: 40px;
        padding: 0 12px;
    }

    /* Compact footer: footer is nested inside .helpCenter in these templates. */
    body.style2-notice-page footer,
    body.style2-notice-page .helpCenter > footer {
        height: auto !important;
        min-height: 0 !important;
        margin: 0;
        border-top: 1px solid #e1e6eb;
        background: #ffffff;
    }

    body.style2-notice-page footer .container,
    body.style2-notice-page .helpCenter > footer .container {
        width: 100%;
        height: auto !important;
        min-height: 0;
        padding: 18px 14px max(20px, env(safe-area-inset-bottom));
    }

    body.style2-notice-page footer .top,
    body.style2-notice-page footer .bottom .img_list,
    body.style2-notice-page .helpCenter > footer .top,
    body.style2-notice-page .helpCenter > footer .bottom .img_list {
        display: none !important;
    }

    body.style2-notice-page footer .bottom,
    body.style2-notice-page footer .bottom .desc,
    body.style2-notice-page .helpCenter > footer .bottom,
    body.style2-notice-page .helpCenter > footer .bottom .desc {
        display: block;
        width: 100%;
        height: auto !important;
        min-height: 0 !important;
        margin: 0;
        text-align: center;
    }

    body.style2-notice-page footer .bottom .desc,
    body.style2-notice-page .helpCenter > footer .bottom .desc {
        color: #8a94a3;
        font-size: 11px;
        line-height: 1.7;
    }

    body.style2-notice-page footer .bottom .desc span,
    body.style2-notice-page .helpCenter > footer .bottom .desc span {
        display: block;
        margin: 2px 0;
    }

    body.style2-notice-page footer .bottom .desc a,
    body.style2-notice-page .helpCenter > footer .bottom .desc a {
        color: #8a94a3 !important;
    }

    body.style2-notice-page .fixed {
        display: none !important;
    }

    body.style2-notice-page a:focus-visible,
    body.style2-notice-page summary:focus-visible {
        outline: 2px solid var(--color-primary, #1689e5);
        outline-offset: 2px;
    }
}

@media screen and (max-width: 374px) {
    body.style2-notice-page .helpCenter .main .container {
        padding-right: max(10px, env(safe-area-inset-right));
        padding-left: max(10px, env(safe-area-inset-left));
    }

    body.style2-notice-page .style2-help-nav__item a {
        min-width: 70px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 13px;
    }

    body.style2-notice-page .noitice_list > li,
    body.style2-notice-page .noitice_list > li:first-child,
    body.style2-notice-page .noitice_list > li:last-child,
    body.style2-notice-page .agreement-article {
        padding-right: 14px;
        padding-left: 14px;
    }

    body.style2-notice-page .style2-help-hero__copy h2 {
        font-size: 22px;
    }
}
