.bal-blog-page,
.bal-blog-detail {
    background: #f5f8f4;
}

body.bal-blog-body {
    max-width: 100%;
    overflow-x: hidden;
}

.bal-blog-page {
    max-width: 100vw;
    overflow-x: hidden;
    width: 100%;
}

.bal-blog-page *,
.bal-blog-page *::before,
.bal-blog-page *::after {
    box-sizing: border-box;
}

.bal-blog-page img {
    display: block;
    height: auto;
    max-width: 100%;
}

.bal-blog-hero-wrap {
    background: linear-gradient(135deg, #0f7c3d 0%, #11a452 54%, #f2c94c 100%);
    padding: 24px 0;
}

.bal-blog-hero {
    align-items: stretch;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) 320px;
}

.bal-blog-hero-copy {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 8px;
    padding: 26px;
}

.bal-blog-eyebrow {
    color: #0f8f47;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.bal-blog-heading {
    color: #14261b;
    font-size: 36px;
    font-weight: 850;
    line-height: 1.15;
    margin: 7px 0 10px;
}

.bal-blog-subtitle {
    color: #4f5d56;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    max-width: 760px;
}

.bal-blog-hero-panel {
    background: #123d24;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    color: #fff;
    display: grid;
    gap: 10px;
    padding: 22px;
}

.bal-blog-hero-panel span {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    min-height: 38px;
    padding: 8px 12px;
}

.bal-blog-hero-panel strong {
    color: #f2c94c;
    font-size: 18px;
    line-height: 1.25;
    margin-top: 4px;
}

.bal-blog-category-wrap {
    background: #fff;
    border-bottom: 1px solid #dce8e1;
}

.bal-blog-categories {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 12px 0;
    scrollbar-width: thin;
}

.bal-blog-categories a {
    background: #f4f7f5;
    border: 1px solid #dce8e1;
    border-radius: 999px;
    color: #213128;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 800;
    padding: 8px 14px;
    text-decoration: none;
}

.bal-blog-categories a.active,
.bal-blog-categories a:hover {
    background: #11a452;
    border-color: #11a452;
    color: #fff;
}

.bal-blog-layout {
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) 340px;
    max-width: 1320px;
    padding-bottom: 28px;
    padding-top: 24px;
}

.bal-blog-main {
    min-width: 0;
}

.bal-blog-section-title {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.bal-blog-section-title h2 {
    color: #14261b;
    font-size: 26px;
    font-weight: 850;
    line-height: 1.2;
    margin: 0;
}

.bal-blog-section-title span {
    color: #607168;
    font-size: 14px;
    font-weight: 700;
}

.bal-blog-lead-card,
.bal-blog-card,
.bal-blog-list-item,
.bal-blog-pick {
    color: inherit;
    text-decoration: none;
}

.bal-blog-lead-card {
    background: #fff;
    border: 1px solid #dce8e1;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(24, 48, 33, 0.08);
    display: grid;
    grid-template-columns: minmax(240px, 42%) minmax(0, 1fr);
    max-width: 100%;
    overflow: hidden;
}

.bal-blog-lead-card:hover,
.bal-blog-card:hover,
.bal-blog-list-item:hover,
.bal-blog-pick:hover {
    color: inherit;
}

.bal-blog-lead-card img {
    aspect-ratio: 4 / 3;
    background: #eef5f1;
    height: 260px;
    max-height: 360px;
    object-fit: cover;
    width: 100%;
}

.bal-blog-lead-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding: 22px;
}

.bal-blog-meta {
    align-items: center;
    color: #63706a;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 8px;
}

.bal-blog-chip {
    background: #e9f7ef;
    border-radius: 999px;
    color: #0d773c;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 8px;
}

.bal-blog-lead-body h2,
.bal-blog-list-item h3,
.bal-blog-card h3 {
    color: #14261b;
    font-weight: 850;
    line-height: 1.32;
    margin: 0;
}

.bal-blog-lead-body h2 {
    font-size: 28px;
}

.bal-blog-lead-body p,
.bal-blog-list-item p,
.bal-blog-card p {
    color: #54635b;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.bal-blog-card-action {
    color: #0e8e45;
    font-size: 14px;
    font-weight: 850;
    margin-top: auto;
}

