/* Help center and FAQ share the homepage design tokens from index.css. */
.help-page {
    background: #f7faf8;
}

.help-page main {
    min-height: 70vh;
    padding-top: var(--header-height);
}

.help-page .button-secondary {
    color: var(--green-dark);
    background: #fff;
    border-color: #cfe2d8;
}

.help-page .button-secondary:hover {
    color: var(--green-dark);
    border-color: var(--green);
    box-shadow: var(--shadow-sm);
}

.help-hero {
    position: relative;
    overflow: visible;
    color: #fff;
    background:
        radial-gradient(circle at 12% 20%, rgba(94, 224, 159, .20), transparent 31%),
        radial-gradient(circle at 92% 0%, rgba(87, 199, 255, .13), transparent 28%),
        linear-gradient(125deg, #0a3d2b 0%, #0a6040 54%, #0f7e51 100%);
}

.help-hero::after,
.faq-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .12;
    background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to right, #000, transparent);
}

.help-hero-inner {
    position: relative;
    z-index: 2;
    min-height: 248px;
    display: grid;
    grid-template-columns: minmax(360px, .86fr) minmax(420px, 1.14fr);
    align-items: center;
    gap: 70px;
    padding-top: 44px;
    padding-bottom: 44px;
}

.help-page .section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--green);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .14em;
}

.help-page .section-eyebrow i {
    width: 22px;
    height: 2px;
    background: currentColor;
}

.help-hero .section-eyebrow,
.faq-hero .section-eyebrow {
    color: #a9efcf;
}

.help-hero h1,
.faq-hero h1 {
    margin: 12px 0 12px;
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.1;
    letter-spacing: -.04em;
}

.help-hero p,
.faq-hero p {
    max-width: 620px;
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 16px;
    line-height: 1.8;
}

.help-search {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 66px;
    padding: 0 18px;
    color: var(--ink);
    background: #fff;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 17px;
    box-shadow: 0 24px 60px rgba(0, 31, 20, .22);
}

.help-search > svg {
    flex: 0 0 auto;
    color: var(--green);
    font-size: 24px;
}

.help-search input {
    width: 100%;
    height: 64px;
    padding: 0 16px;
    color: var(--ink);
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 15px;
}

.help-search input::placeholder {
    color: #8b9893;
}

.help-search kbd {
    flex: 0 0 auto;
    padding: 5px 8px;
    color: #77847f;
    background: #f1f5f3;
    border: 1px solid #dce5e0;
    border-radius: 7px;
    box-shadow: 0 1px 0 #d5dfda;
    font: 11px/1.2 inherit;
}

.help-search-results {
    position: absolute;
    z-index: 30;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    max-height: min(520px, 62vh);
    overflow: auto;
    padding: 10px;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 17px;
    box-shadow: 0 26px 80px rgba(15, 49, 37, .2);
}

.help-search-results[hidden] {
    display: none;
}

.search-result-status {
    padding: 18px;
    color: var(--muted);
    text-align: center;
}

.search-result-group + .search-result-group {
    margin-top: 5px;
    padding-top: 6px;
    border-top: 1px solid #edf2ef;
}

.search-result-group > strong {
    display: block;
    padding: 8px 11px 5px;
    color: #7a8a84;
    font-size: 11px;
    letter-spacing: .08em;
}

.search-result-group a {
    display: grid;
    grid-template-columns: 34px 1fr auto;
    gap: 11px;
    align-items: center;
    padding: 11px;
    border-radius: 11px;
    transition: background .2s ease;
}

.search-result-group a:hover,
.search-result-group a:focus {
    background: var(--mint-soft);
}

.search-result-group a > span:first-child {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--green-dark);
    background: var(--mint);
    border-radius: 9px;
}

.search-result-group a strong,
.search-result-group a small {
    display: block;
}

.search-result-group a strong {
    margin-bottom: 3px;
    font-size: 14px;
}

