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

a {
    color: inherit;
    text-decoration: none
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid #2e6da4;
    outline-offset: 2px
}

body {
    font-family: "IBM Plex Sans", sans-serif;
    color: #2b2d42;
    background: #ffffff;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent
}

.bk-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px
}

#bk-breaking-banner {
    display: none;
    align-items: center;
    gap: 10px;
    background: #c8202e;
    color: #ffffff;
    padding: 10px 16px;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 13.5px;
    position: relative;
    z-index: 210
}

#bk-breaking-banner .bk-breaking-label {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.18);
    padding: 2px 9px;
    border-radius: 3px;
    font-size: 11px;
    flex-shrink: 0
}

#bk-breaking-banner a {
    color: #ffffff;
    text-decoration: none
}

#bk-breaking-banner a:hover {
    text-decoration: underline
}

.bk-header-block {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 200;
    box-shadow: 0 3px 16px rgba(46, 109, 164, 0.3)
}

.bk-header {
    width: 100%
}

.bk-header .bk-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 16px;
    height: 64px;
    position: relative
}

.bk-logo {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0
}

.bk-logo h1 {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.03em;
    font-family: "Oswald", sans-serif;
    white-space: nowrap;
    line-height: 1
}

.bk-logo-bangu {
    color: #2b2d42
}

.bk-logo-kwetu {
    color: #ffffff;
    background-color: #2b2d42;
    padding: 3px 9px;
    border-radius: 3px;
    display: inline-block;
    line-height: 1.2
}

.bk-theme-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px 10px;
    color: #2b2d42;
    display: flex;
    align-items: center;
    transition: color 0.2s
}

.bk-icon-sun {
    display: none
}

[data-theme="dark"] .bk-icon-moon {
    display: none
}

[data-theme="dark"] .bk-icon-sun {
    display: block
}

.bk-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px 10px;
    flex-shrink: 0
}

.bk-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #2b2d42;
    border-radius: 1px;
    transition: transform 0.25s ease, opacity 0.25s ease
}

.bk-hamburger span:last-child {
    width: 14px
}

.bk-hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg)
}

.bk-hamburger.open span:nth-child(2) {
    opacity: 0
}

.bk-hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    width: 22px
}

.bk-nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
    z-index: 998
}

.bk-nav-overlay.active {
    opacity: 1;
    visibility: visible
}

.bk-nav {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 280px;
    height: 100vh;
    background: #1c4a6e;
    flex-direction: column;
    padding: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 999;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.4);
    overflow-y: auto
}

.bk-nav.active {
    transform: translateX(0)
}

.bk-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.bk-nav-header-label {
    font-family: "Oswald", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff
}

.bk-nav-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 4px 8px
}

.bk-nav a {
    padding: 14px 24px;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    width: 100%;
    transition: color 0.2s, background 0.2s, padding-left 0.2s
}

.bk-nav a:hover {
    color: #fff;
    background: #2e6da4;
    padding-left: 32px
}

.bk-nav-utility {
    margin-top: auto;
    padding: 16px 24px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.bk-nav-utility a {
    display: block;
    padding: 8px 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: none
}

.bk-nav-utility a:hover {
    color: #fff;
    background: none;
    padding-left: 0
}

.bk-nav .bk-cat-link {
    flex: none;
    justify-content: flex-start;
    height: auto
}

.bk-nav .bk-cat-link.active::after {
    display: none
}

@media (min-width:769px) {
    .bk-hamburger {
        display: none
    }
}

.bk-header-actions {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-shrink: 0;
    z-index: 10
}

.bk-search-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 8px 10px;
    color: #2b2d42;
    display: flex;
    align-items: center;
    z-index: 101;
    transition: color 0.2s
}

.bk-search-btn:hover {
    color: #2b2d42
}

#bk-cat-nav {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 64px;
    z-index: 90;
    background: #ffffff;
    border-top: 1px solid #dde5ed
}

