/* =========================================================
   VIDEURO — STABLE COUNTRY HERO TABS
   ONLY this bar is affected
   ========================================================= */

.country-v2-hero{
    position:relative !important;
}

.country-v2-hero .videuro-stable-tabs{
    position:absolute !important;

    left:7.5% !important;
    bottom:18px !important;

    width:min(860px, 58vw) !important;
    min-height:76px !important;

    display:grid !important;
    grid-template-columns:repeat(4,1fr) !important;

    margin:0 !important;
    padding:0 !important;

    background:rgba(5,15,20,.70) !important;

    border:1px solid rgba(255,255,255,.16) !important;
    border-radius:16px !important;

    backdrop-filter:blur(10px) !important;
    -webkit-backdrop-filter:blur(10px) !important;

    overflow:hidden !important;

    z-index:50 !important;
    visibility:visible !important;
    opacity:1 !important;

    box-shadow:0 8px 24px rgba(0,0,0,.16) !important;
}


.country-v2-hero .videuro-stable-tab{
    min-width:0 !important;
    min-height:76px !important;

    padding:14px 18px !important;

    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;

    border-right:1px solid rgba(255,255,255,.13) !important;

    background:transparent !important;

    visibility:visible !important;
    opacity:1 !important;
}


.country-v2-hero .videuro-stable-tab:last-child{
    border-right:0 !important;
}


.country-v2-hero .videuro-stable-tab-title{
    color:#ffffff !important;
    -webkit-text-fill-color:#ffffff !important;

    font-size:14px !important;
    font-weight:600 !important;
    line-height:1.2 !important;

    margin:0 0 6px !important;

    opacity:1 !important;
}


.country-v2-hero .videuro-stable-tab-text{
    color:rgba(255,255,255,.68) !important;
    -webkit-text-fill-color:rgba(255,255,255,.68) !important;

    font-size:11px !important;
    font-weight:400 !important;
    line-height:1.3 !important;

    margin:0 !important;
}


.country-v2-hero .videuro-stable-tab:hover{
    background:rgba(255,255,255,.05) !important;
}


@media(max-width:900px){

    .country-v2-hero .videuro-stable-tabs{
        left:5% !important;
        width:70vw !important;
    }

}


@media(max-width:650px){

    .country-v2-hero .videuro-stable-tabs{
        left:14px !important;
        right:14px !important;
        bottom:12px !important;

        width:auto !important;

        grid-template-columns:repeat(2,1fr) !important;
    }

    .country-v2-hero .videuro-stable-tab{
        min-height:58px !important;
        padding:10px 12px !important;
    }

    .country-v2-hero .videuro-stable-tab:nth-child(2){
        border-right:0 !important;
    }

}
