/* Trang chủ — Views/Home/Index.cshtml (@section styles).
 * CSS khối danh mục (_CategoryHome) nằm tại ~/Client/css/components/_category_home.css (nạp trong partial).
 */
.home-page .content-middle {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.home-page .content-middle > .top-banner {
    margin-bottom: 1rem;
}

.home-page .content-middle > .home-cards + .home-cards,
.home-page .content-middle > .top-banner + .home-cards {
    margin-top: 0;
}

/* VIP / ưu tiên — thay inline style */
.home-page .home-vip-card-header {
    background-color: #fff !important;
}

.home-page .home-vip-badge-gif {
    height: 30px;
    width: auto;
    vertical-align: middle;
}