#bk-cat-nav-inner {
    display: flex;
    align-items: center;
    overflow-x: auto;
    scrollbar-width: none;
    height: 38px;
    gap: 0;
    justify-content: stretch
}

#bk-cat-nav-inner::-webkit-scrollbar {
    display: none
}

.bk-cat-link {
    font-family: "Oswald", sans-serif;
    color: #2b2d42;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 14px;
    height: 38px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
    transition: color 0.2s;
    flex: 1;
    justify-content: center
}

.bk-cat-link:hover {
    color: #2b2d42
}

.bk-cat-link.active {
    color: #2b2d42;
    font-weight: 700
}

.bk-cat-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 2px;
    background: #2e6da4
}

.bk-header-block::after {
    content: "";
    display: block;
    height: 3px;
    background: #2b2d42
}

#bk-search-box {
    display: none;
    align-items: center;
    gap: 4px;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 260px;
    z-index: 102;
    background: #ffffff;
    border: 1px solid #dde5ed;
    border-radius: 24px;
    padding: 6px 6px 6px 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15)
}

#bk-search-box.open {
    display: flex
}

#bk-search-input {
    flex: 1;
    background: transparent;
    border: none;
    color: #2b2d42;
    padding: 7px 4px;
    font-size: 13px;
    outline: none;
    font-family: "IBM Plex Sans", sans-serif;
    min-width: 160px
}

#bk-search-input::placeholder {
    color: #999;
    font-weight: 500;
    opacity: 1
}

#bk-search-close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #999;
    padding: 4px 8px;
    transition: color 0.2s
}

#bk-search-close:hover {
    color: #2b2d42
}

.bk-search-results {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 6px;
    background: #ffffff;
    border: 1px solid #dde5ed;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    max-height: 320px;
    overflow-y: auto;
    z-index: 103
}

.bk-search-results.show {
    display: block
}

.bk-search-result-item {
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    color: #2b2d42;
    font-size: 13px;
    border-bottom: 1px solid #eaecef
}

.bk-search-result-item:hover {
    background: #ebf1f5
}

.bk-load-error {
    padding: 32px 16px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border: 1px dashed #dde5ed;
    border-radius: 4px
}

.bk-search-no-results {
    padding: 16px;
    font-size: 13px;
    color: #999;
    text-align: center
}

#bk-lead-section {
    background: #ffffff;
    padding: 28px 0 8px
}

.bk-lead-layout {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 20px
}

.bk-lead-card {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
    background: #ffffff;
    border: 1px solid #dde5ed;
    border-top: 4px solid #2e6da4;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease
}

.bk-lead-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(46, 109, 164, 0.1)
}

.bk-lead-image {
    width: 100%;
    height: 320px;
    background: #ebf1f5;
    overflow: hidden
}

.bk-lead-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block
}

.bk-lead-body {
    padding: 18px 20px
}

.bk-lead-cat {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #2e6da4;
    display: block;
    margin-bottom: 8px
}

.bk-lead-title {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #2b2d42
}

.bk-lead-date {
    font-size: 12px;
    color: #888;
    margin-top: 10px;
    display: block
}

.bk-secondary-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.bk-secondary-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    background: transparent;
    border: none;
    border-bottom: 1px solid #eaecef;
    border-left: 3px solid transparent;
    padding: 14px 4px 14px 12px;
    transition: border-left-color 0.2s ease, background 0.2s ease
}

.bk-secondary-item:last-child {
    border-bottom: none
}

.bk-secondary-item:hover {
    border-left-color: #2e6da4;
    background: #ebf1f5
}

.bk-secondary-thumb {
    display: block;
    width: 76px;
    height: 76px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
    background: #ebf1f5
}

.bk-secondary-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.bk-secondary-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0
}

.bk-secondary-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #2b2d42
}

.bk-secondary-date {
    font-size: 11px;
    color: #888
}

#bk-latest-section {
    background: #ffffff;
    padding: 8px 0 4px
}

#bk-latest-section .bk-section-head {
    margin-bottom: 6px
}

