/* Style 5 notice and agreement pages: focused mobile reading layout. */
@media (max-width: 768px) {
    body.help-center-page {
        overflow-x: hidden;
        background: #f5f7fa;
    }

    body.help-center-page .help-hero {
        padding: 24px 0 18px;
        background: linear-gradient(135deg, #10213b 0%, #17406b 58%, #ff7a2f 100%);
    }

    body.help-center-page .help-hero::after {
        display: none;
    }

    body.help-center-page .help-container {
        width: 100%;
        max-width: none;
        padding: 0 14px;
    }

    body.help-center-page .help-hero__content {
        display: block;
    }

    body.help-center-page .help-hero__eyebrow {
        min-height: 25px;
        padding: 4px 8px;
        border-radius: 5px;
        font-size: 10px;
        line-height: 1.3;
    }

    body.help-center-page .help-hero__title {
        margin-top: 9px;
        font-size: 25px;
        line-height: 1.3;
        letter-spacing: 0;
    }

    body.help-center-page .help-hero__desc {
        max-width: none;
        margin-top: 5px;
        font-size: 13px;
        line-height: 1.6;
    }

    body.help-center-page .help-hero__meta {
        gap: 6px;
        margin-top: 10px;
    }

    body.help-center-page .help-hero__meta span {
        min-height: 25px;
        padding: 0 8px;
        border-radius: 5px;
        font-size: 10px;
        line-height: 25px;
    }

    body.help-center-page .help-hero__stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        margin-top: 12px;
    }

    body.help-center-page .help-hero__stat {
        min-width: 0;
        padding: 9px 7px;
        border-radius: 8px;
        box-shadow: none;
    }

    body.help-center-page .help-hero__stat strong {
        overflow: hidden;
        font-size: 16px;
        line-height: 1.25;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.help-center-page .help-hero__stat span {
        margin-top: 3px;
        font-size: 9px;
        line-height: 1.35;
    }

    body.help-center-page .help-page-shell {
        padding: 10px 0 28px;
    }

    body.help-center-page .help-breadcrumb {
        gap: 6px;
        padding: 0 2px 8px;
        font-size: 12px;
        line-height: 1.4;
    }

    body.help-center-page .help-page-grid {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 0;
    }

    body.help-center-page .help-sidebar,
    body.help-center-page .help-main {
        width: 100%;
        min-width: 0;
    }

    body.help-center-page .help-nav {
        position: static;
        padding: 10px;
        border-radius: 8px;
        box-shadow: none;
    }

    body.help-center-page .help-nav__head {
        padding: 2px 2px 8px;
    }

    body.help-center-page .help-nav__eyebrow,
    body.help-center-page .help-nav__section,
    body.help-center-page .help-nav__focus,
    body.help-center-page .help-nav__footer {
        display: none;
    }

    body.help-center-page .help-nav__title {
        margin-top: 0;
        font-size: 15px;
        line-height: 1.35;
    }

    body.help-center-page .help-nav__desc {
        display: -webkit-box;
        overflow: hidden;
        margin-top: 3px;
        font-size: 11px;
        line-height: 1.45;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    body.help-center-page .help-nav__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
        margin-top: 0;
    }

    body.help-center-page .help-nav__item {
        display: block;
        min-width: 0;
        min-height: 36px;
        padding: 0 5px;
        border-radius: 6px;
        box-shadow: none;
        text-align: center;
    }

    body.help-center-page .help-nav__copy strong {
        overflow: hidden;
        font-size: 12px;
        line-height: 36px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.help-center-page .help-nav__copy em,
    body.help-center-page .help-nav__state {
        display: none;
    }

    body.help-center-page .help-nav__item.cur {
        background: linear-gradient(135deg, #ff7b34 0%, #ff5a2f 100%);
        box-shadow: 0 6px 14px rgba(255, 90, 47, 0.2);
    }

    body.help-center-page .help-card {
        width: 100%;
        padding: 15px 13px 18px;
        border-radius: 8px;
        box-shadow: none;
    }

    body.help-center-page .help-card__top {
        gap: 6px;
        margin-bottom: 12px;
    }

    body.help-center-page .help-card__badge {
        min-height: 24px;
        padding: 0 8px;
        border-radius: 5px;
        font-size: 10px;
        line-height: 24px;
    }

    body.help-center-page .help-card__hint {
        font-size: 11px;
    }

    body.help-center-page .help-card__head {
        display: block;
        margin-bottom: 14px;
        padding-bottom: 12px;
    }

    body.help-center-page .help-card__eyebrow {
        font-size: 10px;
    }

    body.help-center-page .help-card__title {
        margin-top: 5px;
        font-size: 20px;
        line-height: 1.4;
    }

    body.help-center-page .help-card__summary {
        max-width: none;
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.55;
    }

    body.help-center-page .notice-feed {
        gap: 9px;
    }

    body.help-center-page .notice-feed__item {
        display: block;
        padding: 12px;
        border-radius: 8px;
        box-shadow: none;
    }

    body.help-center-page .notice-feed__date {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        gap: 6px;
        width: auto;
        height: auto;
        margin-bottom: 8px;
        padding: 4px 8px;
        border-radius: 5px;
    }

    body.help-center-page .notice-feed__day {
        font-size: 13px;
        line-height: 1.35;
    }

    body.help-center-page .notice-feed__year {
        margin-top: 0;
        font-size: 10px;
        line-height: 1.35;
    }

    body.help-center-page .notice-feed__meta {
        gap: 6px;
    }

    body.help-center-page .notice-feed__tag {
        min-height: 21px;
        padding: 0 7px;
        border-radius: 4px;
        font-size: 10px;
        line-height: 21px;
    }

    body.help-center-page .notice-feed__time {
        max-width: 100%;
        overflow: hidden;
        font-size: 10px;
        line-height: 1.4;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.help-center-page .notice-feed__title {
        display: -webkit-box;
        overflow: hidden;
        margin-top: 6px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    body.help-center-page .notice-feed__title a {
        font-size: 16px;
        line-height: 1.45;
    }

    body.help-center-page .notice-feed__desc {
        display: -webkit-box;
        overflow: hidden;
        margin-top: 5px;
        font-size: 13px;
        line-height: 1.62;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow-wrap: anywhere;
    }

    body.help-center-page .help-pagination {
        justify-content: flex-start;
        overflow-x: auto;
        margin-top: 14px;
        padding: 2px 0;
    }

    body.help-center-page .help-pagination .pagination {
        flex: 0 0 auto;
        justify-content: flex-start;
    }

    body.help-center-page .help-article {
        width: 100%;
        min-width: 0;
        color: #4d5f74;
        font-size: 15px;
        line-height: 1.82;
        overflow-wrap: anywhere;
    }

    body.help-center-page .help-article h1,
    body.help-center-page .help-article h2,
    body.help-center-page .help-article h3,
    body.help-center-page .help-article h4,
    body.help-center-page .help-article h5,
    body.help-center-page .help-article h6 {
        margin: 24px 0 12px;
        color: #132238;
        line-height: 1.45;
    }

    body.help-center-page .help-article h1 {
        font-size: 22px;
    }

    body.help-center-page .help-article h2 {
        padding-left: 10px;
        border-left-width: 3px;
        font-size: 19px;
    }

    body.help-center-page .help-article h3 {
        font-size: 17px;
    }

    body.help-center-page .help-article p {
        margin: 0 0 18px;
    }

    body.help-center-page .help-article ul,
    body.help-center-page .help-article ol {
        padding-left: 20px;
    }

    body.help-center-page .help-article table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    body.help-center-page .faq-stack {
        gap: 8px;
    }

    body.help-center-page .faq-item {
        border-radius: 8px;
    }

    body.help-center-page .faq-question {
        min-height: 48px;
        padding: 9px 10px;
    }

    body.help-center-page .faq-question__text {
        min-width: 0;
        font-size: 14px;
        line-height: 1.45;
    }

    body.help-center-page .faq-question__index {
        flex: 0 0 auto;
        font-size: 10px;
    }

    body.help-center-page .faq-answer {
        padding: 0 10px 12px;
    }
}

@media (max-width: 374px) {
    body.help-center-page .help-container {
        padding-right: 10px;
        padding-left: 10px;
    }

    body.help-center-page .help-nav__list {
        gap: 5px;
    }

    body.help-center-page .help-nav__item {
        padding-right: 3px;
        padding-left: 3px;
    }

    body.help-center-page .help-nav__copy strong {
        font-size: 11px;
    }

    body.help-center-page .help-card {
        padding-right: 11px;
        padding-left: 11px;
    }
}
