/* Grabby Modern Knowledgebase — approved Support visual language */
.ghkb-page{--gmk-navy:#17263b;--gmk-navy-2:#223653;--gmk-orange:#ff7a1a;--gmk-soft:#f5f7fb;--gmk-border:#e4e9f1;--gmk-text:#182236;--gmk-muted:#667085;width:100%;padding:34px 36px 56px;color:var(--gmk-text);box-sizing:border-box}.ghkb-page *{box-sizing:border-box}

/* Hero and quick support */
.ghkb-hero-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(330px,.72fr);gap:24px;margin-bottom:28px}.ghkb-hero{position:relative;display:flex;align-items:center;min-height:280px;padding:42px 44px;overflow:hidden;color:#fff;background:linear-gradient(135deg,var(--gmk-navy),var(--gmk-navy-2));border-radius:26px;box-shadow:0 14px 38px rgba(23,38,59,.10)}.ghkb-hero:after{content:"";position:absolute;top:-100px;right:-80px;width:260px;height:260px;background:rgba(255,122,26,.18);border-radius:50%;pointer-events:none}.ghkb-hero__content{position:relative;z-index:1;width:100%;max-width:720px}.ghkb-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--gmk-orange);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.ghkb-hero .ghkb-eyebrow{color:#ffd6b4}.ghkb-hero h1{margin:15px 0 14px;color:#fff!important;font-size:42px;line-height:1.1}.ghkb-hero p{max-width:680px;margin:0 0 25px;color:rgba(255,255,255,.78)!important;font-size:16px;line-height:1.75}
.ghkb-search{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;max-width:650px;overflow:hidden;background:#fff;border:1px solid rgba(255,255,255,.32);border-radius:13px;box-shadow:0 10px 28px rgba(7,16,31,.16)}.ghkb-search__icon{display:grid;place-items:center;color:var(--gmk-muted)}.ghkb-search .form-control{height:50px;min-width:0;padding:0 8px;color:var(--gmk-text)!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important}.ghkb-search .form-control::placeholder{color:#98a2b3}.ghkb-search__button{align-self:stretch;min-width:105px;color:#fff!important;background:var(--gmk-orange)!important;border:0!important;border-radius:0!important;font-weight:800}.ghkb-search__button:hover{background:#e96508!important}
.ghkb-quick-card{padding:28px;background:#fff;border:1px solid var(--gmk-border);border-radius:26px;box-shadow:0 12px 34px rgba(23,38,59,.05)}.ghkb-quick-card__header{display:grid;gap:14px;margin-bottom:17px}.ghkb-account-button{display:grid;grid-template-columns:24px minmax(0,1fr) 14px;align-items:center;gap:9px;padding:12px 14px;color:var(--gmk-text)!important;background:var(--gmk-soft);border:1px solid var(--gmk-border);border-radius:12px;text-decoration:none!important}.ghkb-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ghkb-quick-link{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;min-height:78px;padding:13px;color:var(--gmk-text)!important;background:#fff;border:1px solid var(--gmk-border);border-radius:14px;text-decoration:none!important;transition:.2s ease}.ghkb-quick-link:hover{background:#fff7f0;border-color:rgba(255,122,26,.3);transform:translateY(-1px)}.ghkb-quick-link__icon{display:grid;width:38px;height:38px;place-items:center;color:var(--gmk-orange);background:#fff1e8;border-radius:11px}.ghkb-quick-link strong,.ghkb-quick-link small{display:block}.ghkb-quick-link strong{font-size:13px}.ghkb-quick-link small{margin-top:3px;color:var(--gmk-muted);font-size:10px}

/* Shared content surfaces */
.ghkb-section{margin-bottom:28px;padding:30px;background:#fff;border:1px solid var(--gmk-border);border-radius:22px;box-shadow:0 12px 35px rgba(23,38,59,.04)}.ghkb-section__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.ghkb-section__heading h2{margin:5px 0 3px;color:var(--gmk-text)!important;font-size:27px}.ghkb-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ghkb-category-card,.ghkb-article-row{position:relative;min-width:0}.ghkb-category-card__link{display:grid;grid-template-columns:50px minmax(0,1fr) auto 14px;align-items:center;gap:14px;min-height:112px;padding:18px;color:var(--gmk-text)!important;background:var(--gmk-soft);border:1px solid var(--gmk-border);border-radius:16px;text-decoration:none!important;transition:.2s ease}.ghkb-category-card__link:hover{background:#fff8f2;border-color:rgba(255,122,26,.32);transform:translateY(-1px)}.ghkb-category-card__icon{display:grid;width:50px;height:50px;place-items:center;color:var(--gmk-orange);background:#fff1e8;border-radius:14px;font-size:19px}.ghkb-category-card__content,.ghkb-category-card__title,.ghkb-category-card__description{display:block;min-width:0}.ghkb-category-card__title{color:var(--gmk-text)!important;font-size:16px;font-weight:800}.ghkb-category-card__description{display:-webkit-box;margin-top:5px;overflow:hidden;color:var(--gmk-muted)!important;font-size:12px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ghkb-category-card__meta{padding:6px 9px;color:#9a420b;background:#ffe9d7;border-radius:999px;font-size:10px;font-weight:800;white-space:nowrap}.ghkb-category-card__arrow{color:var(--gmk-muted)}
.ghkb-article-list{display:grid;gap:10px}.ghkb-article-row__link{display:grid;grid-template-columns:44px minmax(0,1fr) 14px;align-items:center;gap:13px;padding:16px 18px;color:var(--gmk-text)!important;background:var(--gmk-soft);border:1px solid var(--gmk-border);border-radius:14px;text-decoration:none!important;transition:.2s ease}.ghkb-article-row__link:hover{background:#fff8f2;border-color:rgba(255,122,26,.3);transform:translateX(2px)}.ghkb-article-row__icon{display:grid;width:44px;height:44px;place-items:center;color:var(--gmk-orange);background:#fff1e8;border-radius:12px}.ghkb-article-row__content,.ghkb-article-row__title,.ghkb-article-row__excerpt{display:block;min-width:0}.ghkb-article-row__title{color:var(--gmk-text)!important;font-size:14px;font-weight:800}.ghkb-article-row__excerpt{margin-top:4px;overflow:hidden;color:var(--gmk-muted)!important;font-size:11px;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.ghkb-article-row__arrow{color:var(--gmk-muted)}.ghkb-edit-button{position:absolute;right:12px;bottom:9px;z-index:2;color:var(--gmk-navy)!important;background:#fff!important;border:1px solid var(--gmk-border)!important;border-radius:9px!important}
.ghkb-empty-state{display:flex;min-height:260px;padding:35px;flex-direction:column;align-items:center;justify-content:center;color:var(--gmk-muted);background:#fff;border:1px solid var(--gmk-border);border-radius:22px;text-align:center}.ghkb-empty-state>i{margin-bottom:14px;color:var(--gmk-orange);font-size:34px}.ghkb-empty-state h2{color:var(--gmk-text)!important}.ghkb-empty-state p{color:var(--gmk-muted)!important}.ghkb-empty-state--small{min-height:170px;background:var(--gmk-soft);border-radius:14px}

/* Warm support CTA */
.ghkb-support-card{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:20px;padding:26px 30px;background:linear-gradient(135deg,#fff5ed,#fff);border:1px solid #ffe0c7;border-radius:22px;box-shadow:0 12px 35px rgba(23,38,59,.04)}.ghkb-support-card__icon{display:grid;width:58px;height:58px;place-items:center;color:#fff;background:var(--gmk-orange);border-radius:16px;font-size:21px}.ghkb-support-card h2{margin:4px 0;color:var(--gmk-text)!important;font-size:22px}.ghkb-support-card p{margin:0;color:var(--gmk-muted)!important}.ghkb-support-card__button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 17px;color:#fff!important;background:var(--gmk-navy)!important;border-color:var(--gmk-navy)!important;border-radius:12px!important;font-weight:800}.ghkb-page-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.ghkb-secondary-button{color:#344054!important;background:#fff!important;border:1px solid #d8dee8!important;border-radius:11px!important}

/* Article reading experience */
.ghkb-article-card{overflow:hidden;background:#fff;border:1px solid var(--gmk-border);border-radius:26px;box-shadow:0 14px 40px rgba(23,38,59,.06)}.ghkb-article-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:22px;min-height:245px;padding:42px 44px;overflow:hidden;color:#fff;background:linear-gradient(135deg,var(--gmk-navy),var(--gmk-navy-2))}.ghkb-article-header:after{content:"";position:absolute;top:-105px;right:-75px;width:260px;height:260px;background:rgba(255,122,26,.18);border-radius:50%;pointer-events:none}.ghkb-article-header>*{position:relative;z-index:1}.ghkb-article-header h1{max-width:820px;margin:15px 0;color:#fff!important;font-size:40px;line-height:1.18}.ghkb-article-meta{display:flex;flex-wrap:wrap;gap:8px}.ghkb-article-meta>span,.ghkb-tag{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;color:rgba(255,255,255,.82)!important;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:11px}.ghkb-print-button{color:var(--gmk-navy)!important;background:#fff!important;border:0!important;border-radius:11px!important;font-weight:800}.ghkb-article-content{padding:42px 44px;color:#344054!important;background:#fff!important;font-size:15px;line-height:1.8}.ghkb-article-content h1,.ghkb-article-content h2,.ghkb-article-content h3,.ghkb-article-content h4{color:var(--gmk-text)!important}.ghkb-article-content a{color:#d85f0b}.ghkb-article-content img{max-width:100%;height:auto;border-radius:14px}.ghkb-article-content pre{padding:18px;overflow:auto;color:#edf3fa;background:#101b2a;border-radius:12px}.ghkb-article-content table{width:100%;margin:20px 0;border-collapse:collapse}.ghkb-article-content th,.ghkb-article-content td{padding:12px;border:1px solid var(--gmk-border)}.ghkb-article-content th{color:var(--gmk-text);background:var(--gmk-soft)}
.ghkb-helpful{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 30px 30px;padding:24px 26px;background:linear-gradient(135deg,#fff5ed,#fff);border:1px solid #ffe0c7;border-radius:18px}.ghkb-helpful h2{margin:5px 0;color:var(--gmk-text)!important;font-size:21px}.ghkb-helpful p{margin:0;color:var(--gmk-muted)!important}.ghkb-helpful__actions{display:flex;gap:9px}.ghkb-vote-button{min-width:92px;color:var(--gmk-navy)!important;background:#fff!important;border:1px solid #d8dee8!important;border-radius:11px!important;font-weight:800}.ghkb-vote-button:hover{color:#fff!important;background:var(--gmk-navy)!important;border-color:var(--gmk-navy)!important}.ghkb-vote-success{display:flex;align-items:center;gap:10px;margin-bottom:18px;padding:15px 18px;color:#08734e;background:#e8fff5;border:1px solid #b9efd9;border-radius:13px;font-weight:700}

/* Light cards stay readable when the global dark-mode canvas is enabled. */
body.gh-dark-mode .ghkb-page{color:var(--gmk-text)}body.gh-dark-mode .ghkb-quick-card,body.gh-dark-mode .ghkb-section,body.gh-dark-mode .ghkb-article-card,body.gh-dark-mode .ghkb-article-content{color:var(--gmk-text)!important;background:#fff!important}body.gh-dark-mode .ghkb-quick-card h1,body.gh-dark-mode .ghkb-quick-card h2,body.gh-dark-mode .ghkb-section h1,body.gh-dark-mode .ghkb-section h2,body.gh-dark-mode .ghkb-section h3,body.gh-dark-mode .ghkb-article-content h1,body.gh-dark-mode .ghkb-article-content h2,body.gh-dark-mode .ghkb-article-content h3,body.gh-dark-mode .ghkb-support-card h2{color:var(--gmk-text)!important}

@media(max-width:1100px){.ghkb-hero-grid{grid-template-columns:1fr}.ghkb-quick-card{min-height:auto}}@media(max-width:767px){.ghkb-page{padding:22px 16px 42px}.ghkb-hero{min-height:auto;padding:31px 24px;border-radius:20px}.ghkb-hero h1{font-size:32px}.ghkb-search{grid-template-columns:40px minmax(0,1fr)}.ghkb-search__button{grid-column:1/-1;min-height:44px}.ghkb-quick-card,.ghkb-section{padding:22px;border-radius:19px}.ghkb-quick-grid,.ghkb-category-grid{grid-template-columns:1fr}.ghkb-category-card__link{grid-template-columns:44px minmax(0,1fr) 14px}.ghkb-category-card__icon{width:44px;height:44px}.ghkb-category-card__meta{display:none}.ghkb-article-row__excerpt{white-space:normal}.ghkb-support-card{grid-template-columns:52px minmax(0,1fr);padding:22px}.ghkb-support-card__icon{width:52px;height:52px}.ghkb-support-card__button{grid-column:2;justify-self:start}.ghkb-article-header{min-height:auto;padding:32px 24px;flex-direction:column}.ghkb-article-header h1{font-size:32px}.ghkb-article-content{padding:28px 22px}.ghkb-helpful{align-items:flex-start;margin:0 18px 18px;padding:21px;flex-direction:column}.ghkb-helpful__actions{width:100%}.ghkb-vote-button{flex:1}.ghkb-page-actions{align-items:stretch;flex-direction:column}.ghkb-page-actions .btn{width:100%}}

@media print{.ghkb-article-header{min-height:auto;padding:20px;color:#000;background:#fff}.ghkb-article-header h1{color:#000!important}.ghkb-print-button,.ghkb-helpful,.ghkb-related,.ghkb-page-actions{display:none!important}.ghkb-article-card{border:0;box-shadow:none}.ghkb-article-content{padding:20px 0}}

/* Knowledgebase sidebar — same approved light/dark treatment as Support. */
body.gm-knowledgebase-page .gm-kb-sidebar-column{isolation:isolate;color:#182236!important;background:linear-gradient(180deg,#fff 0%,#f3f6fb 100%)!important;border-right:1px solid #e4e9f1!important;box-shadow:18px 0 48px rgba(23,38,59,.08)!important;transition:background-color .28s ease,color .28s ease,box-shadow .28s ease}
body.gm-knowledgebase-page .gm-kb-sidebar-column:before,body.gm-knowledgebase-page .gm-kb-sidebar-column:after{content:""!important;position:absolute!important;z-index:-1!important;top:auto!important;display:block!important;border-radius:50%!important;pointer-events:none!important}
body.gm-knowledgebase-page .gm-kb-sidebar-column:before{bottom:-70px!important;left:-105px!important;width:240px!important;height:240px!important;background:rgba(255,122,26,.10)!important}
body.gm-knowledgebase-page .gm-kb-sidebar-column:after{bottom:65px!important;left:-82px!important;width:145px!important;height:145px!important;background:rgba(23,38,59,.055)!important}
body.gm-knowledgebase-page .gm-kb-sidebar-toggle,body.gm-knowledgebase-page .gm-kb-sidebar-content{position:relative;z-index:1}
body.gm-knowledgebase-page .gm-kb-sidebar-toggle{color:#475467!important;background:rgba(255,255,255,.62)!important;border-bottom-color:#e4e9f1!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
body.gm-knowledgebase-page .gm-kb-sidebar-toggle:hover,body.gm-knowledgebase-page .gm-kb-sidebar-toggle:focus{color:#17263b!important;background:rgba(255,122,26,.09)!important}
body.gm-knowledgebase-page .gm-kb-sidebar-secondary{border-top-color:rgba(23,38,59,.09)!important}
body.gm-knowledgebase-page .gm-kb-sidebar-panel .card-header,body.gm-knowledgebase-page .gm-kb-sidebar-panel .card-header *,body.gm-knowledgebase-page .gm-kb-sidebar-panel .panel-heading,body.gm-knowledgebase-page .gm-kb-sidebar-panel .panel-heading *,body.gm-knowledgebase-page .gm-kb-sidebar-panel .card-title,body.gm-knowledgebase-page .gm-kb-sidebar-panel .panel-title{color:#344054!important}
body.gm-knowledgebase-page .gm-kb-sidebar-panel .card-header i,body.gm-knowledgebase-page .gm-kb-sidebar-panel .panel-heading i,body.gm-knowledgebase-page .gm-kb-sidebar-panel .list-group-item i{color:#ff7a1a!important}
body.gm-knowledgebase-page .gm-kb-sidebar-panel .list-group-item{color:#475467!important;background:rgba(255,255,255,.58)!important;border-color:rgba(23,38,59,.10)!important;box-shadow:0 5px 14px rgba(23,38,59,.025)!important;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}
body.gm-knowledgebase-page .gm-kb-sidebar-panel .list-group-item:hover,body.gm-knowledgebase-page .gm-kb-sidebar-panel .list-group-item:focus{color:#17263b!important;background:#fff7f0!important;border-color:rgba(255,122,26,.28)!important;box-shadow:0 8px 20px rgba(23,38,59,.07)!important;transform:translateX(2px)}
body.gm-knowledgebase-page .gm-kb-sidebar-panel .list-group-item.active{color:#17263b!important;background:linear-gradient(135deg,rgba(23,38,59,.14),rgba(34,54,83,.07))!important;border-color:rgba(23,38,59,.25)!important;box-shadow:0 9px 22px rgba(23,38,59,.10)!important}
body.gm-knowledgebase-page .gm-kb-sidebar-panel .list-group-item .badge,body.gm-knowledgebase-page .gm-kb-sidebar-panel .list-group-item .badge-info{color:#17263b!important;background:#fff!important;border:1px solid rgba(23,38,59,.12)!important}

body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-column{color:#fff!important;background:linear-gradient(180deg,#17263b 0%,#223653 100%)!important;border-right-color:rgba(255,255,255,.08)!important;box-shadow:18px 0 50px rgba(10,20,35,.24)!important}
body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-column:before{background:rgba(255,122,26,.16)!important}
body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-column:after{background:rgba(255,255,255,.055)!important}
body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-toggle{color:rgba(255,255,255,.78)!important;background:rgba(255,255,255,.035)!important;border-bottom-color:rgba(255,255,255,.09)!important}
body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-toggle:hover,body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-toggle:focus{color:#fff!important;background:rgba(255,122,26,.12)!important}
body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-secondary{border-top-color:rgba(255,255,255,.09)!important}
body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .card-header,body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .card-header *,body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .panel-heading,body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .panel-heading *,body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .card-title,body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .panel-title{color:rgba(255,255,255,.94)!important}
body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .list-group-item{color:rgba(255,255,255,.76)!important;background:rgba(255,255,255,.035)!important;border-color:rgba(255,255,255,.09)!important;box-shadow:none!important}
body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .list-group-item:hover,body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .list-group-item:focus{color:#fff!important;background:rgba(255,122,26,.14)!important;border-color:rgba(255,122,26,.34)!important;box-shadow:0 8px 24px rgba(7,16,31,.16)!important}
body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .list-group-item.active{color:#fff!important;background:linear-gradient(135deg,rgba(7,16,31,.38),rgba(23,38,59,.22))!important;border-color:rgba(255,255,255,.18)!important;box-shadow:0 8px 24px rgba(7,16,31,.20)!important}
body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .list-group-item .badge,body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .list-group-item .badge-info{color:#17263b!important;background:#fff!important;border-color:rgba(255,255,255,.2)!important}

/* Functional sidebar search and account card. Markup is rendered by header.tpl. */
body.gm-knowledgebase-page .gm-announcements-sidebar-search{position:relative;display:flex;align-items:center;margin:0 0 16px;color:#667085}
body.gm-knowledgebase-page .gm-announcements-sidebar-search>i{position:absolute;left:13px;z-index:1;font-size:13px;pointer-events:none}
body.gm-knowledgebase-page .gm-announcements-sidebar-search input{width:100%;height:42px;padding:0 38px 0 36px;color:#182236;background:rgba(255,255,255,.82);border:1px solid rgba(23,38,59,.13);border-radius:12px;outline:none}
body.gm-knowledgebase-page .gm-announcements-sidebar-search input:focus{background:#fff;border-color:rgba(23,38,59,.38);box-shadow:0 0 0 3px rgba(23,38,59,.08)}
body.gm-knowledgebase-page .gm-announcements-sidebar-search input::-webkit-search-cancel-button,body.gm-knowledgebase-page .gm-announcements-sidebar-search input::-webkit-search-decoration{display:none;-webkit-appearance:none}
body.gm-knowledgebase-page .gm-announcements-sidebar-search input::-ms-clear,body.gm-knowledgebase-page .gm-announcements-sidebar-search input::-ms-reveal{display:none;width:0;height:0}
body.gm-knowledgebase-page .gm-announcements-sidebar-search button{position:absolute;right:7px;display:none;width:28px;height:28px;padding:0;color:#667085;background:transparent;border:0;border-radius:8px}body.gm-knowledgebase-page .gm-announcements-sidebar-search button.is-visible{display:block}
body.gm-knowledgebase-page .gm-announcements-search-results{position:absolute;top:calc(100% + 8px);left:0;z-index:80;width:100%;max-width:100%;max-height:430px;padding:8px;overflow-y:auto;background:#fff;border:1px solid #e4e9f1;border-radius:14px;box-shadow:0 18px 50px rgba(23,38,59,.18)}
body.gm-knowledgebase-page .gm-announcements-account-card{display:grid;gap:12px;margin-top:18px;padding-top:18px;border-top:1px solid rgba(23,38,59,.09)}body.gm-knowledgebase-page .gm-announcements-account-card__intro{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:11px;padding:13px;background:rgba(23,38,59,.045);border:1px solid rgba(23,38,59,.10);border-radius:14px}body.gm-knowledgebase-page .gm-announcements-account-card__icon{display:grid;width:42px;height:42px;place-items:center;color:#d85f0b;background:#fff4e8;border:1px solid rgba(216,95,11,.18);border-radius:12px}body.gm-knowledgebase-page .gm-announcements-account-card__intro strong{display:block;color:#17263b;font-size:14px}body.gm-knowledgebase-page .gm-announcements-account-card__intro small{display:block;margin-top:4px;color:#667085;font-size:11px;line-height:1.55}body.gm-knowledgebase-page .gm-announcements-account-action,body.gm-knowledgebase-page .gm-announcements-account-login{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:11px 13px;border-radius:11px;font-size:13px;font-weight:800;text-decoration:none!important}body.gm-knowledgebase-page .gm-announcements-account-login{color:#17263b!important;background:#fff;border:1px solid rgba(23,38,59,.16)}body.gm-knowledgebase-page .gm-announcements-account-action{color:#fff!important;background:linear-gradient(135deg,#17263b,#223653)}body.gm-knowledgebase-page .gm-announcements-account-action--orange{color:#17263b!important;background:#ff970f}
body.gm-knowledgebase-page.gh-dark-mode .gm-announcements-sidebar-search{color:rgba(255,255,255,.55)}body.gm-knowledgebase-page.gh-dark-mode .gm-announcements-sidebar-search input{color:#fff;background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.12)}body.gm-knowledgebase-page.gh-dark-mode .gm-announcements-sidebar-search input::placeholder{color:rgba(255,255,255,.48)}body.gm-knowledgebase-page.gh-dark-mode .gm-announcements-sidebar-search input:focus{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.28);box-shadow:0 0 0 3px rgba(255,255,255,.06)}body.gm-knowledgebase-page.gh-dark-mode .gm-announcements-account-card{border-top-color:rgba(255,255,255,.10)}body.gm-knowledgebase-page.gh-dark-mode .gm-announcements-account-card__intro{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.12)}body.gm-knowledgebase-page.gh-dark-mode .gm-announcements-account-card__intro strong{color:#fff}body.gm-knowledgebase-page.gh-dark-mode .gm-announcements-account-card__intro small{color:rgba(255,255,255,.65)}

/* Desktop collapsed icon rail — identical behavior to the locked Support sidebar. */
@media(min-width:992px){
body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed>.gm-kb-layout{grid-template-columns:76px minmax(0,1fr)!important;column-gap:30px!important}
body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-kb-sidebar-column{display:flex!important;width:76px!important;min-width:76px!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important;overflow:visible!important}
body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-kb-primary-content{padding-left:0!important}
body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-kb-sidebar-content{display:block!important;padding:14px 10px 22px!important;overflow:visible!important}
body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-kb-sidebar-column:before,body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-kb-sidebar-column:after{display:none!important}
body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-kb-sidebar-toggle{display:flex!important;justify-content:center!important;padding:13px!important}
body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-kb-sidebar-toggle>i{transform:rotate(180deg)!important}
body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-kb-sidebar-toggle__label,body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-announcements-sidebar-search,body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-kb-sidebar-panel .card-header,body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-kb-sidebar-panel .panel-heading,body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .sidebar-menu-item-label{display:none!important}
body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-kb-sidebar-secondary{margin-top:8px!important;padding-top:8px!important}
body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-kb-sidebar-panel .list-group{display:grid!important;gap:5px!important}
body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-kb-sidebar-panel .list-group-item{position:relative!important;display:flex!important;justify-content:center!important;width:100%!important;min-height:48px!important;padding:12px!important;overflow:visible!important}
body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .sidebar-menu-item-wrapper,body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .sidebar-menu-item-icon-wrapper{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important}
body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-kb-sidebar-panel .list-group-item .badge,body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-kb-sidebar-panel .list-group-item .badge-info{top:3px!important;right:2px!important;left:auto!important;min-width:16px!important;max-width:24px!important;padding:3px 5px!important;font-size:9px!important;transform:none!important}
body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-announcements-account-card{padding-top:10px!important}body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-announcements-account-card__intro{display:none!important}body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-announcements-account-action,body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-announcements-account-login{width:48px!important;padding:12px!important}body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-announcements-account-action span,body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-announcements-account-login span{display:none!important}
body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-kb-sidebar-reopen{display:none!important}
body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-kb-sidebar-panel .list-group-item:after{content:attr(data-gm-tooltip);position:absolute;top:50%;left:calc(100% + 12px);z-index:50;padding:8px 10px;color:#fff;background:#17263b;border-radius:8px;box-shadow:0 8px 24px rgba(7,16,31,.18);font-size:12px;font-weight:700;white-space:nowrap;opacity:0;visibility:hidden;transform:translate(-4px,-50%);transition:.18s ease;pointer-events:none}
body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-kb-sidebar-panel .list-group-item:hover:after,body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-kb-sidebar-panel .list-group-item:focus:after{opacity:1;visibility:visible;transform:translate(0,-50%)}
}

/* Mobile remains a proper drawer rather than an icon rail. */
@media(max-width:991.98px){body.gm-knowledgebase-page .gm-kb-sidebar-column{position:fixed!important;top:0!important;bottom:0!important;left:0!important;z-index:10020!important;width:min(88vw,340px)!important;min-height:100vh!important;border-radius:0 22px 22px 0!important;opacity:1!important;visibility:visible!important;transform:translateX(0)!important;transition:transform .28s ease!important}body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-kb-sidebar-column{transform:translateX(-105%)!important}body.gm-knowledgebase-page .gm-kb-sidebar-content{overflow-y:auto!important;padding-bottom:30px!important}body.gm-knowledgebase-page .gm-kb-sidebar-reopen,body.gm-knowledgebase-page .gm-kb-shell.is-sidebar-collapsed .gm-kb-sidebar-reopen{position:fixed!important;left:14px!important;bottom:76px!important;z-index:10010!important;display:inline-flex!important;border-radius:999px!important;box-shadow:0 10px 30px rgba(23,38,59,.22)!important}body.gm-knowledgebase-page:not(.gm-announcements-drawer-open) .gm-announcements-sidebar-backdrop{display:none!important}body.gm-knowledgebase-page.gm-announcements-drawer-open .gm-announcements-sidebar-backdrop{position:fixed!important;inset:0!important;z-index:10015!important;display:block!important;width:100%!important;height:100%!important;padding:0!important;background:rgba(7,16,31,.48)!important;border:0!important;backdrop-filter:blur(3px)}body.gm-knowledgebase-page.gm-announcements-drawer-open{overflow:hidden}}

/* Authoritative Knowledgebase layer.
   whmcs.css contains legacy high-specificity Knowledgebase experiments; these
   page-scoped declarations intentionally define the approved Support match. */
body.gm-knowledgebase-page .gm-kb-primary-content>.ghkb-page{width:100%!important;max-width:none!important;margin:0!important;padding:34px 36px 56px!important}
body.gm-knowledgebase-page .ghkb-hero-grid{display:grid!important;grid-template-columns:minmax(0,1.4fr) minmax(330px,.72fr)!important;align-items:stretch!important;gap:24px!important;width:100%!important;max-width:none!important;margin:0 0 28px!important}
body.gm-knowledgebase-page .ghkb-hero-grid .ghkb-hero{min-height:280px!important;margin:0!important;padding:42px 44px!important;color:#fff!important;background:linear-gradient(135deg,#17263b,#223653)!important;border:0!important;border-radius:26px!important;box-shadow:0 14px 38px rgba(23,38,59,.10)!important}
body.gm-knowledgebase-page .ghkb-hero-grid .ghkb-hero:after{top:-100px!important;right:-80px!important;bottom:auto!important;width:260px!important;height:260px!important;background:rgba(255,122,26,.18)!important;border:0!important;border-radius:50%!important;box-shadow:none!important}
body.gm-knowledgebase-page .ghkb-hero h1{margin:15px 0 14px!important;color:#fff!important;font-size:42px!important;line-height:1.1!important}body.gm-knowledgebase-page .ghkb-hero p{margin:0 0 25px!important;color:rgba(255,255,255,.78)!important;font-size:16px!important;line-height:1.75!important}
body.gm-knowledgebase-page .ghkb-search{position:relative!important;display:grid!important;grid-template-columns:44px minmax(0,1fr) auto!important;align-items:center!important;width:100%!important;max-width:650px!important;padding:0!important;overflow:hidden!important;background:#fff!important;border:1px solid rgba(255,255,255,.32)!important;border-radius:13px!important;box-shadow:0 10px 28px rgba(7,16,31,.16)!important}body.gm-knowledgebase-page .ghkb-search__icon{position:static!important;display:grid!important;place-items:center!important;color:#667085!important}body.gm-knowledgebase-page .ghkb-search .form-control{display:block!important;width:100%!important;height:50px!important;min-width:0!important;padding:0 8px!important;color:#182236!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important}body.gm-knowledgebase-page .ghkb-search__button{align-self:stretch!important;width:auto!important;min-width:105px!important;height:auto!important;margin:0!important;padding:0 20px!important;color:#fff!important;background:#ff7a1a!important;border:0!important;border-radius:0!important;font-weight:800!important}
body.gm-knowledgebase-page .ghkb-quick-card{position:relative!important;min-height:280px!important;padding:28px!important;overflow:hidden!important;color:#182236!important;background:#fff!important;border:1px solid #e4e9f1!important;border-radius:26px!important;box-shadow:0 12px 34px rgba(23,38,59,.05)!important}body.gm-knowledgebase-page .ghkb-quick-card:before,body.gm-knowledgebase-page .ghkb-quick-card:after{display:none!important}body.gm-knowledgebase-page .ghkb-quick-card__header,body.gm-knowledgebase-page .ghkb-quick-grid{position:relative!important;z-index:1!important}body.gm-knowledgebase-page .ghkb-quick-card .ghkb-eyebrow{color:#ff7a1a!important}
body.gm-knowledgebase-page .ghkb-account-button{display:grid!important;grid-template-columns:24px minmax(0,1fr) 14px!important;align-items:center!important;gap:9px!important;padding:12px 14px!important;color:#182236!important;background:#f5f7fb!important;border:1px solid #e4e9f1!important;border-radius:12px!important;text-decoration:none!important}body.gm-knowledgebase-page .ghkb-account-button i,body.gm-knowledgebase-page .ghkb-account-button span{color:#182236!important}
body.gm-knowledgebase-page .ghkb-quick-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}body.gm-knowledgebase-page .ghkb-quick-link{display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;min-height:78px!important;padding:13px!important;color:#182236!important;background:#fff!important;border:1px solid #e4e9f1!important;border-radius:14px!important;box-shadow:none!important;text-decoration:none!important}body.gm-knowledgebase-page .ghkb-quick-link:hover{color:#182236!important;background:#fff7f0!important;border-color:rgba(255,122,26,.3)!important}body.gm-knowledgebase-page .ghkb-quick-link__icon{display:grid!important;width:38px!important;height:38px!important;place-items:center!important;color:#ff7a1a!important;background:#fff1e8!important;border-radius:11px!important}body.gm-knowledgebase-page .ghkb-quick-link strong{color:#182236!important}body.gm-knowledgebase-page .ghkb-quick-link small{color:#667085!important}
body.gm-knowledgebase-page .ghkb-page>.ghkb-section{width:100%!important;max-width:none!important;margin:0 0 28px!important;padding:30px!important;background:#fff!important;border:1px solid #e4e9f1!important;border-radius:22px!important;box-shadow:0 12px 35px rgba(23,38,59,.04)!important}body.gm-knowledgebase-page .ghkb-category-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr))!important;gap:14px!important;width:100%!important;max-width:none!important}body.gm-knowledgebase-page .ghkb-category-card,body.gm-knowledgebase-page .ghkb-article-row{width:100%!important;min-width:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}body.gm-knowledgebase-page .ghkb-category-card__link{min-height:112px!important;padding:18px!important;background:#f5f7fb!important;border:1px solid #e4e9f1!important;border-radius:16px!important;box-shadow:none!important}body.gm-knowledgebase-page .ghkb-article-row__link{min-height:76px!important;padding:16px 18px!important;background:#f5f7fb!important;border:1px solid #e4e9f1!important;border-radius:14px!important;box-shadow:none!important}
body.gm-knowledgebase-page .ghkb-edit-button{position:absolute!important;top:10px!important;right:10px!important;bottom:auto!important;z-index:4!important;display:inline-flex!important;align-items:center!important;width:auto!important;max-width:82px!important;min-height:34px!important;padding:7px 10px!important;color:#17263b!important;background:#fff!important;border:1px solid #e4e9f1!important;border-radius:9px!important;box-shadow:0 4px 12px rgba(23,38,59,.08)!important;font-size:11px!important}
body.gm-knowledgebase-page .ghkb-page>.ghkb-support-card{width:100%!important;max-width:none!important;margin:0!important;padding:26px 30px!important;color:#182236!important;background:linear-gradient(135deg,#fff5ed,#fff)!important;border:1px solid #ffe0c7!important;border-radius:22px!important;box-shadow:0 12px 35px rgba(23,38,59,.04)!important}body.gm-knowledgebase-page .ghkb-support-card__icon{color:#fff!important;background:#ff7a1a!important}body.gm-knowledgebase-page .ghkb-support-card h2{color:#182236!important}body.gm-knowledgebase-page .ghkb-support-card p{color:#667085!important}body.gm-knowledgebase-page .ghkb-support-card__button{color:#fff!important;background:#17263b!important;border-color:#17263b!important}

@media(max-width:1100px){body.gm-knowledgebase-page .ghkb-hero-grid{grid-template-columns:1fr!important}body.gm-knowledgebase-page .ghkb-quick-card{min-height:auto!important}}@media(max-width:767px){body.gm-knowledgebase-page .gm-kb-primary-content>.ghkb-page{padding:22px 16px 42px!important}body.gm-knowledgebase-page .ghkb-hero-grid .ghkb-hero{min-height:auto!important;padding:31px 24px!important;border-radius:20px!important}body.gm-knowledgebase-page .ghkb-hero h1{font-size:32px!important}body.gm-knowledgebase-page .ghkb-search{grid-template-columns:40px minmax(0,1fr)!important}body.gm-knowledgebase-page .ghkb-search__button{grid-column:1/-1!important;min-height:44px!important}body.gm-knowledgebase-page .ghkb-quick-grid{grid-template-columns:1fr!important}body.gm-knowledgebase-page .ghkb-page>.ghkb-section{padding:22px!important}body.gm-knowledgebase-page .ghkb-page>.ghkb-support-card{grid-template-columns:52px minmax(0,1fr)!important;padding:22px!important}body.gm-knowledgebase-page .ghkb-support-card__button{grid-column:2!important;justify-self:start!important;width:auto!important}}