.bk-latest-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.bk-latest-row {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    border: 1px solid #dde5ed;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease
}

.bk-latest-row:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(46, 109, 164, 0.1)
}

.bk-latest-row.bk-is-new {
    border-left: 1px solid #dde5ed;
    margin-left: 0;
    padding-left: 0;
    border-top: 3px solid #2e6da4
}

.bk-latest-row-thumb {
    width: 100%;
    height: 170px;
    flex-shrink: 0;
    border-radius: 0;
    overflow: hidden;
    background: #ebf1f5
}

.bk-latest-row-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.bk-latest-row-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
    gap: 6px;
    padding: 14px 16px 16px
}

.bk-latest-row-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #2b2d42;
    font-family: "IBM Plex Sans", sans-serif
}

.bk-latest-row-date {
    font-size: 11.5px;
    color: #888
}

.bk-latest-seeall {
    display: block;
    text-align: center;
    margin-top: 6px;
    padding: 14px 0 6px;
    color: #2e6da4;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none
}

.bk-latest-seeall:hover {
    opacity: 0.7
}

#bk-shujaa-section {
    background: #ebf1f5;
    padding: 24px 0;
    border-bottom: 1px solid #d0dce8
}

#bk-shujaa-card {
    display: flex;
    align-items: stretch;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(46, 109, 164, 0.1);
    border-top: 4px solid #2e6da4;
    transition: box-shadow 0.2s
}

#bk-shujaa-card:hover {
    box-shadow: 0 4px 16px rgba(46, 109, 164, 0.15)
}

#bk-shujaa-media {
    position: relative;
    flex: 0 0 42%;
    min-height: 280px
}

#bk-shujaa-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: linear-gradient(135deg, #2e6da4 0%, #1a4f7a 100%)
}

#bk-shujaa-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #2e6da4;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 3px;
    font-family: "Oswald", sans-serif;
    z-index: 2
}

#bk-shujaa-body {
    padding: 26px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px
}

#bk-shujaa-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #2e6da4;
    display: block
}

#bk-shujaa-name {
    font-size: 24px;
    font-weight: 700;
    color: #2b2d42;
    line-height: 1.25;
    font-family: "Oswald", sans-serif
}

#bk-shujaa-desc {
    font-size: 14.5px;
    color: #666;
    line-height: 1.6
}

#bk-shujaa-link {
    font-size: 12.5px;
    font-weight: 700;
    color: #2e6da4;
    text-decoration: none;
    margin-top: 6px;
    display: inline-block;
    transition: opacity 0.2s
}

#bk-shujaa-link:hover {
    opacity: 0.7
}

.bk-canvas {
    background: #ffffff
}

.bk-section {
    padding: 44px 0;
    border-bottom: 1px solid #eaecef
}

.bk-section:last-child {
    border-bottom: none
}

.bk-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaecef;
    position: relative
}

.bk-section-head::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 52px;
    height: 2px;
    background: #2e6da4
}

.bk-section-title {
    font-family: "Oswald", sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #2b2d42
}

.bk-see-all {
    font-size: 11px;
    font-weight: 700;
    color: #2e6da4;
    text-decoration: none;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: opacity 0.2s
}

.bk-see-all:hover {
    opacity: 0.7
}

.bk-home-group {
    margin-bottom: 40px
}

.bk-home-group:last-child {
    margin-bottom: 0
}

.bk-home-group .bk-section-head {
    margin-bottom: 20px
}

.bk-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.bk-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #dde5ed;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer
}

.bk-badge-breaking {
    display: block;
    width: 100%;
    position: static;
    background: #c8202e;
    color: #ffffff;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 10px;
    text-align: center
}

.bk-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(46, 109, 164, 0.1)
}

.bk-card-image {
    width: 100%;
    height: 200px;
    background: #ebf1f5;
    overflow: hidden;
    display: block
}

.bk-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
    display: block
}

.bk-card-body {
    padding: 16px
}

