/* 职业规划常见问题 Q&A 页面 */
.qq-faq-page {
    overflow: hidden;
    color: #29354a;
    background: #f6f8fc;
}

.qq-faq-hero {
    position: relative;
    overflow: hidden;
    padding: 148px 0 58px;
    color: #fff;
    background: linear-gradient(122deg, #142b58 0%, #1f3971 56%, #315b91 100%);
}

.qq-faq-hero:before,
.qq-faq-hero:after {
    position: absolute;
    display: block;
    content: '';
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    pointer-events: none;
}

.qq-faq-hero:before {
    top: -405px;
    right: -95px;
    width: 620px;
    height: 620px;
}

.qq-faq-hero:after {
    bottom: -245px;
    left: 12%;
    width: 360px;
    height: 360px;
}

.qq-faq-hero .container,
.qq-faq-content-section .container {
    position: relative;
    z-index: 1;
}

.qq-faq-breadcrumb {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 100%;
    margin-bottom: 30px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 4px;
    color: rgba(255, 255, 255, .72);
    background: rgba(8, 24, 53, .18);
    font-size: 13px;
    line-height: 1.5;
}

.qq-faq-breadcrumb a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, .76);
}

.qq-faq-breadcrumb a:hover,
.qq-faq-breadcrumb a:focus {
    color: #fff;
}

.qq-faq-breadcrumb-home i {
    color: #e1b75f;
}

.qq-faq-breadcrumb-separator {
    flex: 0 0 auto;
    margin: 0 10px;
    color: rgba(255, 255, 255, .36);
}

.qq-faq-breadcrumb-current {
    min-width: 0;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qq-faq-hero-layout {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
}

.qq-faq-hero-copy {
    max-width: 790px;
}

.qq-faq-hero-copy .qq-section-kicker {
    display: inline-block;
    margin-bottom: 17px;
    color: #d8b56b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
}

.qq-faq-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: .015em;
}

.qq-faq-hero-copy p {
    max-width: 690px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    line-height: 1.9;
}

.qq-faq-hero-summary {
    flex: 0 0 206px;
    min-height: 166px;
    padding: 22px 25px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 4px;
    background: rgba(12, 29, 62, .25);
    box-shadow: 0 18px 45px rgba(4, 17, 40, .16);
}

