.bsk-help-center-category,
.bsk-help-center-category * { box-sizing: border-box; }
.bsk-help-center-category { min-height: 900px; color: var(--bsk-text-primary); background: #fff; }
.bsk-help-center-category h1,
.bsk-help-center-category h3 { margin: 0; }
.bsk-help-center-category-layout { display: flex; align-items: stretch; }
.bsk-help-category-content { width: calc(100% - 310px); min-height: 900px; padding: 0 0 100px 36px; border-left: 1px solid var(--bsk-divider); }
.bsk-help-category-breadcrumb { display: flex; height: 68px; align-items: center; gap: 16px; border-bottom: 1px solid var(--bsk-divider); color: var(--bsk-text-secondary); font-size: 14px; font-weight: 500; line-height: 1.5; }
.bsk-help-category-breadcrumb a { color: var(--bsk-text-primary); text-decoration: none; font-weight: 600}
.bsk-help-category-breadcrumb > span[aria-hidden] { width: 8px; height: 8px; border-top: 1.5px solid var(--bsk-text-tertiary); border-right: 1.5px solid var(--bsk-text-tertiary); transform: rotate(45deg); }
.bsk-help-category-content > h1 { padding: 60px 0; color: var(--bsk-text-primary); font-size: 50px; font-weight: 800; line-height: 1.5; }
.bsk-help-category-groups { display: flex; flex-direction: column; gap: 60px; }
.bsk-help-category-group h3 { color: var(--bsk-text-primary); font-size: 36px; font-weight: 800; line-height: 1.4; }
.bsk-help-category-articles { display: flex; margin-top: 32px; padding: 24px 28px; flex-direction: column; gap: 16px; border-radius: 12px; background: var(--bsk-bg-gray); }
.bsk-help-category-articles a { position: relative; padding-left: 14px; color: var(--bsk-text-secondary); font-size: 18px; font-weight: 400; line-height: 1.6; text-decoration: none; }
.bsk-help-category-articles a::before { position: absolute; top: .75em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: currentColor; content: ""; }
.bsk-help-category-articles a:hover,
.bsk-help-category-articles a:focus { color: var(--bsk-text-primary); text-decoration: underline; }
.bsk-help-category-articles .bsk-help-category-see-all { width: fit-content; color: var(--bsk-text-tertiary); text-decoration: underline; }
.bsk-help-category-articles .bsk-help-category-see-all::before { display: none; }
.bsk-help-category-leaf-articles { margin-top: 0; }
