.header-vip-feed {
                background: linear-gradient(135deg, #fff9ed 0%, #fff 55%, #fff3f5 100%);
                border: 1px solid #efd9aa;
                border-radius: 18px;
                box-shadow: 0 5px 18px rgba(91, 66, 38, .08);
                margin: 0 auto 10px;
                max-width: 1180px;
                padding: 10px 12px;
            }
            .header-vip-heading {
                align-items: center;
                color: #745522;
                display: flex;
                font-size: 12px;
                font-weight: 800;
                gap: 7px;
                letter-spacing: .04em;
                margin-bottom: 8px;
                text-transform: uppercase;
            }
            .header-vip-heading i { color: #e4a41a; }
            .header-vip-list {
                display: flex;
                gap: 9px;
                overflow-x: auto;
                padding: 1px 1px 5px;
                scrollbar-color: #ddc58e transparent;
                scrollbar-width: thin;
            }
            .header-vip-card {
                align-items: center;
                background: #fff;
                border: 1px solid #f0e5cf;
                border-radius: 14px;
                color: #343a40;
                display: flex;
                flex: 0 0 185px;
                gap: 9px;
                min-width: 0;
                padding: 7px;
                text-decoration: none !important;
                transition: transform .18s ease, box-shadow .18s ease;
            }
            .header-vip-card:hover {
                box-shadow: 0 5px 14px rgba(110, 78, 28, .12);
                color: #343a40;
                transform: translateY(-2px);
            }
            .header-vip-avatar {
                border: 2px solid #e6b948;
                border-radius: 50%;
                flex: 0 0 44px;
                height: 44px;
                object-fit: cover;
                width: 44px;
            }
            .header-vip-info { min-width: 0; }
            .header-vip-name {
                display: block;
                font-size: 12px;
                font-weight: 800;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            .header-vip-meta {
                color: #8b8172;
                display: block;
                font-size: 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            @media (max-width: 575.98px) {
                .header-vip-feed { border-radius: 15px; padding: 9px; }
                .header-vip-card { flex-basis: 158px; }
                .header-vip-avatar { flex-basis: 40px; height: 40px; width: 40px; }
            }