.qq-faq-hero-summary strong {
    display: block;
    color: #e7c67c;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}

.qq-faq-hero-summary span {
    display: block;
    margin-top: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.qq-faq-hero-summary em {
    display: block;
    margin-top: 14px;
    color: rgba(255, 255, 255, .67);
    font-size: 12px;
    font-style: normal;
}

.qq-faq-content-section {
    padding: 54px 0 94px;
}

.qq-faq-layout {
    display: grid;
    grid-template-columns: minmax(210px, 255px) minmax(0, 1fr);
    align-items: start;
    gap: 34px;
}

.qq-faq-toc-inner {
    position: sticky;
    top: 112px;
    padding: 22px 16px 20px;
    border: 1px solid #e2e7ef;
    border-top: 3px solid #d4a33f;
    background: #fff;
    box-shadow: 0 10px 30px rgba(33, 53, 85, .06);
}

.qq-faq-toc-inner > span {
    display: block;
    padding: 0 7px 13px;
    color: #1f3971;
    font-size: 16px;
    font-weight: 700;
}

.qq-faq-toc ol {
    margin: 0;
    padding: 0;
    counter-reset: faq-toc;
}

.qq-faq-toc li {
    position: relative;
    margin: 0;
    padding: 0 0 0 27px;
    list-style: none;
    counter-increment: faq-toc;
}

.qq-faq-toc li:before {
    position: absolute;
    top: 12px;
    left: 7px;
    color: #c18b28;
    font-size: 11px;
    font-weight: 700;
    content: counter(faq-toc, decimal-leading-zero);
}

.qq-faq-toc a {
    display: block;
    padding: 9px 6px 9px 0;
    border-bottom: 1px solid #edf0f4;
    color: #56647b;
    font-size: 13px;
    line-height: 1.55;
    transition: color .2s ease, padding-left .2s ease;
}

.qq-faq-toc li:last-child a {
    border-bottom: 0;
}

.qq-faq-toc a:hover,
.qq-faq-toc a:focus,
.qq-faq-toc a.is-current {
    padding-left: 4px;
    color: #1f3971;
    font-weight: 700;
}

.qq-faq-document {
    min-width: 0;
    padding: clamp(24px, 4vw, 48px);
    border: 1px solid #e4e8ef;
    background: #fff;
    box-shadow: 0 14px 38px rgba(29, 49, 82, .07);
}

.qq-faq-document-intro {
    margin-bottom: 32px;
    padding: 19px 23px 18px;
    border-left: 3px solid #d4a33f;
    background: #f8f6f1;
}

.qq-faq-document-intro span {
    display: block;
    margin-bottom: 5px;
    color: #a47218;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
}

.qq-faq-document-intro p {
    margin: 0;
    color: #4d596d;
    font-size: 14px;
    line-height: 1.8;
}

.qq-faq-item {
    scroll-margin-top: 112px;
    padding: 0 0 48px;
    border-bottom: 1px solid #e8edf3;
}

.qq-faq-item + .qq-faq-item {
    padding-top: 48px;
}

.qq-faq-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.qq-faq-item > h2 {
    position: relative;
    margin: 0 0 27px;
    padding: 0 0 0 52px;
    color: #1f3971;
    font-size: clamp(21px, 2.35vw, 28px);
    font-weight: 700;
    line-height: 1.48;
}

.qq-faq-item > h2:before {
    position: absolute;
    top: 1px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background: #d4a33f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    content: 'Q';
}

.qq-faq-answer > h3 {
    position: relative;
    margin: 28px 0 12px;
    padding-left: 13px;
    color: #263f71;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.55;
}

.qq-faq-answer > h3:before {
    position: absolute;
    top: .35em;
    bottom: .35em;
    left: 0;
    width: 3px;
    border-radius: 2px;
    background: #d4a33f;
    content: '';
}

.qq-faq-answer p,
.qq-faq-answer li {
    color: #46536a;
    font-size: 15px;
    line-height: 2;
}

.qq-faq-answer p {
    margin: 0 0 13px;
}

.qq-faq-answer ul,
.qq-faq-answer ol {
    margin: 14px 0 18px;
    padding: 0 0 0 24px;
}

.qq-faq-answer ul > li,
.qq-faq-answer ol > li {
    position: relative;
    margin: 7px 0;
    padding-left: 7px;
    list-style: none;
}

.qq-faq-answer ul > li:before {
    position: absolute;
    top: .94em;
    left: -16px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d4a33f;
    content: '';
}

.qq-faq-answer ol {
    counter-reset: faq-steps;
}

.qq-faq-answer ol > li {
    counter-increment: faq-steps;
}

.qq-faq-answer ol > li:before {
    position: absolute;
    left: -24px;
    color: #b47a16;
    font-weight: 700;
    content: counter(faq-steps) '.';
}

.qq-faq-answer blockquote {
    position: relative;
    margin: 22px 0;
    padding: 18px 21px 18px 25px;
    border-left: 3px solid #d4a33f;
    color: #34445e;
    background: #f7f9fc;
    font-size: 15px;
    line-height: 1.9;
}

.qq-faq-answer blockquote:before {
    position: absolute;
    top: -3px;
    left: 12px;
    color: rgba(212, 163, 63, .22);
    font-family: Georgia, serif;
    font-size: 62px;
    line-height: 1;
    content: '“';
}

.qq-faq-figure {
    margin: 26px auto;
    text-align: center;
}

.qq-faq-figure img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border: 1px solid #e7ebf1;
    background: #fff;
}

.qq-faq-figure figcaption {
    margin-top: 9px;
    color: #8390a2;
    font-size: 12px;
    line-height: 1.6;
}

.qq-faq-table-wrap {
    width: 100%;
    margin: 24px 0 0;
    overflow-x: auto;
    border: 1px solid #dde4ec;
    -webkit-overflow-scrolling: touch;
}

.qq-faq-table-wrap:focus {
    outline: 3px solid rgba(31, 57, 113, .23);
    outline-offset: 2px;
}

.qq-faq-table {
    width: 100%;
    min-width: 570px;
    color: #405069;
    font-size: 14px;
    line-height: 1.65;
}

.qq-faq-table caption {
    padding: 13px 17px;
    color: #1f3971;
    background: #f2f5f9;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

.qq-faq-table th,
.qq-faq-table td {
    padding: 11px 14px;
    border: 1px solid #e2e8ef;
    text-align: left;
    vertical-align: top;
}

.qq-faq-table thead th {
    color: #fff;
    background: #2b4a7d;
    font-weight: 700;
}

.qq-faq-table tbody th {
    color: #1f3971;
    background: #f7f9fc;
    font-weight: 700;
}

.qq-faq-table tbody tr:nth-child(even) td {
    background: #fbfcfe;
}

.qq-faq-table-note {
    margin: 10px 0 0 !important;
    color: #7b8799 !important;
    font-size: 12px !important;
    line-height: 1.75 !important;
}

@media (max-width: 1024px) {
    .qq-faq-hero-layout {
        gap: 34px;
    }

    .qq-faq-layout {
        grid-template-columns: 205px minmax(0, 1fr);
        gap: 24px;
    }

    .qq-faq-toc-inner {
        top: 102px;
    }
}

@media (max-width: 767px) {
    .qq-faq-hero {
        padding: 104px 0 38px;
    }

    .qq-faq-breadcrumb {
        width: 100%;
        margin-bottom: 24px;
        padding: 8px 11px;
    }

    .qq-faq-breadcrumb-separator {
        margin: 0 7px;
    }

    .qq-faq-hero-layout {
        display: block;
    }

    .qq-faq-hero-copy p {
        font-size: 14px;
        line-height: 1.8;
    }

    .qq-faq-hero-summary {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0 10px;
        min-height: 0;
        margin-top: 28px;
        padding: 16px 19px;
    }

    .qq-faq-hero-summary strong {
        font-size: 37px;
    }

    .qq-faq-hero-summary span {
        margin: 0;
        font-size: 14px;
    }

    .qq-faq-hero-summary em {
        flex: 0 0 100%;
        margin-top: 5px;
    }

    .qq-faq-content-section {
        padding: 28px 0 58px;
    }

    .qq-faq-layout {
        display: flex;
        flex-direction: column;
        gap: 22px;
    }

    .qq-faq-toc {
        width: 100%;
    }

    .qq-faq-toc-inner {
        position: static;
        padding: 17px 15px 15px;
    }

    .qq-faq-document {
        width: 100%;
        padding: 22px 17px;
    }

    .qq-faq-document-intro {
        margin-bottom: 28px;
        padding: 16px 17px;
    }

    .qq-faq-item {
        scroll-margin-top: 82px;
        padding-bottom: 35px;
    }

    .qq-faq-item + .qq-faq-item {
        padding-top: 35px;
    }

    .qq-faq-item > h2 {
        margin-bottom: 21px;
        padding-left: 41px;
        font-size: 21px;
        line-height: 1.48;
    }

    .qq-faq-item > h2:before {
        width: 29px;
        height: 29px;
        font-size: 12px;
    }

    .qq-faq-answer > h3 {
        margin-top: 23px;
        font-size: 16px;
    }

    .qq-faq-answer p,
    .qq-faq-answer li,
    .qq-faq-answer blockquote {
        font-size: 14px;
        line-height: 1.9;
    }

    .qq-faq-answer blockquote {
        margin: 18px 0;
        padding: 15px 15px 15px 19px;
    }

    .qq-faq-answer ul,
    .qq-faq-answer ol {
        padding-left: 20px;
    }

    .qq-faq-answer ol > li:before {
        left: -20px;
    }

    .qq-faq-table {
        min-width: 530px;
        font-size: 13px;
    }

    .qq-faq-table th,
    .qq-faq-table td {
        padding: 9px 10px;
    }
}

/* 问答数据列表 */
.qq-faq-list-page,
.qq-faq-detail-page,
.qq-faq-search-page {
    /* 不创建额外的滚动容器，确保详情页右侧导航可以跟随页面滚动。 */
    overflow: clip;
    color: #29354a;
    background: #f5f7fb;
}

.qq-faq-list-hero,
.qq-faq-detail-hero {
    position: relative;
    overflow: hidden;
    padding: 148px 0 62px;
    color: #fff;
    background:
        radial-gradient(circle at 82% 15%, rgba(215, 174, 91, .2), transparent 28%),
        linear-gradient(122deg, #132a56 0%, #1f3971 58%, #315b91 100%);
}

.qq-faq-list-hero:after,
.qq-faq-detail-hero:after {
    position: absolute;
    right: -150px;
    bottom: -310px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    content: '';
}

.qq-faq-list-hero .container,
.qq-faq-detail-hero .container {
    position: relative;
    z-index: 1;
}

.qq-faq-list-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    align-items: end;
    gap: 72px;
}

.qq-faq-list-hero-copy {
    max-width: 790px;
}

.qq-faq-list-hero .qq-section-kicker,
.qq-faq-detail-hero .qq-section-kicker {
    display: block;
    margin-bottom: 15px;
    color: #e1bf75;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
}

.qq-faq-list-hero h1,
.qq-faq-detail-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.25;
}

.qq-faq-list-hero-copy > p,
.qq-faq-detail-hero-copy > p {
    max-width: 760px;
    margin: 19px 0 0;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 1.9;
}

.qq-faq-list-hero-panel {
    padding: 28px 27px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-top: 3px solid #d8ad55;
    background: rgba(8, 24, 53, .28);
    box-shadow: 0 18px 45px rgba(4, 17, 40, .16);
}

.qq-faq-list-hero-panel strong {
    display: block;
    color: #e8c77e;
    font-size: 56px;
    line-height: 1;
}

.qq-faq-list-hero-panel span {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.qq-faq-list-hero-panel p {
    margin-top: 14px;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.75;
}

.qq-faq-list-section {
    padding: 62px 0 92px;
}

.qq-faq-list-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 30px;
}

.qq-faq-list-heading .qq-section-kicker {
    display: block;
    margin-bottom: 8px;
    color: #b47d20;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .15em;
}

.qq-faq-list-title {
    color: #1f3971;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    line-height: 1.35;
}

.qq-faq-list-heading > p {
    max-width: 410px;
    color: #69758a;
    font-size: 14px;
    line-height: 1.8;
    text-align: right;
}

.qq-faq-list-heading-search {
    width: min(410px, 100%);
}

.qq-faq-list-heading-search > p {
    margin-top: 8px;
    color: #8993a3;
    font-size: 12px;
    line-height: 1.6;
    text-align: right;
}

.qq-faq-search-form {
    display: flex;
    width: 100%;
    min-height: 46px;
    border: 1px solid #dfe5ee;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(31, 57, 113, .06);
}

.qq-faq-search-form input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 14px;
    border: 0;
    outline: 0;
    color: #29354a;
    background: transparent;
    font-size: 14px;
}