.search-result-group a small {
    overflow: hidden;
    color: var(--muted);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-result-group a > em {
    color: #899791;
    font-size: 11px;
    font-style: normal;
}

mark {
    padding: 0 2px;
    color: #745300;
    background: #fff1a8;
    border-radius: 3px;
}

.document-toolbar {
    min-height: 64px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid var(--line);
}

.document-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #87958f;
    font-size: 13px;
}

.document-breadcrumb a:hover {
    color: var(--green-dark);
}

.document-breadcrumb strong {
    color: var(--ink-soft);
    font-weight: 600;
}

.document-drawer-toggle {
    display: none;
}

.document-layout {
    position: relative;
    display: grid;
    grid-template-columns: 266px minmax(0, 1fr) 200px;
    gap: 44px;
    align-items: start;
    padding-top: 38px;
    padding-bottom: 90px;
}

.document-sidebar,
.article-toc {
    position: sticky;
    top: calc(var(--header-height) + 24px);
    max-height: calc(100vh - var(--header-height) - 48px);
    overflow: auto;
    scrollbar-width: thin;
}

.document-sidebar {
    padding-right: 13px;
}

.document-sidebar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 10px 15px;
    font-size: 16px;
}

.document-sidebar-head button {
    display: none;
    padding: 5px;
    background: transparent;
    border: 0;
}

.document-all-link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    padding: 11px 12px;
    color: var(--green-dark);
    background: var(--mint-soft);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 650;
}

.document-category {
    border-bottom: 1px solid #e7eeea;
}

.document-category > button {
    width: 100%;
    min-height: 48px;
    display: grid;
    grid-template-columns: 28px 1fr 18px;
    gap: 8px;
    align-items: center;
    padding: 5px 7px;
    text-align: left;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.document-category > button strong {
    font-size: 14px;
    font-weight: 650;
}

.category-icon {
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    color: var(--green-dark);
    background: #e7f5ed;
    border-radius: 8px;
}

.category-icon svg {
    font-size: 15px;
}

.category-chevron {
    color: #87958f;
    transition: transform .2s ease;
}

.document-category > button[aria-expanded="false"] .category-chevron {
    transform: rotate(-90deg);
}

.document-category-list {
    padding: 0 0 8px 35px;
}

.document-category > button[aria-expanded="false"] + .document-category-list {
    display: none;
}

.document-category-list a {
    position: relative;
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 8px 10px;
    color: #667771;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.5;
}

.document-category-list a svg {
    flex: 0 0 auto;
    font-size: 13px;
}

.document-category-list a:hover,
.document-category-list a.active {
    color: var(--green-dark);
    background: #edf8f2;
}

.document-category-list a.active {
    font-weight: 650;
}

.document-category-list a.active::before {
    content: "";
    position: absolute;
    top: 9px;
    bottom: 9px;
    left: -8px;
    width: 3px;
    background: var(--green);
    border-radius: 3px;
}

.sidebar-help {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 10px;
    margin-top: 18px;
    padding: 14px;
    color: #fff;
    background: linear-gradient(145deg, #114b37, #0d7650);
    border-radius: 13px;
}

.sidebar-help > svg {
    font-size: 28px;
}

.sidebar-help strong,
.sidebar-help button {
    display: block;
}

.sidebar-help strong {
    margin-bottom: 4px;
    font-size: 13px;
}

.sidebar-help button {
    padding: 0;
    color: #b7f5d5;
    background: transparent;
    border: 0;
    font-size: 12px;
    cursor: pointer;
}

.document-article {
    min-width: 0;
    padding: 4px 4px 0;
}

.article-header {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--line);
}

.article-label {
    display: inline-flex;
    padding: 6px 10px;
    color: var(--green-dark);
    background: var(--mint);
    border-radius: 7px;
    font-size: 12px;
    font-weight: 700;
}

.article-header h1 {
    margin: 14px 0 12px;
    font-size: clamp(30px, 3.3vw, 44px);
    line-height: 1.22;
    letter-spacing: -.035em;
}

.article-summary {
    max-width: 780px;
    margin: 0;
    color: #586a63;
    font-size: 16px;
    line-height: 1.85;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 19px;
    margin-top: 17px;
    color: #87958f;
    font-size: 12px;
}

.article-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.article-content {
    padding: 22px 0 20px;
    color: #344841;
    font-size: 15px;
    line-height: 1.9;
}

.article-content > :first-child {
    margin-top: 0;
}

.article-content h2,
.article-content h3 {
    position: relative;
    color: var(--ink);
    scroll-margin-top: calc(var(--header-height) + 30px);
}

.article-content h2 {
    margin: 40px 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6ede9;
    font-size: 25px;
    line-height: 1.4;
}

.article-content h2::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 42px;
    height: 2px;
    background: var(--green);
}

