@font-face {
    font-family:HelpSans;
    src:url('fonts/inter.woff2') format('woff2');
    font-style:normal;
    font-weight:100 900;
    font-display:swap;
}

:root {
    --help-bg:#faf9f6;
    --help-ink:#172a46;
    --help-muted:#626f83;
    --help-teal:#087f83;
    --help-line:#dce0e3;
    --help-mint:#e3f3f1;
    --help-lilac:#eeebfa;
    --help-yellow:#fff5d4;
}

*,*::before,*::after {
    box-sizing:border-box;
}

html {
    scroll-behavior:smooth;
    scroll-padding-top:32px;
}

.mb-help {
    margin:0;
    background:var(--help-bg);
    color:var(--help-ink);
    font-family:HelpSans,Inter,system-ui,sans-serif;
    font-size:16px;
    line-height:1.65;
    -webkit-font-smoothing:antialiased;
}

.mb-help h1,.mb-help h2,.mb-help h3,.mb-help p {
    margin:0;
}

.mb-help h1,.mb-help h2,.mb-help h3 {
    color:var(--help-ink);
    font-weight:750;
    line-height:1.2;
    letter-spacing:-.035em;
}

.mb-help h1 {
    font-size:clamp(34px,4.3vw,60px);
}

.mb-help h2 {
    font-size:30px;
}

.mb-help h3 {
    font-size:20px;
}

.mb-help a {
    color:inherit;
    text-decoration:none;
}

.mb-help button,.mb-help input {
    font:inherit;
}

.mb-help button,.mb-help summary {
    cursor:pointer;
}

.mb-help a,.mb-help button {
    touch-action:manipulation;
}

.mb-help :focus-visible {
    outline:3px solid #c48400;
    outline-offset:5px;
}

.mb-help a:hover {
    color:var(--help-teal);
}

.icon {
    width:22px;
    height:22px;
    flex-shrink:0;
    vertical-align:middle;
}

.shell {
    width:min(1200px,calc(100% - 80px));
    margin-inline:auto;
}

.screen-reader-text,.skip-link:not(:focus) {
    position:absolute!important;
    clip:rect(1px,1px,1px,1px);
    clip-path:inset(50%);
    width:1px;
    height:1px;
    overflow:hidden;
    white-space:nowrap;
}

.skip-link:focus {
    position:fixed;
    top:8px;
    left:8px;
    z-index:100;
    background:white;
    padding:12px 20px;
}

.help-header {
    padding:26px 0;
}

.header-inner {
    width:min(1400px,calc(100% - 80px));
    margin:auto;
    display:flex;
    align-items:center;
    gap:26px;
}

.brand {
    display:inline-flex;
    align-items:baseline;
    font-size:30px;
    font-weight:850;
    line-height:1.1;
    letter-spacing:-1.5px;
    white-space:nowrap;
}

.brand-dot {
    color:#efb623;
}

.brand-bingo {
    color:var(--help-teal);
}

.brand-label {
    border-left:1px solid #c8ced5;
    padding-left:24px;
    font-size:16px;
    white-space:nowrap;
}

.main-nav {
    margin-left:auto;
    display:flex;
    align-items:center;
    gap:30px;
    font-size:14px;
    font-weight:550;
}

.main-nav a[aria-current=page] {
    color:var(--help-teal);
    text-decoration:underline;
    text-underline-offset:6px;
}

.button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    background:var(--help-ink);
    color:#fff!important;
    border:1px solid transparent;
    border-radius:9px;
    padding:14px 22px;
    font-weight:650;
    font-size:16px;
    line-height:1.5;
    transition:background .15s,transform .15s;
}

.button:hover {
    background:#254362;
    transform:translateY(-1px);
}

.button-teal {
    background:var(--help-teal);
}

.button-teal:hover {
    background:#05696d;
}

.button-outline {
    padding:11px 17px;
    border:1.5px solid var(--help-teal);
    background:transparent;
    color:var(--help-teal)!important;
    font-size:14px;
}

.button-outline:hover {
    background:var(--help-mint);
}

.button-outline .icon {
    width:17px;
    height:17px;
}

.menu-toggle {
    display:none;
}

.home-hero {
    text-align:center;
    padding-top:78px;
    padding-bottom:55px;
}

