
:root{
--base-h: 210;
--base-s: 50%;
--base-l: 40%;
}
/* ===== 1XBET SAFE HEADER ONLY ===== */

.xbet-safe-header{
    background:#1f507a;
    padding:8px 10px 10px;
    border-bottom:4px solid #143a5a;
    position:relative;
    z-index:99;
}

.xbet-safe-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
}

.xbet-safe-logo{
    display:flex;
    align-items:center;
    gap:14px;
}

.xbet-safe-logo img{
    max-height:42px;
    width:auto;
}

.xbet-safe-flag{
    font-size:22px;
}

.xbet-safe-actions{
    display:flex;
    align-items:center;
    gap:8px;
    margin-left:auto;
}

.xbet-safe-icon,
.xbet-safe-btn,
.xbet-safe-register,
.xbet-safe-login{
    min-height:38px;
    padding:9px 16px;
    border-radius:8px;
    border:0;
    color:#fff!important;
    text-decoration:none!important;
    font-weight:800;
    font-size:14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    white-space:nowrap;
}

.xbet-safe-icon,
.xbet-safe-btn,
.xbet-safe-login{
    background:#2d76b3;
}

.xbet-safe-register{
    background:#82bd23;
}

.xbet-safe-odds select{
    background:#2d76b3!important;
    color:#fff!important;
    border:0!important;
    height:38px!important;
    border-radius:8px!important;
    font-weight:700;
}

.xbet-safe-lang a{
    background:#2d76b3;
    color:#fff!important;
    text-decoration:none!important;
    padding:8px 10px;
    border-radius:8px;
    min-height:38px;
    display:flex;
    align-items:center;
    gap:5px;
}

.xbet-safe-lang img{
    width:20px;
    height:20px;
    border-radius:50%;
}

.xbet-safe-menu{
    margin-top:8px;
    background:#245f92;
    border-radius:8px;
    min-height:48px;
    padding:0 14px;
    display:flex;
    align-items:center;
    gap:28px;
    overflow-x:auto;
    white-space:nowrap;
}

.xbet-safe-menu::-webkit-scrollbar{
    height:0;
}

.xbet-safe-menu a{
    color:#fff!important;
    text-decoration:none!important;
    font-weight:900;
    font-size:15px;
}

.xbet-safe-menu a:hover{
    color:#b8ff4b!important;
}

@media(max-width:991px){
    .xbet-safe-top{
        flex-wrap:wrap;
    }

    .xbet-safe-logo img{
        max-height:34px;
    }

    .xbet-safe-actions{
        flex-wrap:wrap;
        gap:5px;
    }

    .xbet-safe-icon,
    .xbet-safe-btn,
    .xbet-safe-register,
    .xbet-safe-login{
        font-size:12px;
        min-height:32px;
        padding:7px 10px;
    }

    .xbet-safe-odds select{
        height:32px!important;
        font-size:12px;
    }

    .xbet-safe-menu{
        gap:18px;
        min-height:42px;
    }

    .xbet-safe-menu a{
        font-size:13px;
    }
}