.article-content h3 {
    margin: 28px 0 10px;
    font-size: 18px;
}

.article-content p {
    margin: 11px 0;
}

.article-content ul,
.article-content ol {
    margin: 12px 0;
    padding-left: 25px;
}

.article-content li {
    margin: 7px 0;
    padding-left: 3px;
}

.article-content strong {
    color: #203c31;
}

.article-content code {
    padding: 2px 6px;
    color: #087247;
    background: #e9f6ef;
    border: 1px solid #d3ebdf;
    border-radius: 5px;
    font: 13px/1.5 Consolas, Monaco, monospace;
}

.article-content pre {
    overflow: auto;
    padding: 17px 19px;
    color: #d8f3e6;
    background: #102b22;
    border-radius: 12px;
}

.article-content pre code {
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
}

.article-content table {
    width: 100%;
    margin: 18px 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    font-size: 14px;
}

.article-content th,
.article-content td {
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.article-content th:last-child,
.article-content td:last-child {
    border-right: 0;
}

.article-content tr:last-child td {
    border-bottom: 0;
}

.article-content th {
    color: #203a30;
    background: #eef6f2;
}

.article-content .callout {
    position: relative;
    margin: 20px 0;
    padding: 15px 18px 15px 46px;
    background: #eef9f3;
    border: 1px solid #cceada;
    border-radius: 12px;
}

.article-content .callout::before {
    content: "i";
    position: absolute;
    top: 17px;
    left: 17px;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--green);
    border-radius: 50%;
    font: 700 12px/1 serif;
}

.article-content .callout.warning {
    background: #fff9e9;
    border-color: #f3d891;
}

.article-content .callout.warning::before {
    content: "!";
    background: #dda222;
}

.article-content .callout.danger {
    background: #fff2f0;
    border-color: #f0c4bd;
}

.article-content .callout.danger::before {
    content: "!";
    background: #d8594a;
}

.article-lock {
    margin: 42px 0;
    padding: 54px 35px;
    text-align: center;
    background: linear-gradient(145deg, #f1faf5, #fff);
    border: 1px solid #d9eae1;
    border-radius: 22px;
}

.article-lock > span {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    margin: 0 auto 17px;
    color: var(--green-dark);
    background: var(--mint);
    border-radius: 20px;
    font-size: 30px;
}

.article-lock h2 {
    margin: 0 0 10px;
    font-size: 24px;
}

.article-lock p {
    max-width: 560px;
    margin: 0 auto 23px;
    color: var(--muted);
    line-height: 1.8;
}

.article-lock > div {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.article-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 15px 0;
    border-top: 1px solid var(--line);
}

.article-actions button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    color: #667771;
    background: transparent;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
}

.article-actions button:hover {
    color: var(--green-dark);
    background: var(--mint-soft);
}

.article-pagination {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 15px;
}

.article-pagination a {
    min-height: 97px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 13px;
    transition: border .2s ease, transform .2s ease, box-shadow .2s ease;
}

