.banner-vass {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        margin: 0 auto;
}
.vass-item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        height: 90px;
        border-radius: var(--rounded);
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        color: white;
        text-align: center;
        border: 1px solid rgba(255,255,255,0.2);
        padding: 10px;
}
.vass-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 15px rgba(0,0,0,0.2);
        z-index: 10;
}
.bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.5;
        z-index: 1;
        filter: grayscale(100%);
        transition: opacity 0.3s;
}
.vass-item.fb-link{
        background: linear-gradient(135deg, var(--vass-blue), var(--menu-color));
}
.vass-item.fb-link .bg-overlay{
        opacity: 0.4;
        filter: unset;
        background: linear-gradient(135deg, var(--vass-blue), var(--menu-color));
}
.style-green .bg-overlay{
}
/* RiÃƒÂªng khÃ¡Â»â€˜i BÃƒÂ¬nh chÃ¡Â»Ân: Logo chÃƒÂ¬m rÃƒÂµ hÃ†Â¡n 1 chÃƒÂºt */
.vass-item.style-voting .bg-overlay {
        object-fit: contain;
        /* GiÃ¡Â»Â¯ nguyÃƒÂªn tÃ¡Â»â€° lÃ¡Â»â€¡ logo */
        transform: scale(1.5);
        /* PhÃƒÂ³ng to logo chÃƒÂ¬m */
        /* z-index: 22222; */
}
.vass-item:hover .bg-overlay {
        /* opacity: 0.25; */
}
/* --- NÃ¡Â»ËœI DUNG (ICON + TEXT) --- */
.AdvertContent .banner-vass .item-inner {
        /* position: relative; */
        z-index: 2;
        padding: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
        justify-content: center;
        flex-direction: row !important;
        background: transparent;
        gap: 5px;
}
.AdvertContent .banner-vass .main-icon.bacHo {
        /* display: none; */
        position: absolute;
        left: 0;
        top: 0%;
        height: auto;
        width: 100%;
        /* filter: hue-rotate(70deg)
        saturate(145%)
        brightness(160%); */
        /* flex-shrink: 0; */
        object-fit: cover;
        /* max-height: 100%; */
}
.AdvertContent .banner-vass .main-icon.coVN {
        /* display: none; */
        position: absolute;
        left: 0;
        top: 0px;
        height: 100%;
        width: auto;
        opacity: 0.9;
        object-fit: fill;
        /* transform: translateX(-50%); */
        flex-shrink: 0;
        background: transparent;
        z-index: 0;
}
.AdvertContent .banner-vass .main-icon.cds,
.AdvertContent .banner-vass .main-icon.vass{
        /* position: absolute; */
        left: 45px;
        top: 0;
        width: 100%;
        /* opacity: 0.9; */
        object-fit: contain;
        /* transform: translateX(-50%); */
        width: 20%;
        flex-shrink: 0;
}
.item-label {
        font-family: 'Merriweather', serif;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 1.3;
        z-index: 0;
        color: #ffffff;
        letter-spacing: 0.5px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
        -webkit-text-stroke: 0.8px rgb(221 221 221 / 21%);
        text-shadow: 0 1px 2px rgba(3, 68, 148, 0.9), 0 4px 6px rgba(3, 68, 148, 0.75), 0 8px 14px rgba(32, 133, 213, 0.45);
        /* padding: 10px; */
        /* background: #ffffff4f; */
        font-weight: bold;
        /* background: #1f1a1a; */
        /* background: linear-gradient(to top, rgb(0 0 0 / 36%) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%); */
        display: flex;
        /* width: 100% !important; */
        height: 100% !important;
        justify-content: center;
        align-items: center;
        margin: 0 !important;
}
.item-label.fb{
        flex-direction: column;
        font-size: 16px;
        /* justify-content: start; */
        align-items: start;
        /* text-shadow: none; */
        color: #fff100;
        padding-left: 5px;
        font-family: 'Inter';
        /* background: #0000002e; */
        font-weight: bold;
}
.item-label.fb .vass{
        text-align: left;
        font-size: 16px;
        text-shadow: 0 1px 2px rgba(3, 68, 148, 0.9), 0 4px 6px rgb(3 68 148), 0 8px 14px rgb(32 133 213);
        color: #fff;
        padding-top: 3px;
        background: #00000000;
        font-weight: 700;
        font-family: 'Inter';
}
@keyframes blink-animation {
        0%, 100% {
                opacity: 1;
        }
        50% {
                opacity: 0.4;
                text-shadow: none;
        }
}
.blink-text {
        animation: blink-animation 1s infinite;
        color:  #ff0000 !important;
        -webkit-text-stroke: 1px rgb(255 0 0 / 73%);
        white-space: nowrap;
}
.style-ocean {
        background: linear-gradient(135deg, var(--vass-blue), var(--menu-color));
}
.style-green {
        background: linear-gradient(135deg, var(--vass-blue), var(--menu-color));
}
.style-sky {
        background: linear-gradient(135deg, var(--vass-blue), var(--menu-color));
}
.style-voting {
        background: linear-gradient(135deg, var(--vass-blue), var(--menu-color));
}
@media (max-width: 768px) {
        .AdvertContent .banner-vass {
                flex-direction: row !important;
                flex-wrap: wrap;
                margin: 0 !important;
        }
        .AdvertContent .banner-vass .vass-item {
                height: 80px;
                flex-direction: row;
                justify-content: flex-start;
                /* padding-left: 20px; */
                flex: 0 0 100% !important;
                height: 130px !important;
                width: 100%;
                margin: 0 !important;
                text-align: center;
        }
        .AdvertContent .banner-vass .item-inner {
                flex-direction: row;
                align-items: center;
                height: 100% !important;
                margin: 0 !important;
                gap: 5px;
        }
        .main-icon {
                margin-bottom: 0;
                margin-right: 15px;
                width: 32px;
                height: 32px;
        }
        .AdvertContent .banner-vass .main-icon.coVN{
                /* width: 100%; */
        }
        .AdvertContent .banner-vass .item-label {
                text-align: center;
                font-size: 24px;
                /* padding: 10px; */
                /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); */
                /* color: #FFD700; */
                margin: 0 !important;
                align-items: center !important;
                /* padding-right: 41px; */
                /* width: 100% !important; */
                /* flex: 1; */
        }
        .AdvertContent .banner-vass .item-label.fb{
                align-items: start !important;
                text-align: left;
                font-size: 19px;
                font-weight: 600 !important;
        }
        .item-label.fb .vass{
                font-size: 19px;
        }
        .AdvertContent .banner-vass .vass-item:nth-child(4) .item-label{
                align-items: center !important;
        }
        .blink-text{
                white-space: normal;
        }
}