.bk-card-cat {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #2e6da4;
    display: block;
    margin-bottom: 8px
}

.bk-card-title {
    font-size: 15px;
    font-weight: 600;
    color: #2b2d42;
    line-height: 1.45;
    font-family: "IBM Plex Sans", sans-serif
}

.bk-card-date {
    font-size: 11px;
    color: #888;
    margin-top: 8px;
    display: block
}

.bk-badge-sponsored {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8a6d1e;
    border: 1px solid #8a6d1e;
    padding: 2px 7px;
    border-radius: 3px;
    margin-bottom: 6px
}

.bk-404-section {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0
}

.bk-404-wrap {
    text-align: center;
    max-width: 480px;
    margin: 0 auto
}

.bk-404-code {
    font-family: "Oswald", sans-serif;
    font-size: 88px;
    font-weight: 700;
    color: #2e6da4;
    line-height: 1;
    margin-bottom: 8px
}

.bk-404-title {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #2b2d42;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 14px
}

.bk-404-text {
    font-size: 14.5px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 28px
}

.bk-404-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center
}

.bk-404-home {
    display: inline-block;
    background: #2e6da4;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 32px;
    border-radius: 4px;
    transition: opacity 0.2s
}

.bk-404-home:hover {
    opacity: 0.85
}

.bk-404-search-link {
    font-size: 13px;
    color: #2e6da4;
    text-decoration: none;
    font-weight: 600
}

.bk-404-search-link:hover {
    opacity: 0.7
}

.bk-footer {
    background: #1a1a1a;
    color: rgba(255, 255, 255, 0.55);
    padding: 52px 0 0;
    border-top: 3px solid #1a1a1a
}

.bk-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.bk-footer-logo {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.04em
}

.bk-footer-logo span {
    color: #ffffff
}

.bk-footer-about {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.65
}

.bk-footer-heading {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.bk-footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px
}

.bk-footer-links li {
    font-size: 13px;
    color: #ffffff
}

.bk-footer-links a {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s
}

.bk-footer-links a:hover {
    color: #ffffff
}

.bk-social-links {
    display: flex;
    flex-direction: column;
    gap: 9px
}

.bk-social {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s
}

.bk-social:hover {
    color: #ffffff
}

.bk-footer-bottom {
    background: #ffffff;
    padding: 14px 0;
    border-top: 1px solid #dde5ed
}

.bk-footer-bottom p {
    font-size: 11.5px;
    color: #000000;
    text-align: center
}

.bk-whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    z-index: 300;
    transition: transform 0.3s ease, opacity 0.3s ease
}

.bk-whatsapp-float.bk-hide {
    transform: translateY(90px);
    opacity: 0
}

@media (max-width:768px) {
    .bk-header .bk-container {
        flex-wrap: nowrap !important
    }

    #bk-cat-nav-inner {
        justify-content: flex-start
    }

    #bk-search-box {
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        width: calc(100% - 24px);
        margin: 8px 12px;
        transform: none;
        border-radius: 24px;
        background: #ffffff;
        padding: 6px 6px 6px 16px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
        z-index: 150
    }

    .bk-card-grid {
        grid-template-columns: 1fr
    }

    .bk-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    html,
    body {
        width: 100%
    }

    body {
        overflow-x: hidden
    }

    .bk-container {
        padding: 0 16px !important;
        width: 100% !important
    }

    #bk-shujaa-card {
        flex-direction: column
    }

    #bk-shujaa-media {
        flex: none;
        min-height: 220px
    }

    .bk-lead-layout {
        grid-template-columns: 1fr
    }

    .bk-lead-image {
        height: 220px
    }

    .bk-secondary-thumb {
        display: none
    }
    .bk-article-image {
        height: 240px !important;
    }

    .bk-latest-list {
        display: flex;
        flex-direction: column;
        gap: 0
    }

    .bk-latest-row {
        flex-direction: row;
        gap: 14px;
        padding: 13px 0;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #eaecef
    }

    .bk-latest-row:last-child {
        border-bottom: none
    }

    .bk-latest-row:hover {
        transform: none;
        box-shadow: none
    }

    .bk-latest-row.bk-is-new {
        border-left: 3px solid #2e6da4;
        border-top: none;
        padding-left: 12px;
        margin-left: -15px
    }

    .bk-latest-row-thumb {
        width: 72px;
        height: 72px;
        border-radius: 4px
    }

    .bk-latest-row-body {
        justify-content: center;
        padding: 0;
        gap: 5px
    }
}