.qq-faq-search-form input::placeholder {
    color: #a1a9b7;
}

.qq-faq-search-form button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 84px;
    padding: 0 16px;
    border: 0;
    color: #fff;
    background: #1f3971;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s ease;
}

.qq-faq-search-form button:hover,
.qq-faq-search-form button:focus {
    background: #d4a33f;
}

.qq-faq-search-hero-copy {
    max-width: 760px;
}

.qq-faq-search-form-hero {
    max-width: 520px;
    margin-top: 26px;
    border-color: rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .96);
}

.qq-faq-search-section {
    min-height: 430px;
}

.qq-faq-search-heading {
    align-items: center;
}

.qq-faq-search-heading > p {
    max-width: none;
}

.qq-faq-search-card > a {
    min-height: 220px;
}

.qq-faq-card-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.qq-faq-card {
    min-width: 0;
}

.qq-faq-card > a {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 1fr auto;
    height: 100%;
    min-height: 270px;
    padding: 28px 30px 25px;
    border: 1px solid #e1e6ee;
    border-top: 3px solid transparent;
    background: #fff;
    box-shadow: 0 11px 30px rgba(31, 54, 90, .055);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.qq-faq-card > a:hover,
.qq-faq-card > a:focus {
    transform: translateY(-4px);
    border-top-color: #d4a33f;
    box-shadow: 0 20px 42px rgba(31, 54, 90, .12);
}

.qq-faq-card-label {
    display: block;
    margin-bottom: 9px;
    color: #b17c23;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
}

.qq-faq-card h2 {
    margin: 0;
    color: #223c70;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.55;
}

.qq-faq-card p {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 14px;
    color: #647086;
    font-size: 14px;
    line-height: 1.85;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.qq-faq-card-action {
    align-self: end;
    margin-top: 22px;
    color: #1f3971;
    font-size: 13px;
    font-weight: 700;
}

.qq-faq-card-action i {
    margin-left: 6px;
    color: #c28b2c;
    transition: transform .2s ease;
}

.qq-faq-card > a:hover .qq-faq-card-action i,
.qq-faq-card > a:focus .qq-faq-card-action i {
    transform: translateX(4px);
}

.qq-faq-list-pagination {
    margin-top: 36px;
    text-align: center;
}

.qq-faq-list-empty {
    grid-column: 1 / -1;
    padding: 50px 25px;
    border: 1px solid #e1e6ee;
    color: #758095;
    background: #fff;
    text-align: center;
}

/* 独立问答详情 */
.qq-faq-detail-hero {
    padding-bottom: 56px;
}

.qq-faq-detail-hero-copy {
    max-width: 920px;
}

.qq-faq-detail-hero h1 {
    font-size: clamp(29px, 3.7vw, 44px);
    line-height: 1.4;
}

.qq-faq-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 23px;
    padding: 9px 15px;
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    background: rgba(255, 255, 255, .07);
    font-size: 13px;
}

.qq-faq-back-link:hover,
.qq-faq-back-link:focus {
    color: #fff;
    background: rgba(255, 255, 255, .14);
}

.qq-faq-detail-section {
    padding: 52px 0 94px;
}

.qq-faq-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    align-items: start;
    gap: 32px;
}