.article-pagination a:hover {
    border-color: #a9d5bf;
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.article-pagination a.next {
    text-align: right;
}

.article-pagination a span {
    color: var(--green-dark);
    font-size: 12px;
}

.article-pagination a strong {
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-related,
.article-related-faq {
    margin-top: 42px;
}

.article-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.article-section-title h2 {
    margin: 0;
    font-size: 21px;
}

.article-section-title > a {
    color: var(--green-dark);
    font-size: 13px;
}

.related-document-grid {
    display: grid;
    gap: 9px;
}

.related-document-grid > a {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 20px;
    gap: 13px;
    align-items: center;
    padding: 15px 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    transition: border .2s ease, transform .2s ease;
}

.related-document-grid > a:hover {
    border-color: #9bd1b6;
    transform: translateX(3px);
}

.related-document-grid > a > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: var(--green-dark);
    background: var(--mint);
    border-radius: 10px;
    font-size: 20px;
}

.related-document-grid strong,
.related-document-grid small {
    display: block;
}

.related-document-grid strong {
    margin-bottom: 3px;
    font-size: 14px;
}

.related-document-grid small {
    overflow: hidden;
    color: var(--muted);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.related-arrow {
    color: var(--green-dark);
}

.article-related-faq > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 3px;
    color: #455850;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
}

.article-related-faq > a svg {
    color: var(--green-dark);
}

.article-feedback {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 15px 25px;
    align-items: center;
    margin-top: 45px;
    padding: 22px 24px;
    background: #eef7f2;
    border: 1px solid #d8e9e0;
    border-radius: 15px;
}

.article-feedback strong {
    font-size: 15px;
}

.article-feedback p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 12px;
}

.feedback-buttons {
    display: flex;
    gap: 8px;
}

.feedback-buttons button,
.feedback-reasons button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 12px;
    color: #40534c;
    background: #fff;
    border: 1px solid #d1dfd8;
    border-radius: 9px;
    cursor: pointer;
}

.feedback-buttons button:hover,
.feedback-buttons button.active,
.feedback-reasons button:hover,
.feedback-reasons button.active {
    color: var(--green-dark);
    border-color: var(--green);
}

.feedback-reasons {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    padding-top: 13px;
    border-top: 1px solid #d9e6df;
    font-size: 12px;
}

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

.feedback-reasons button {
    padding: 6px 9px;
    font-size: 12px;
}

.article-toc {
    padding-left: 16px;
    border-left: 1px solid var(--line);
}

.article-toc > strong {
    display: block;
    margin-bottom: 11px;
    font-size: 13px;
}

.article-toc nav a {
    position: relative;
    display: block;
    padding: 6px 5px 6px 13px;
    color: #788780;
    font-size: 12px;
    line-height: 1.5;
}

.article-toc nav a.toc-h3 {
    padding-left: 25px;
}

.article-toc nav a:hover,
.article-toc nav a.active {
    color: var(--green-dark);
}

.article-toc nav a.active::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: -17px;
    width: 2px;
    background: var(--green);
}

.toc-divider {
    height: 1px;
    margin: 13px 0;
    background: var(--line);
}

.article-toc > a,
.article-toc > button {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 4px;
    color: #667771;
    background: transparent;
    border: 0;
    font-size: 12px;
    text-align: left;
    cursor: pointer;
}

.article-toc > a:hover,
.article-toc > button:hover {
    color: var(--green-dark);
}

.qr-popover {
    position: fixed;
    z-index: 1300;
    inset: 0;
    display: none;
    place-items: center;
    padding: 20px;
    background: rgba(5, 25, 18, .55);
    backdrop-filter: blur(6px);
}

.qr-popover[aria-hidden="false"] {
    display: grid;
}

.qr-popover > div {
    position: relative;
    width: min(340px, 100%);
    padding: 28px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
}

.qr-popover > div > button {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    place-items: center;
    padding: 7px;
    background: #f0f4f2;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.qr-popover strong,
.qr-popover small {
    display: block;
}

.qr-popover strong {
    margin: 4px 0 18px;
    font-size: 19px;
}

#document-qrcode {
    width: 180px;
    min-height: 180px;
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
}

#document-qrcode img,
#document-qrcode canvas {
    max-width: 180px;
}

.qr-popover small {
    color: var(--muted);
}