.bk-article-section {
    padding: 32px 0 44px
}

.bk-article-container {
    max-width: 760px
}

.bk-article-cat {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #2e6da4;
    display: block;
    margin-bottom: 10px
}

.bk-article-title {
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #2b2d42;
    margin-bottom: 12px
}

.bk-article-date {
    font-size: 12.5px;
    color: #888;
    margin-bottom: 20px
}

.bk-article-image {
    width: 100%;
    height: 440px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 24px;
    background: #ebf1f5
}

.bk-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
    display: block
}

.bk-article-body {
    font-size: 16px;
    line-height: 1.75;
    color: #2b2d42
}

.bk-article-body p {
    margin-bottom: 18px
}

.bk-article-body h2,
.bk-article-body h3,
.bk-article-body h4 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: #2b2d42;
    line-height: 1.3;
    margin: 26px 0 12px
}

.bk-article-body h2 {
    font-size: 22px
}

.bk-article-body h3 {
    font-size: 19px
}

.bk-article-body h4 {
    font-size: 16px
}

.bk-article-body strong {
    font-weight: 700
}

.bk-article-body em {
    font-style: italic
}

.bk-article-body a {
    color: #2e6da4;
    text-decoration: underline
}

.bk-back-link {
    display: inline-block;
    color: #2e6da4;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 600;
    margin-bottom: 20px
}

.bk-back-link:hover {
    text-decoration: underline
}

.bk-article-notfound {
    padding: 40px 0
}

.bk-article-notfound h2 {
    font-family: "Oswald", sans-serif;
    color: #2b2d42;
    margin-bottom: 8px
}

.bk-article-share {
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid #eaecef
}

.bk-share-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap
}

.bk-share-whatsapp {
    background: #25d366;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 20px
}

.bk-share-icon {
    color: #2b2d42;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #dde5ed;
    border-radius: 50%;
    background: none;
    cursor: pointer
}

.bk-copy-feedback {
    font-size: 12px;
    color: #2e6da4;
    opacity: 0;
    transition: opacity 0.2s
}

[data-theme="dark"] body {
    background: #121212;
    color: #e4e6eb
}

[data-theme="dark"] .bk-theme-toggle {
    color: #e4e6eb
}

[data-theme="dark"] .bk-header-block {
    background: #1a1a1a;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.4)
}

[data-theme="dark"] .bk-logo-bangu {
    color: #e4e6eb
}

[data-theme="dark"] .bk-search-btn {
    color: #e4e6eb
}

[data-theme="dark"] .bk-hamburger span {
    background: #e4e6eb
}

[data-theme="dark"] #bk-cat-nav {
    background: #1a1a1a;
    border-top-color: #2a2a2a
}

[data-theme="dark"] .bk-cat-link {
    color: #e4e6eb
}

[data-theme="dark"] #bk-search-box {
    background: #1e1e1e;
    border-color: #333
}

[data-theme="dark"] #bk-search-input {
    color: #e4e6eb
}