.home-hero>p {
    font-size:23px;
    color:var(--help-muted);
    margin-top:18px;
}

.help-search {
    display:flex;
    align-items:center;
    gap:17px;
    background:#fff;
    border:1px solid #d4dce2;
    border-radius:10px;
    overflow:hidden;
    width:100%;
    max-width:390px;
    min-width:0;
    box-shadow:0 4px 15px #172a4603;
}

.help-search>.icon {
    margin-left:23px;
    width:24px;
    height:24px;
}

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

.help-search:focus-within {
    outline:3px solid #087f8330;
    border-color:var(--help-teal);
}

.help-search input:focus-visible {
    outline:none;
}

.help-search input::placeholder {
    color:#727e91;
}

.help-search button {
    align-self:stretch;
    border:0;
    background:var(--help-ink);
    color:white;
    width:64px;
    min-width:64px;
    border-radius:8px;
}

.help-search button:hover {
    background:var(--help-teal);
}

.help-search-large {
    max-width:990px;
    margin:46px auto 0;
}

.home-hero .help-search-large {
    max-width:82%;
}

.help-search-large input {
    font-size:18px;
    padding:22px 0;
}

.help-search-large button {
    width:78px;
    min-width:78px;
}

.help-search-large button .icon {
    width:28px;
    height:28px;
}

.popular-searches {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:30px;
    font-size:14px;
    margin-top:28px;
}

.popular-searches a,.text-link {
    color:var(--help-teal)!important;
    text-decoration:underline!important;
    text-underline-offset:5px;
}

.text-link {
    display:inline-flex;
    align-items:center;
    gap:12px;
    font-size:15px;
    font-weight:600;
}