/* FAQ */
.faq-hero {
    position: relative;
    overflow: visible;
    padding: 74px 0 64px;
    color: #fff;
    text-align: center;
    background:
        radial-gradient(circle at 50% 120%, rgba(42, 210, 131, .28), transparent 43%),
        linear-gradient(125deg, #0b3829, #0b6542 62%, #0e8152);
}

.faq-hero-inner {
    position: relative;
    z-index: 2;
}

.faq-hero p {
    margin: 0 auto;
}

.faq-search {
    width: min(760px, 100%);
    margin: 28px auto 0;
    text-align: left;
}

.faq-search > button {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 19px;
    color: #fff;
    background: var(--green);
    border: 0;
    border-radius: 10px;
    font-weight: 650;
    cursor: pointer;
}

.faq-quick-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    color: rgba(255,255,255,.62);
    font-size: 12px;
}

.faq-quick-tags button {
    padding: 0;
    color: rgba(255,255,255,.8);
    background: transparent;
    border: 0;
    cursor: pointer;
}

.faq-quick-tags button:hover {
    color: #fff;
}

.section-pad-sm {
    padding: 72px 0;
}

.section-pad {
    padding: 92px 0;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading h2 {
    margin: 9px 0 8px;
    font-size: clamp(30px, 3.6vw, 43px);
    letter-spacing: -.035em;
}

.section-heading p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.section-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.section-heading-row > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 7px;
    color: var(--green-dark);
    font-size: 14px;
}

.faq-popular {
    background: #fff;
}

.popular-question-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.popular-question-grid > a {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 22px;
    gap: 15px;
    align-items: center;
    min-height: 86px;
    padding: 16px 18px;
    background: #fbfdfc;
    border: 1px solid var(--line);
    border-radius: 14px;
    transition: transform .2s ease, border .2s ease, box-shadow .2s ease;
}

.popular-question-grid > a:hover {
    border-color: #9cd3b7;
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.popular-rank {
    color: #9bb6aa;
    font-size: 22px;
    font-weight: 750;
}

.popular-question-grid strong,
.popular-question-grid small {
    display: block;
}

.popular-question-grid strong {
    margin-bottom: 5px;
    font-size: 15px;
}

.popular-question-grid small {
    color: #8a9892;
    font-size: 11px;
}

.popular-question-grid > a > svg {
    color: var(--green-dark);
}

.faq-library {
    background: #f5f8f6;
}

.faq-library-layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.faq-category-nav {
    position: sticky;
    top: calc(var(--header-height) + 24px);
    padding: 9px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 15px;
    box-shadow: 0 10px 35px rgba(21, 57, 44, .04);
}

.faq-category-nav button {
    width: 100%;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 11px;
    color: #63746e;
    background: transparent;
    border: 0;
    border-radius: 9px;
    text-align: left;
    cursor: pointer;
}

.faq-category-nav button:hover,
.faq-category-nav button.active {
    color: var(--green-dark);
    background: #eaf7f0;
    font-weight: 650;
}

.faq-category-nav em {
    color: #97a49f;
    font-size: 11px;
    font-style: normal;
}

.faq-results {
    min-width: 0;
}

.faq-results-head {
    min-height: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    padding: 2px 3px 12px;
}

.faq-results-head strong {
    font-size: 19px;
}

.faq-results-head em {
    margin-left: 10px;
    color: #8d9a95;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.faq-mobile-filter {
    display: none;
}

.faq-item {
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    transition: border .2s ease, box-shadow .2s ease;
}

.faq-item.open {
    border-color: #9bd2b6;
    box-shadow: 0 12px 38px rgba(18, 74, 51, .07);
}

.faq-item > button {
    width: 100%;
    min-height: 67px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 15px 19px;
    text-align: left;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.faq-item > button > span {
    font-size: 15px;
    font-weight: 650;
    line-height: 1.55;
}

.faq-item > button > i {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    color: var(--green-dark);
    background: #edf7f2;
    border-radius: 8px;
    transition: transform .25s ease, background .25s ease;
}

.faq-item.open > button > i {
    color: #fff;
    background: var(--green);
    transform: rotate(180deg);
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .3s ease;
}

.faq-answer > div {
    overflow: hidden;
}

.faq-item.open .faq-answer {
    grid-template-rows: 1fr;
}

.faq-answer > div {
    padding: 0 19px;
    color: #52645d;
    font-size: 14px;
    line-height: 1.9;
}

.faq-item.open .faq-answer > div {
    padding-bottom: 18px;
}

.faq-answer p:first-child {
    margin-top: 0;
}

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

.faq-answer footer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    align-items: center;
    margin-top: 14px;
    padding-top: 12px;
    color: #8b9893;
    border-top: 1px solid #ebf0ed;
    font-size: 11px;
}

.faq-answer footer a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--green-dark);
}