.qq-faq-detail-document {
    min-width: 0;
    padding: clamp(25px, 4vw, 50px);
    border: 1px solid #e2e7ef;
    background: #fff;
    box-shadow: 0 14px 38px rgba(29, 49, 82, .07);
}

.qq-faq-detail-lead {
    margin-bottom: 30px;
    padding: 18px 21px;
    border-left: 3px solid #d4a33f;
    background: #f8f6f1;
}

.qq-faq-detail-lead span {
    display: block;
    margin-bottom: 5px;
    color: #a47218;
    font-size: 12px;
    font-weight: 700;
}

.qq-faq-detail-lead p {
    color: #59657a;
    font-size: 14px;
    line-height: 1.8;
}

.qq-faq-detail-side {
    position: sticky;
    top: 112px;
    z-index: 2;
    align-self: start;
}

.qq-faq-detail-side-inner {
    position: static;
    padding: 24px 20px 20px;
    border: 1px solid #e1e6ee;
    border-top: 3px solid #d4a33f;
    background: #fff;
    box-shadow: 0 10px 28px rgba(31, 54, 90, .06);
}

.qq-faq-detail-side .qq-section-kicker {
    display: block;
    margin-bottom: 7px;
    color: #b17c23;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .15em;
}

.qq-faq-detail-side-title {
    margin-bottom: 14px;
    color: #1f3971;
    font-size: 18px;
    font-weight: 700;
}