.audience-panels {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.audience-panel {
    padding:44px 48px 38px;
    border-radius:14px;
}

.panel-players {
    background:var(--help-mint);
}

.panel-hosts {
    background:var(--help-lilac);
}

.audience-art {
    position:relative;
    height:101px;
    display:flex;
    align-items:center;
    margin-bottom:14px;
    color:var(--help-teal);
}

.audience-art>.icon {
    width:94px;
    height:94px;
    stroke-width:1.15;
}

.audience-art>span {
    position:absolute;
    width:4px;
    height:14px;
    border-radius:4px;
    background:#efb623;
    left:45px;
    top:-4px;
}

.audience-art>span:before,.audience-art>span:after {
    content:'';
    position:absolute;
    width:4px;
    height:13px;
    background:#efb623;
    top:6px;
    border-radius:4px;
}

.audience-art>span:before {
    left:-24px;
    transform:rotate(-40deg);
}

.audience-art>span:after {
    left:24px;
    transform:rotate(40deg);
}

.audience-panel h2 {
    font-size:32px;
    margin:4px 0 10px;
}

.audience-panel p {
    font-size:19px;
    line-height:1.6;
    color:var(--help-muted);
    margin-bottom:26px;
}

.quick-start {
    padding-top:66px;
}

.section-heading {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin-bottom:14px;
}

.section-heading h2 {
    font-size:36px;
}

.quick-articles {
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:42px;
}

.article-row {
    display:flex;
    align-items:flex-start;
    gap:24px;
    padding:27px 0;
    border-bottom:1px solid var(--help-line);
    min-width:0;
}

.article-row:hover strong {
    color:var(--help-teal);
    text-decoration:underline;
    text-underline-offset:4px;
}

.article-symbol {
    display:grid;
    place-items:center;
    flex:0 0 54px;
    height:54px;
    border-radius:50%;
    background:var(--help-mint);
    font-size:20px;
    font-weight:550;
}

.article-summary {
    display:flex;
    flex-direction:column;
    gap:3px;
    flex:1;
    min-width:0;
}

.article-summary strong {
    font-size:16px;
    line-height:1.45;
    letter-spacing:-.02em;
    font-weight:700;
}

.article-summary>span {
    color:var(--help-muted);
    font-size:14px;
    line-height:1.6;
}

.article-summary small {
    font-size:12px;
    color:#6e7a8b;
    margin-top:4px;
}

.article-row>.icon {
    width:17px;
    height:17px;
    align-self:center;
    margin-left:auto;
}

.quick-articles .article-row:nth-last-child(-n+2) {
    border-bottom:0;
}

.help-banner {
    display:flex;
    align-items:center;
    gap:28px;
    padding:26px 35px;
    background:var(--help-yellow);
    border-radius:14px;
    margin:32px 0 54px;
}

.help-banner>.icon {
    width:60px;
    height:60px;
}

.help-banner h2 {
    font-size:23px;
    margin-bottom:6px;
}

.help-banner p {
    font-size:15px;
    line-height:1.65;
    max-width:650px;
}

.help-banner>.text-link {
    margin-left:auto;
    white-space:nowrap;
}

.help-footer {
    border-top:1px solid #e5e6e7;
    padding:32px 0;
}

.footer-inner {
    display:flex;
    align-items:center;
    gap:22px;
}

.help-footer .brand {
    font-size:23px;
}

.help-footer p {
    font-size:12px;
    border-left:1px solid #ccd1d7;
    padding-left:22px;
}

.help-footer nav {
    display:flex;
    gap:26px;
    margin-left:auto;
    font-size:12px;
}

.breadcrumbs {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    font-size:12px;
    color:var(--help-muted);
    margin-bottom:35px;
}

.breadcrumbs .icon {
    width:12px;
    height:12px;
}

.breadcrumbs a:hover {
    text-decoration:underline;
}

.archive-main,.article-main,.faq-main,.search-main {
    padding-top:33px;
    padding-bottom:70px;
    min-height:70vh;
}

.archive-heading {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:35px;
    margin-bottom:50px;
}

.archive-heading h1 {
    font-size:42px;
    max-width:690px;
}

.archive-heading p {
    font-size:17px;
    line-height:1.7;
    color:var(--help-muted);
    margin-top:16px;
    max-width:660px;
}

.library-layout {
    display:grid;
    grid-template-columns:235px 1fr;
    gap:58px;
}

.library-sidebar h2,.article-navigation h2,.article-toc h2 {
    font-size:13px;
    font-weight:700;
    letter-spacing:0;
    margin-bottom:16px;
}

.library-sidebar nav,.article-navigation nav,.article-toc nav {
    display:flex;
    flex-direction:column;
}

.library-sidebar nav a,.article-navigation nav a {
    padding:10px 13px;
    font-size:14px;
    border-radius:7px;
    line-height:1.5;
    margin-left:-13px;
}

.library-sidebar nav h3 {
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.08em;
    color:var(--help-muted);
    margin:28px 0 8px;
}

.library-sidebar a[aria-current],.article-navigation a[aria-current] {
    background:var(--help-mint);
    color:var(--help-teal);
    font-weight:650;
}

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

.result-count {
    font-size:13px;
    color:var(--help-muted);
    padding-bottom:10px;
}

.library-results .article-row:first-of-type {
    border-top:1px solid var(--help-line);
}

.library-results .article-row {
    padding:24px 0;
}

.library-results .article-summary>span {
    max-width:680px;
}

.pagination {
    margin-top:30px;
}

.nav-links {
    display:flex;
    gap:8px;
}

.page-numbers {
    border:1px solid var(--help-line);
    padding:8px 14px;
    border-radius:6px;
}

.page-numbers.current {
    background:var(--help-ink);
    color:white;
}

.search-main {
    max-width:950px;
}

.search-main h1 {
    font-size:44px;
}

.search-main .help-search-large {
    margin-top:25px;
}

.filter-tabs {
    display:flex;
    gap:8px;
    margin:32px 0 28px;
    border-bottom:1px solid var(--help-line);
    padding-bottom:12px;
    flex-wrap:wrap;
}

.filter-tabs a {
    padding:8px 18px;
    border-radius:6px;
    font-size:14px;
}

.filter-tabs a[aria-current],.filter-tabs a:hover {
    background:var(--help-mint);
    color:var(--help-teal);
}

.empty-state {
    text-align:center;
    padding:55px 25px;
}

.empty-state>.icon {
    width:50px;
    height:50px;
    color:var(--help-teal);
    margin-bottom:25px;
}

.empty-state h2 {
    font-size:26px;
}

.empty-state p {
    max-width:650px;
    margin:15px auto 28px;
    color:var(--help-muted);
}

.empty-state .help-search {
    margin-bottom:35px;
}

.article-main {
    width:min(1390px,calc(100% - 80px));
}

.article-layout {
    display:grid;
    grid-template-columns:220px minmax(0,720px) 190px;
    gap:45px;
    justify-content:center;
}

.article-navigation {
    font-size:13px;
}

.article-navigation .back-link {
    display:flex;
    align-items:center;
    gap:10px;
    color:var(--help-teal);
    margin-bottom:30px;
}

.back-link>.icon {
    width:15px;
}

.article-navigation nav a {
    font-size:12px;
    padding:9px 12px;
}

.article-meta {
    font-size:12px;
    color:var(--help-teal);
    font-weight:650;
    display:flex;
    gap:12px;
    margin:0 0 14px;
}

.article-body {
    min-width:0;
}

.article-body>h1 {
    font-size:43px;
    line-height:1.15;
    letter-spacing:-.04em;
    margin-bottom:22px;
}

.article-body>.article-intro {
    font-size:19px;
    line-height:1.7;
    color:var(--help-muted);
    margin-bottom:15px;
}

.updated {
    color:#6e7a8b;
    font-size:12px;
    border-bottom:1px solid var(--help-line);
    padding-bottom:30px;
    margin-bottom:34px!important;
}

.article-content {
    font-size:16px;
    line-height:1.85;
    overflow-wrap:break-word;
}

.article-content h2 {
    font-size:25px;
    margin:36px 0 17px;
    scroll-margin-top:30px;
}

.article-content h3 {
    font-size:19px;
    margin:25px 0 12px;
}

.article-content p {
    margin-bottom:18px;
}

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

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

.article-content li::marker {
    color:var(--help-teal);
    font-weight:700;
}

.article-content a {
    color:var(--help-teal);
    text-decoration:underline;
    text-underline-offset:3px;
}

.article-content strong {
    font-weight:700;
}

.article-content .tip {
    padding:20px 23px;
    background:var(--help-mint);
    border-left:3px solid var(--help-teal);
    border-radius:0 8px 8px 0;
    margin:26px 0;
    line-height:1.75;
    font-size:15px;
}

.article-content .tip.warning {
    background:var(--help-yellow);
    border-color:#d49a1e;
}

.article-content figure {
    margin:27px 0 32px;
}

.article-content figure img {
    display:block;
    max-width:100%;
    height:auto;
    border:1px solid var(--help-line);
    border-radius:9px;
    background:#fff;
}

.article-content figure a {
    display:block;
    cursor:zoom-in;
}

.article-content figcaption {
    color:var(--help-muted);
    font-size:12px;
    line-height:1.65;
    margin-top:10px;
}

.article-content table {
    border-collapse:collapse;
    width:100%;
    font-size:14px;
    line-height:1.65;
    margin:25px 0;
}

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

.article-content th {
    background:var(--help-mint);
}

.article-toc {
    font-size:12px;
}

.article-toc nav {
    position:sticky;
    top:25px;
    padding-left:18px;
    border-left:1px solid var(--help-line);
}

.article-toc a {
    display:block;
    line-height:1.5;
    padding:7px 0;
    color:var(--help-muted);
}

.article-toc a:hover,.article-toc a[aria-current] {
    color:var(--help-teal);
}

.toc-help {
    margin-top:35px;
    background:var(--help-mint);
    padding:20px;
    border-radius:9px;
}

.toc-help>.icon {
    color:var(--help-teal);
    margin-bottom:10px;
}

.toc-help p {
    font-weight:650;
}

.toc-help a {
    color:var(--help-teal);
    padding-bottom:0;
}

.toc-help a .icon {
    width:12px;
    height:12px;
}

.article-next {
    margin-top:55px;
    padding-top:30px;
    border-top:1px solid var(--help-line);
}

.article-next h2 {
    font-size:25px;
    margin-bottom:5px;
}

.article-next .article-row {
    gap:16px;
}

.article-next .article-symbol {
    flex-basis:40px;
    height:40px;
}

.article-help {
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
    margin-top:30px;
    font-size:12px;
}

.article-help a {
    color:var(--help-teal);
    text-decoration:underline;
}

.article-help .icon {
    width:14px;
    height:14px;
}

.print-article {
    background:transparent;
    color:var(--help-muted);
    padding:7px 10px;
    border:1px solid var(--help-line);
    border-radius:5px;
    margin-left:auto;
    font-size:12px!important;
}

.faq-main {
    max-width:960px;
}

.faq-heading {
    max-width:760px;
}

.faq-heading h1 {
    font-size:48px;
}

.faq-heading p {
    margin-top:20px;
    color:var(--help-muted);
    font-size:18px;
}

.faq-group {
    margin:45px 0;
}

.faq-group>h2 {
    margin-bottom:20px;
}

.faq-item {
    border-bottom:1px solid var(--help-line);
}

.faq-item summary {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    padding:24px 0;
    font-size:17px;
    font-weight:600;
    list-style:none;
    line-height:1.55;
}

.faq-item summary::-webkit-details-marker {
    display:none;
}

.faq-item summary .icon {
    width:17px;
    height:17px;
    transition:transform .2s;
}

.faq-item[open] summary .icon {
    transform:rotate(90deg);
}

.faq-answer {
    color:var(--help-muted);
    padding:0 35px 26px 0;
    line-height:1.85;
}

.faq-answer p {
    margin-bottom:14px;
}

.faq-answer a {
    font-size:14px;
}

.faq-main .help-banner {
    align-items:flex-start;
    flex-wrap:wrap;
}

.faq-main .help-banner>.text-link {
    margin-left:88px;
}

.basic-page {
    max-width:850px;
    padding-top:70px;
    padding-bottom:100px;
    min-height:75vh;
}

.basic-page>h1 {
    margin-bottom:30px;
}

.image-dialog {
    border:0;
    background:#fff;
    border-radius:12px;
    padding:18px;
    width:min(1400px,94vw);
    max-height:94vh;
    color:var(--help-ink);
    box-shadow:0 20px 90px #0004;
}

.image-dialog::backdrop {
    background:#0d1b2edb;
}

.image-dialog img {
    display:block;
    width:100%;
    height:auto;
    max-height:80vh;
    object-fit:contain;
}

.image-dialog p {
    font:13px/1.6 HelpSans,system-ui;
    margin:14px 10px 0;
}

.dialog-close {
    position:sticky;
    float:right;
    top:0;
    right:0;
    border:0;
    border-radius:50%;
    background:var(--help-ink);
    color:white;
    width:40px;
    height:40px;
    display:grid;
    place-items:center;
    z-index:1;
}

.support-contact {
    font-size:15px;
}

.support-contact a {
    color:var(--help-teal);
    text-decoration:underline;
}

@media(min-width:1500px) {
    .home-hero {
        padding-top:110px;
        padding-bottom:70px;
    }
}

@media(max-width:1150px) {
    .header-inner {
        gap:17px;
    }
    .brand {
        font-size:25px;
    }
    .brand-label {
        font-size:13px;
        padding-left:17px;
    }
    .main-nav {
        gap:19px;
        font-size:12px;
    }
    .button-outline {
        font-size:12px;
        padding:10px 13px;
    }
    .article-layout {
        grid-template-columns:190px minmax(0,1fr);
        gap:38px;
    }
    .article-toc {
        display:none;
    }
    .home-hero h1 {
        font-size:58px;
    }
    .help-footer nav {
        gap:15px;
    }
    .footer-inner {
        flex-wrap:wrap;
    }
    .archive-heading {
        display:block;
    }
    .archive-heading .help-search {
        margin-top:25px;
        max-width:100%;
    }
    .audience-panel {
        padding:38px;
    }
    .popular-searches {
        gap:23px;
    }
}

@media(max-width:820px) {
    .home-hero .help-search-large {
        max-width:100%;
    }
    .shell,.header-inner,.article-main {
        width:calc(100% - 40px);
    }
    .help-header {
        padding:22px 0;
    }
    .header-inner {
        flex-wrap:wrap;
        gap:16px;
    }
    .brand-label {
        font-size:13px;
    }
    .menu-toggle {
        display:flex;
        align-items:center;
        justify-content:center;
        margin-left:auto;
        border:1px solid var(--help-line);
        background:transparent;
        border-radius:7px;
        width:42px;
        height:42px;
    }
    .main-nav {
        display:none;
        width:100%;
        margin:0;
        flex-direction:column;
        align-items:stretch;
        background:white;
        border:1px solid var(--help-line);
        padding:15px;
        border-radius:10px;
        gap:0;
    }
    .main-nav.is-open {
        display:flex;
    }
    .main-nav>a {
        padding:12px;
        font-size:15px;
    }
    .main-nav .button {
        margin-top:10px;
    }
    .home-hero {
        padding:57px 0 42px;
    }
    .home-hero h1 {
        font-size:44px;
    }
    .home-hero>p {
        font-size:18px;
        max-width:520px;
        margin:16px auto 0;
    }
    .help-search-large {
        margin-top:30px;
    }
    .popular-searches {
        gap:16px;
        flex-wrap:wrap;
        font-size:12px;
    }
    .popular-searches>span {
        width:100%;
    }
    .audience-panel {
        padding:28px;
    }
    .audience-panel h2 {
        font-size:26px;
    }
    .audience-panel p {
        font-size:16px;
    }
    .audience-art {
        height:75px;
    }
    .audience-art>.icon {
        width:70px;
        height:70px;
    }
    .audience-art>span {
        left:33px;
        top:-8px;
    }
    .audience-panel .button {
        font-size:14px;
        padding:12px 16px;
    }
    .desktop-break {
        display:none;
    }
    .section-heading h2 {
        font-size:29px;
    }
    .quick-start {
        padding-top:44px;
    }
    .quick-articles {
        gap:0 25px;
    }
    .article-row {
        gap:15px;
    }
    .article-symbol {
        flex-basis:42px;
        height:42px;
        font-size:16px;
    }
    .article-summary strong {
        font-size:14px;
    }
    .help-banner {
        padding:25px;
        gap:19px;
        flex-wrap:wrap;
    }
    .help-banner>.icon {
        width:43px;
        height:43px;
    }
    .help-banner h2 {
        font-size:20px;
    }
    .help-banner>.text-link {
        margin-left:62px;
    }
    .footer-inner {
        gap:20px;
    }
    .help-footer p {
        font-size:11px;
    }
    .help-footer nav {
        width:100%;
        margin:0;
        justify-content:space-between;
    }
    .library-layout {
        grid-template-columns:185px 1fr;
        gap:30px;
    }
    .article-layout {
        grid-template-columns:minmax(0,1fr);
    }
    .article-navigation {
        display:none;
    }
    .article-body>h1 {
        font-size:38px;
    }
    .article-body {
        max-width:720px;
        margin:auto;
    }
    .faq-heading h1 {
        font-size:38px;
    }
    .archive-heading h1 {
        font-size:36px;
    }
}

@media(max-width:560px) {
    .brand {
        font-size:23px;
    }
    .brand-label {
        font-size:12px;
        padding-left:12px;
    }
    .header-inner {
        gap:12px;
    }
    .menu-toggle {
        width:37px;
        height:37px;
    }
    .home-hero {
        padding-top:35px;
    }
    .home-hero h1 {
        font-size:37px;
        line-height:1.13;
        letter-spacing:-.05em;
    }
    .home-hero>p {
        font-size:16px;
        line-height:1.7;
    }
    .help-search>.icon {
        display:none;
    }
    .help-search input,.help-search-large input {
        font-size:14px;
        padding:18px 15px;
    }
    .help-search-large button,.help-search button {
        width:55px;
        min-width:55px;
    }
    .help-search-large button .icon {
        width:23px;
        height:23px;
    }
    .popular-searches {
        gap:13px 22px;
        margin-top:20px;
    }
    .audience-panels {
        grid-template-columns:1fr;
        gap:16px;
    }
    .audience-panel {
        position:relative;
        padding:27px;
    }
    .audience-art {
        height:72px;
        margin:0 0 17px;
    }
    .audience-panel h2 {
        font-size:28px;
    }
    .audience-panel p {
        max-width:280px;
        margin-bottom:21px;
    }
    .section-heading {
        align-items:flex-start;
    }
    .section-heading h2 {
        font-size:27px;
    }
    .section-heading .text-link {
        font-size:11px;
        gap:7px;
        margin-top:7px;
    }
    .section-heading .icon {
        width:15px;
        height:15px;
    }
    .quick-articles {
        grid-template-columns:1fr;
    }
    .quick-articles .article-row:nth-last-child(2) {
        border-bottom:1px solid var(--help-line);
    }
    .article-row {
        padding:22px 0;
    }
    .article-summary strong {
        font-size:15px;
    }
    .article-summary>span {
        font-size:13px;
    }
    .help-banner {
        padding:22px;
        gap:15px;
    }
    .help-banner>div {
        flex:1;
    }
    .help-banner p {
        font-size:13px;
    }
    .help-banner>.text-link {
        margin-left:58px;
        font-size:13px;
    }
    .help-footer p {
        border:0;
        padding:0;
        width:100%;
    }
    .help-footer nav {
        gap:15px;
        flex-wrap:wrap;
        font-size:11px;
    }
    .library-layout {
        display:block;
    }
    .library-sidebar {
        border-bottom:1px solid var(--help-line);
        margin-bottom:25px;
        padding-bottom:15px;
    }
    .library-sidebar h2 {
        display:none;
    }
    .library-sidebar nav {
        flex-direction:row;
        flex-wrap:wrap;
        gap:6px;
    }
    .library-sidebar nav a {
        font-size:12px;
        margin:0;
        padding:7px 10px;
    }
    .library-sidebar nav h3 {
        width:100%;
        margin:12px 0 0;
        font-size:10px;
    }
    .archive-main,.article-main,.faq-main,.search-main {
        padding-top:20px;
    }
    .breadcrumbs {
        font-size:11px;
        margin-bottom:28px;
    }
    .archive-heading {
        margin-bottom:28px;
    }
    .archive-heading h1,.search-main h1 {
        font-size:34px;
    }
    .archive-heading p {
        font-size:15px;
    }
    .article-body>h1 {
        font-size:35px;
    }
    .article-body>.article-intro {
        font-size:17px;
    }
    .article-content {
        font-size:15px;
    }
    .article-content h2 {
        font-size:23px;
    }
    .article-content th,.article-content td {
        padding:10px 7px;
        font-size:12px;
    }
    .article-next .article-symbol {
        display:none;
    }
    .faq-heading h1 {
        font-size:36px;
    }
    .faq-heading p {
        font-size:16px;
    }
    .faq-item summary {
        font-size:15px;
    }
    .faq-answer {
        font-size:14px;
        padding-right:10px;
    }
    .faq-main .help-banner>.text-link {
        margin-left:58px;
    }
    .filter-tabs a {
        padding:8px 12px;
        font-size:13px;
    }
    .print-article {
        margin-left:0;
    }
    .basic-page {
        padding-top:40px;
    }
    .image-dialog {
        padding:10px;
    }
    .image-dialog p {
        font-size:11px;
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior:auto;
    }
    *,*::before,*::after {
        transition:none!important;
    }
}

@media print {
    .help-header,.help-footer,.article-navigation,.article-toc,.article-next,.article-help,.breadcrumbs,.image-dialog {
        display:none!important;
    }
    .mb-help {
        background:white;
        color:#000;
        font-size:12pt;
    }
    .article-main {
        width:100%;
        padding:0;
    }
    .article-layout {
        display:block;
    }
    .article-body {
        max-width:none;
    }
    .article-content figure {
        break-inside:avoid;
    }
    .article-content figure img {
        max-height:16cm;
        object-fit:contain;
    }
    .article-content h2 {
        break-after:avoid;
    }
    .updated {
        margin-bottom:20px!important;
    }
    .article-content a {
        color:#000;
    }
}

.mobile-toc {
    display:none;
}

@media(max-width:1150px) {
    .mobile-toc {
        display:block;
        background:var(--help-mint);
        border-radius:8px;
        margin-bottom:30px;
        padding:15px 20px;
        font-size:14px;
    }
    .mobile-toc summary {
        display:flex;
        justify-content:space-between;
        align-items:center;
        list-style:none;
        font-weight:650;
    }
    .mobile-toc summary::-webkit-details-marker {
        display:none;
    }
    .mobile-toc summary .icon {
        width:16px;
        height:16px;
    }
    .mobile-toc[open] summary .icon {
        transform:rotate(90deg);
    }
    .mobile-toc nav {
        display:flex;
        flex-direction:column;
        gap:12px;
        margin-top:18px;
    }
    .mobile-toc a {
        color:var(--help-teal);
    }
}

@media print {
    .mobile-toc {
        display:none!important;
    }
}