.faq-answer footer a:first-of-type {
    margin-left: auto;
}

.faq-empty {
    padding: 55px 20px;
    text-align: center;
    background: #fff;
    border: 1px dashed #cddbd4;
    border-radius: 15px;
}

.faq-empty[hidden] {
    display: none;
}

.faq-empty > svg {
    margin-bottom: 13px;
    color: #a1b2aa;
    font-size: 38px;
}

.faq-empty strong,
.faq-empty p {
    display: block;
}

.faq-empty p {
    margin: 8px 0 20px;
    color: var(--muted);
    font-size: 13px;
}

.faq-help-cta {
    padding: 45px 0;
    color: #fff;
    background: linear-gradient(120deg, #0d3b2c, #0c6743);
}

.faq-help-cta .shell,
.faq-help-cta .shell > div:first-child {
    display: flex;
    align-items: center;
}

.faq-help-cta .shell {
    justify-content: space-between;
    gap: 40px;
}

.faq-help-cta .shell > div:first-child {
    gap: 20px;
}

.faq-help-cta .shell > div:first-child > span {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    color: #aef2d1;
    background: rgba(255,255,255,.09);
    border-radius: 17px;
    font-size: 29px;
}

.faq-help-cta h2 {
    margin: 0 0 6px;
    font-size: 25px;
}

.faq-help-cta p {
    margin: 0;
    color: rgba(255,255,255,.65);
    font-size: 14px;
}

.faq-help-cta .shell > div:last-child {
    display: flex;
    gap: 10px;
}

.faq-filter-drawer {
    display: none;
}

.document-drawer-backdrop {
    display: none;
}

@media (max-width: 1180px) {
    .document-layout {
        grid-template-columns: 240px minmax(0, 1fr);
        gap: 35px;
    }

    .article-toc {
        display: none;
    }

    .help-page .site-nav {
        gap: 16px;
    }

    .help-page .site-nav a {
        font-size: 13px;
    }
}

@media (max-width: 960px) {
    .help-hero-inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 47px;
        padding-bottom: 50px;
    }

    .document-toolbar {
        justify-content: flex-start;
    }

    .document-drawer-toggle {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 8px 11px;
        color: var(--green-dark);
        background: #ecf7f1;
        border: 1px solid #d5eade;
        border-radius: 9px;
        font-size: 13px;
    }

    .document-layout {
        display: block;
        padding-top: 30px;
    }

    .document-sidebar {
        position: fixed;
        z-index: 1250;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(340px, 88vw);
        max-height: none;
        padding: 18px 17px;
        overflow: auto;
        background: #fff;
        box-shadow: 25px 0 70px rgba(14, 48, 36, .2);
        transform: translateX(-105%);
        transition: transform .28s ease;
    }

    .document-sidebar.open {
        transform: translateX(0);
    }

    .document-sidebar-head button {
        display: grid;
    }

    .document-drawer-backdrop {
        position: fixed;
        z-index: 1240;
        inset: 0;
        background: rgba(5, 24, 17, .45);
    }

    .document-drawer-backdrop.open {
        display: block;
    }

    .faq-library-layout {
        grid-template-columns: 190px minmax(0, 1fr);
        gap: 25px;
    }
}