.bal-blog-list {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.bal-blog-list-item {
    align-items: center;
    background: #fff;
    border: 1px solid #dce8e1;
    border-radius: 8px;
    display: grid;
    gap: 14px;
    grid-template-columns: 150px minmax(0, 1fr);
    max-width: 100%;
    overflow: hidden;
    padding: 10px;
}

.bal-blog-list-item:hover,
.bal-blog-card:hover {
    border-color: #11a452;
    box-shadow: 0 10px 24px rgba(24, 48, 33, 0.08);
    transform: translateY(-1px);
}

.bal-blog-list-item img {
    aspect-ratio: 4 / 3;
    background: #eef5f1;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
}

.bal-blog-list-item h3 {
    font-size: 18px;
    margin-top: 8px;
}

.bal-blog-list-item p {
    margin-top: 6px;
}

.bal-blog-sidebar {
    min-width: 0;
}

.bal-blog-side-card {
    background: #fff;
    border: 1px solid #dce8e1;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(24, 48, 33, 0.07);
    padding: 14px;
    position: sticky;
    top: 92px;
}

.bal-blog-side-title {
    border-bottom: 1px solid #e5eee8;
    color: #14261b;
    font-size: 20px;
    font-weight: 850;
    margin-bottom: 12px;
    padding-bottom: 10px;
}

.bal-blog-pick {
    display: grid;
    gap: 10px;
    grid-template-columns: 76px minmax(0, 1fr);
    padding: 10px 0;
}

.bal-blog-pick + .bal-blog-pick {
    border-top: 1px solid #edf3ef;
}

.bal-blog-pick img {
    aspect-ratio: 1 / 1;
    background: #eef5f1;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
}

.bal-blog-pick strong {
    color: #14261b;
    display: block;
    font-size: 14px;
    line-height: 1.35;
}

.bal-blog-pick small {
    color: #6b7972;
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.bal-blog-more {
    padding-bottom: 26px;
}

.bal-blog-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bal-blog-card {
    background: #fff;
    border: 1px solid #dce8e1;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(24, 48, 33, 0.06);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-height: 100%;
    overflow: hidden;
}

.bal-blog-card img {
    aspect-ratio: 16 / 9;
    background: #eef5f1;
    object-fit: cover;
    width: 100%;
}

.bal-blog-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
    padding: 14px;
}

.bal-blog-card h3 {
    font-size: 18px;
}

.bal-blog-empty {
    background: #fff;
    border: 1px dashed #b9cec2;
    border-radius: 8px;
    color: #4e5d55;
    grid-column: 1 / -1;
    margin: 0 0 18px;
    padding: 24px;
}

.bal-blog-pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    padding: 0 0 36px;
}

.bal-blog-pagination a,
.bal-blog-pagination span {
    align-items: center;
    background: #fff;
    border: 1px solid #dce8e1;
    border-radius: 6px;
    color: #1f2a24;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    min-width: 36px;
    padding: 0 10px;
    text-decoration: none;
}

.bal-blog-pagination .active {
    background: #11a452;
    border-color: #11a452;
    color: #fff;
}

.bal-blog-detail-article {
    background: #fff;
    border: 1px solid #dce8e1;
    border-radius: 8px;
    margin: 18px auto 32px;
    max-width: 980px;
    overflow: hidden;
}

.bal-blog-detail-hero {
    aspect-ratio: 16 / 8;
    object-fit: cover;
    width: 100%;
}

.bal-blog-detail-body {
    padding: 24px;
}

.bal-blog-detail-body h1 {
    color: #18251d;
    font-size: 34px;
    font-weight: 850;
    line-height: 1.18;
    margin: 10px 0 12px;
}

.bal-blog-content {
    color: #2e3a34;
    font-size: 16px;
    line-height: 1.75;
}

.bal-blog-content h2,
.bal-blog-content h3 {
    color: #18251d;
    font-weight: 800;
    margin: 24px 0 10px;
}

.bal-blog-content img {
    border-radius: 8px;
    height: auto;
    max-width: 100%;
}

@media (max-width: 991px) {
    .bal-blog-hero,
    .bal-blog-layout {
        grid-template-columns: 1fr;
    }

    .bal-blog-hero-panel {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .bal-blog-hero-panel strong {
        grid-column: 1 / -1;
    }

    .bal-blog-side-card {
        position: static;
    }

    .bal-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .bal-blog-hero-wrap {
        padding: 16px 0;
    }

    .bal-blog-hero-copy,
    .bal-blog-hero-panel {
        padding: 18px;
    }

    .bal-blog-heading,
    .bal-blog-detail-body h1 {
        font-size: 26px;
    }

    .bal-blog-lead-card {
        grid-template-columns: 1fr;
    }

    .bal-blog-lead-card img {
        aspect-ratio: 16 / 9;
    }

    .bal-blog-lead-body h2,
    .bal-blog-section-title h2 {
        font-size: 22px;
    }

    .bal-blog-list-item {
        grid-template-columns: 104px minmax(0, 1fr);
    }

    .bal-blog-list-item p {
        display: none;
    }
}

@media (max-width: 575px) {
    .bal-blog-hero-panel {
        grid-template-columns: 1fr;
    }

    .bal-blog-grid {
        grid-template-columns: 1fr;
    }

    .bal-blog-section-title {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .bal-blog-list-item {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .bal-blog-list-item h3,
    .bal-blog-card h3 {
        font-size: 16px;
    }

    .bal-blog-detail-body {
        padding: 16px;
    }
}
