.bai-viet-list-hero {
    padding: 42px 0 28px;
    background: #f7f8fb;
}

.bai-viet-list-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 34px;
    align-items: center;
}

.bai-viet-list-hero__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 24px;
    color: #667085;
    font-size: 14px;
}

.bai-viet-list-hero__breadcrumb a {
    color: #1f7a8c;
    font-weight: 700;
}

.bai-viet-list-hero__breadcrumb strong {
    color: #111827;
}

.bai-viet-list-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 12px;
    padding: 7px 12px;
    color: #1f7a8c;
    background: #e7f7f6;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.bai-viet-list-hero h1 {
    margin: 0;
    max-width: 760px;
    color: #101828;
    font-size: 46px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
}

.bai-viet-list-hero__content > p:not(.bai-viet-list-hero__eyebrow) {
    max-width: 720px;
    margin: 18px 0 0;
    color: #475467;
    font-size: 17px;
    line-height: 1.7;
}

.bai-viet-list-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 650px;
    margin-top: 26px;
}

.bai-viet-list-hero__stats div {
    padding: 14px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.bai-viet-list-hero__stats strong,
.bai-viet-list-hero__stats span {
    display: block;
}

.bai-viet-list-hero__stats strong {
    color: #101828;
    font-size: 20px;
    font-weight: 900;
}

.bai-viet-list-hero__stats span {
    margin-top: 4px;
    color: #667085;
    font-size: 13px;
    font-weight: 700;
}

.bai-viet-list-hero__media {
    position: relative;
    min-height: 390px;
}

.bai-viet-list-hero__media::before,
.bai-viet-list-hero__media::after {
    content: "";
    position: absolute;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}

.bai-viet-list-hero__media::before {
    inset: 24px 36px 18px 12px;
    transform: rotate(-4deg);
}

.bai-viet-list-hero__media::after {
    inset: 56px 10px 48px 70px;
    transform: rotate(5deg);
}

.bai-viet-list-hero__media img {
    position: relative;
    z-index: 2;
    width: min(92%, 520px);
    height: 360px;
    object-fit: cover;
    display: block;
    margin-left: auto;
    border: 8px solid #fff;
    border-radius: 8px;
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.16);
}

.bai-viet-list-section {
    padding: 30px 0 58px;
    background: #f7f8fb;
}

.bai-viet-list-filter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
    align-items: end;
    margin-bottom: 34px;
    padding: 14px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.bai-viet-list-filter label {
    display: block;
    margin-bottom: 6px;
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}

.bai-viet-list-filter input {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    color: #111827;
    background: #f8fafc;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    font-size: 15px;
}

.bai-viet-list-filter button,
.bai-viet-list-filter a {
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.bai-viet-list-filter button {
    color: #fff;
    background: #1f7a8c;
    border: 0;
}

.bai-viet-list-filter a {
    color: #344054;
    background: #fff;
    border: 1px solid #d0d5dd;
}

.bai-viet-list-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: end;
    margin-bottom: 20px;
}

.bai-viet-list-head h2 {
    margin: 0;
    color: #101828;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
}

.bai-viet-list-head p {
    margin: 8px 0 0;
    color: #667085;
    font-size: 15px;
}

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

.bai-viet-list-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bai-viet-list-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.12);
}

.bai-viet-list-card__image {
    position: relative;
    display: block;
}

.bai-viet-list-card__image img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}

.bai-viet-list-card__image span {
    position: absolute;
    left: 12px;
    top: 12px;
    padding: 6px 10px;
    color: #fff;
    background: rgba(15, 23, 42, 0.76);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.bai-viet-list-card__body {
    padding: 16px;
}

.bai-viet-list-card__body > span {
    color: #1f7a8c;
    font-size: 13px;
    font-weight: 800;
}

.bai-viet-list-card h3 {
    min-height: 52px;
    margin: 8px 0;
    color: #101828;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 900;
}

.bai-viet-list-card p {
    min-height: 66px;
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.6;
}

.bai-viet-list-card__body a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-top: 14px;
    color: #1f7a8c;
    font-size: 14px;
    font-weight: 900;
}

.bai-viet-list-empty {
    grid-column: 1 / -1;
    display: grid;
    place-items: center;
    gap: 10px;
    min-height: 260px;
    text-align: center;
    color: #667085;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
}

.bai-viet-list-empty i {
    color: #1f7a8c;
    font-size: 34px;
}

.bai-viet-list-empty h2 {
    margin: 0;
    color: #101828;
    font-size: 22px;
}

@media (max-width: 1024px) {
    .bai-viet-list-hero__grid {
        grid-template-columns: 1fr;
    }

    .bai-viet-list-hero__media {
        min-height: 280px;
    }

    .bai-viet-list-hero__media img {
        margin: 0 auto;
        height: 300px;
    }

    .bai-viet-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .bai-viet-list-hero {
        padding-top: 26px;
    }

    .bai-viet-list-hero h1 {
        font-size: 34px;
    }

    .bai-viet-list-hero__stats,
    .bai-viet-list-filter,
    .bai-viet-list-grid {
        grid-template-columns: 1fr;
    }

    .bai-viet-list-hero__media {
        min-height: 220px;
    }

    .bai-viet-list-hero__media img {
        width: 100%;
        height: 240px;
    }
}