@media (max-width: 760px) {
    .help-page main {
        padding-top: 66px;
    }

    .help-hero-inner {
        min-height: 0;
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .help-hero h1,
    .faq-hero h1 {
        font-size: 36px;
    }

    .help-search {
        min-height: 58px;
        padding: 0 14px;
        border-radius: 14px;
    }

    .help-search input {
        height: 56px;
        padding: 0 11px;
        font-size: 14px;
    }

    .help-search kbd {
        display: none;
    }

    .help-search-results {
        position: fixed;
        top: 130px;
        right: 16px;
        left: 16px;
        max-height: calc(100vh - 150px);
    }

    .document-breadcrumb {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .article-header h1 {
        font-size: 31px;
    }

    .article-meta {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .article-content {
        font-size: 14px;
    }

    .article-content h2 {
        font-size: 22px;
    }

    .article-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .article-pagination {
        grid-template-columns: 1fr;
    }

    .article-pagination a.next {
        text-align: left;
    }

    .article-feedback {
        grid-template-columns: 1fr;
    }

    .feedback-reasons {
        grid-column: auto;
    }

    .article-lock > div,
    .faq-help-cta .shell,
    .faq-help-cta .shell > div:last-child {
        flex-direction: column;
    }

    .article-lock .button,
    .faq-help-cta .button {
        width: 100%;
    }

    .faq-hero {
        padding: 47px 0 43px;
    }

    .faq-search > button {
        display: none;
    }

    .faq-quick-tags {
        justify-content: flex-start;
        text-align: left;
    }

    .section-pad-sm,
    .section-pad {
        padding: 62px 0;
    }

    .section-heading-row {
        align-items: flex-start;
    }

    .section-heading-row > a {
        display: none;
    }

    .popular-question-grid {
        grid-template-columns: 1fr;
    }

    .faq-library-layout {
        display: block;
    }

    .faq-category-nav {
        display: none;
    }

    .faq-mobile-filter {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 8px 10px;
        color: var(--green-dark);
        background: #eaf7f0;
        border: 0;
        border-radius: 8px;
        font-size: 12px;
    }

    .faq-answer footer a:first-of-type {
        margin-left: 0;
    }

    .faq-help-cta .shell {
        align-items: stretch;
    }

    .faq-help-cta .shell > div:last-child {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        flex-direction: row;
    }

    .faq-filter-drawer {
        position: fixed;
        z-index: 1400;
        inset: 0;
        background: rgba(5, 24, 17, .45);
    }

    .faq-filter-drawer[aria-hidden="false"] {
        display: block;
    }

    .faq-filter-panel {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        max-height: 78vh;
        overflow: auto;
        padding: 18px;
        background: #fff;
        border-radius: 20px 20px 0 0;
    }

    .faq-filter-panel header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12px;
    }

    .faq-filter-panel header button {
        display: grid;
        place-items: center;
        padding: 8px;
        background: #eef3f0;
        border: 0;
        border-radius: 50%;
    }

    .faq-filter-panel nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .faq-filter-panel nav button {
        min-height: 44px;
        padding: 8px;
        color: #52645d;
        background: #f3f7f5;
        border: 1px solid #e1e9e5;
        border-radius: 9px;
    }

    .faq-filter-panel nav button.active {
        color: var(--green-dark);
        background: var(--mint);
        border-color: #9fd6bb;
    }
}

@media (max-width: 480px) {
    .help-page .shell {
        width: min(calc(100% - 32px), var(--shell));
    }

    .document-toolbar {
        min-height: 58px;
    }

    .document-breadcrumb a:first-child,
    .document-breadcrumb span:first-of-type {
        display: none;
    }

    .article-meta {
        grid-template-columns: 1fr;
    }

    .article-actions {
        justify-content: stretch;
    }

    .article-actions button {
        flex: 1;
        justify-content: center;
        font-size: 12px;
    }

    .related-document-grid > a {
        grid-template-columns: 36px minmax(0, 1fr) 17px;
        padding: 13px;
    }

    .related-document-grid > a > span {
        width: 36px;
        height: 36px;
    }

    .feedback-buttons {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .feedback-buttons button {
        justify-content: center;
    }

    .faq-help-cta .shell > div:first-child > span {
        display: none;
    }

    .faq-help-cta .shell > div:last-child {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .document-sidebar,
    .faq-answer,
    .faq-item > button > i {
        transition: none;
    }
}
