.blg-page {
    background: #f6f8fb;
    color: #1e293b;
    overflow-x: hidden;
}

.blg-page .container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.blg-top {
    background: #fff;
    border-bottom: 1px solid #e8eef4;
    padding: 22px 0 20px;
}

.blg-bread {
    margin-bottom: 10px;
    font-size: 12.5px;
    color: #8b98a8;
}

.blg-bread a {
    color: #0a66c2;
}

.blg-h1 {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #0f172a;
    margin: 0 0 16px;
}

.blg-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.blg-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.blg-pill {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 999px;
    text-decoration: none;
    color: #475569;
    background: #f1f5f9;
    border: 1px solid transparent;
}

.blg-pill.on,
.blg-pill:hover {
    color: #0a66c2;
    background: #e8f1fb;
    border-color: #cfe0f4;
}

.blg-search {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #d8e2ee;
    border-radius: 12px;
    overflow: hidden;
}

.blg-search input {
    border: 0;
    background: transparent;
    width: 200px;
    padding: 9px 12px;
    font-size: 14px;
    outline: none;
}

.blg-search button {
    border: 0;
    background: transparent;
    color: #64748b;
    padding: 8px 12px;
    cursor: pointer;
}

.blg-feat {
    padding: 28px 0 8px;
}

.blg-feat-slider {
    overflow: hidden;
    border-radius: 18px;
}

.blg-feat-track {
    display: flex;
    transition: transform 0.4s ease;
}

.blg-feat-slide {
    flex: 0 0 100%;
    min-width: 100%;
}

.blg-feat-card {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    min-height: 320px;
    background: #fff;
    border: 1px solid #e8eef4;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.blg-feat-img {
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 280px;
    background: linear-gradient(135deg, #dbeafe, #e0e7ff);
}

.blg-feat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blg-feat-ph {
    width: 100%;
    height: 100%;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a66c2;
    font-size: 2.5rem;
    opacity: 0.45;
}

.blg-feat-body {
    padding: 28px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blg-feat-cat {
    align-self: flex-start;
    font-size: 12px;
    font-weight: 600;
    color: #0a66c2;
    background: #e8f1fb;
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.blg-feat-meta {
    color: #8b98a8;
    font-size: 13px;
    margin-bottom: 10px;
}

.blg-feat-title {
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #0f172a;
    line-height: 1.25;
    margin: 0 0 10px;
}

.blg-feat-desc {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.65;
}

.blg-feat-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
}

.blg-dot {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 99px;
    background: #d4deea;
    padding: 0;
    cursor: pointer;
}

.blg-dot.on {
    width: 22px;
    background: #0a66c2;
}

.blg-list-section {
    padding: 12px 0 64px;
}

.blg-item {
    background: #fff;
    border: 1px solid #e8eef4;
    border-radius: 16px;
    margin-bottom: 14px;
    overflow: hidden;
}

.blg-item-highlight {
    box-shadow: none;
}

.blg-item-inner {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 0;
    text-decoration: none;
    color: inherit;
    min-height: 148px;
}

.blg-item-txt {
    padding: 20px 22px;
}

.blg-item-title {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 8px;
    line-height: 1.35;
}

.blg-item:hover .blg-item-title {
    color: #0a66c2;
}

.blg-item-desc {
    margin: 0 0 12px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.55;
}

.blg-item-cat {
    display: inline-block;
    font-size: 12px;
    color: #0a66c2;
    background: #eef5fc;
    padding: 3px 9px;
    border-radius: 999px;
}

.blg-item-img {
    min-height: 148px;
    background: #eef2f7;
}

.blg-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blg-item-ph {
    width: 100%;
    height: 100%;
    min-height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 1.6rem;
}

.blg-side {
    background: #0a66c2;
    color: #fff;
    border-radius: 16px;
    padding: 24px 22px;
    position: sticky;
    top: 16px;
}

.blg-side-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
}

.blg-side-desc {
    font-size: 14.5px;
    line-height: 1.6;
    opacity: 0.9;
    margin: 0 0 18px;
}

.blg-side-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #0a66c2;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 16px;
}

.blg-side-btn:hover {
    color: #0858a8;
}

.blg-empty {
    text-align: center;
    padding: 64px 16px;
    color: #94a3b8;
}

.blg-empty i {
    font-size: 40px;
    margin-bottom: 12px;
}

.blg-empty h4 {
    color: #334155;
    font-weight: 600;
}

.blg-pag {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    padding: 22px 0 0;
    margin: 0;
}

.blg-pag a,
.blg-pag span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e8eef4;
    color: #334155;
    text-decoration: none;
    font-size: 14px;
}

.blg-pag a.cur,
.blg-pag a:hover {
    background: #0a66c2;
    border-color: #0a66c2;
    color: #fff;
}

@media (max-width: 991px) {
    .blg-feat-card,
    .blg-item-inner {
        grid-template-columns: 1fr;
    }

    .blg-feat-img,
    .blg-feat-ph,
    .blg-item-img {
        min-height: 200px;
        height: 200px;
    }

    .blg-side {
        position: static;
        margin-top: 8px;
    }
}