.qq-faq-detail-side ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.qq-faq-detail-side li {
    border-bottom: 1px solid #edf0f4;
}

.qq-faq-detail-side li a {
    display: block;
    padding: 9px 0;
    color: #5a667a;
    font-size: 12px;
    line-height: 1.55;
}

.qq-faq-detail-side li a:hover,
.qq-faq-detail-side li a:focus,
.qq-faq-detail-side li.current a {
    color: #1f3971;
    font-weight: 700;
}

.qq-faq-detail-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px;
    padding: 11px 13px;
    color: #fff;
    background: #1f3971;
    font-size: 13px;
    font-weight: 700;
}

.qq-faq-detail-all:hover,
.qq-faq-detail-all:focus {
    color: #fff;
    background: #2b4d89;
}

@media (max-width: 1000px) {
    .qq-faq-list-hero,
    .qq-faq-detail-hero {
        padding-top: 105px;
    }

    .qq-faq-list-hero-grid {
        grid-template-columns: minmax(0, 1fr) 250px;
        gap: 35px;
    }

    .qq-faq-detail-layout {
        grid-template-columns: minmax(0, 1fr) 235px;
        gap: 23px;
    }
}

@media (max-width: 767px) {
    .qq-faq-list-hero,
    .qq-faq-detail-hero {
        padding: 104px 0 39px;
    }

    .qq-faq-list-hero-grid {
        display: block;
    }

    .qq-faq-list-hero-copy > p,
    .qq-faq-detail-hero-copy > p {
        font-size: 14px;
        line-height: 1.8;
    }

    .qq-faq-list-hero-panel {
        margin-top: 28px;
        padding: 20px;
    }

    .qq-faq-list-hero-panel strong {
        font-size: 42px;
    }

    .qq-faq-list-section,
    .qq-faq-detail-section {
        padding: 34px 0 58px;
    }

    .qq-faq-list-heading {
        display: block;
        margin-bottom: 23px;
    }

    .qq-faq-list-heading > p {
        margin-top: 10px;
        text-align: left;
    }

    .qq-faq-list-heading-search {
        width: 100%;
        margin-top: 18px;
    }

    .qq-faq-list-heading-search > p {
        text-align: left;
    }

    .qq-faq-search-form-hero {
        max-width: none;
        margin-top: 22px;
    }

    .qq-faq-card-list {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .qq-faq-card > a {
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
        padding: 21px 18px 19px;
    }

    .qq-faq-card h2 {
        font-size: 18px;
        line-height: 1.55;
    }

    .qq-faq-card p {
        margin-top: 9px;
        font-size: 13px;
        -webkit-line-clamp: 2;
    }

    .qq-faq-card-action {
        margin-top: 15px;
    }

    .qq-faq-detail-layout {
        display: flex;
        flex-direction: column;
        gap: 22px;
    }

    .qq-faq-detail-document,
    .qq-faq-detail-side {
        width: 100%;
    }

    .qq-faq-detail-document {
        padding: 23px 17px;
    }

    .qq-faq-detail-side-inner {
        position: static;
    }

    .qq-faq-detail-side {
        position: static;
    }
}