[data-theme="dark"] .bk-search-results {
    background: #1e1e1e;
    border-color: #333
}
[data-theme="dark"] .bk-search-result-item {
  color: #e4e6eb;
  border-bottom-color: #2a2a2a;
}
[data-theme="dark"] .bk-search-result-item:hover {
  background: #2a2a2a;
}
[data-theme="dark"] #bk-lead-section,
[data-theme="dark"] #bk-latest-section,
[data-theme="dark"] .bk-canvas {
  background: #121212;
}
[data-theme="dark"] .bk-lead-card {
  background: #1a1a1a;
  border-color: #2a2a2a;
}
[data-theme="dark"] .bk-lead-image,
[data-theme="dark"] .bk-card-image,
[data-theme="dark"] .bk-secondary-thumb,
[data-theme="dark"] .bk-latest-row-thumb,
[data-theme="dark"] .bk-article-image {
  background: #2a2a2a;
}
[data-theme="dark"] .bk-lead-title,
[data-theme="dark"] .bk-secondary-title,
[data-theme="dark"] .bk-latest-row-title,
[data-theme="dark"] .bk-card-title,
[data-theme="dark"] .bk-section-title {
  color: #e4e6eb;
}
[data-theme="dark"] .bk-secondary-item {
  border-bottom-color: #2a2a2a;
}
[data-theme="dark"] .bk-secondary-item:hover {
  background: #1e1e1e;
}
[data-theme="dark"] .bk-latest-row,
[data-theme="dark"] .bk-card {
  background: #1a1a1a;
  border-color: #2a2a2a;
}
[data-theme="dark"] #bk-shujaa-section {
  background: #1a1a1a;
  border-bottom-color: #2a2a2a;
}
[data-theme="dark"] #bk-shujaa-card {
  background: #1e1e1e;
}
[data-theme="dark"] #bk-shujaa-name {
  color: #e4e6eb;
}
[data-theme="dark"] #bk-shujaa-desc {
  color: #aaa;
}
[data-theme="dark"] .bk-section {
  border-bottom-color: #2a2a2a;
}
[data-theme="dark"] .bk-section-head {
  border-bottom-color: #333;
}
[data-theme="dark"] .bk-section-head::after {
  background: #5a9fd4;
}
[data-theme="dark"] .bk-footer-bottom {
  background: #121212;
  border-top-color: #2a2a2a;
}
[data-theme="dark"] .bk-footer-bottom p {
  color: #e4e6eb;
}
[data-theme="dark"] .bk-article-title,
[data-theme="dark"] .bk-article-body,
[data-theme="dark"] .bk-article-body h2,
[data-theme="dark"] .bk-article-body h3,
[data-theme="dark"] .bk-article-body h4 {
  color: #e4e6eb;
}
[data-theme="dark"] .bk-article-share {
  border-top-color: #2a2a2a;
}
[data-theme="dark"] .bk-share-icon {
  border-color: #333;
  color: #e4e6eb;
}
[data-theme="dark"] .bk-article-notfound h2 {
  color: #e4e6eb;
}
[data-theme="dark"] .bk-back-link {
  color: #5a9fd4;
}
[data-theme="dark"] .bk-page-title,
[data-theme="dark"] .bk-page-body,
[data-theme="dark"] .bk-page-subhead,
[data-theme="dark"] .bk-contact-heading {
  color: #e4e6eb;
}
[data-theme="dark"] .bk-page-body a,
[data-theme="dark"] .bk-contact-link,
[data-theme="dark"] .bk-contact-social a {
  color: #5a9fd4;
}
[data-theme="dark"] .bk-404-title {
  color: #e4e6eb;
}
[data-theme="dark"] .bk-404-text {
  color: #aaa;
}
[data-theme="dark"] .bk-404-home {
  background: #5a9fd4;
}
[data-theme="dark"] .bk-card-cat,
[data-theme="dark"] .bk-lead-cat,
[data-theme="dark"] #bk-shujaa-eyebrow {
  color: #90c8f9;
}
[data-theme="dark"] .bk-badge-sponsored {
  color: #e0b84a;
  border-color: #e0b84a;
}
[data-theme="dark"] .bk-cat-link.active::after {
  background: #5a9fd4;
}
[data-theme="dark"] .bk-cat-link.active {
  color: #90c8f9;
}
[data-theme="dark"] .bk-load-error {
  color: #aaa;
  border-color: #333;
}