.elementor-9 .elementor-element.elementor-element-e351ab3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5d76235 *//* ===========================
   RESET
=========================== */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial, Helvetica, sans-serif;
}

body{
    background:#f5f5f5;
}

/* ===========================
   HEADER
=========================== */
.top-header{
    height:50px;
    background:#2b806d;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 10px;
}

.logo{
    font-size:28px;
    font-weight:900;
    letter-spacing:-1px;
    user-select:none;
}

.logo .white{
    color:#fff;
}

.logo .yellow{
    color:#ffd400;
}

.header-btns{
    display:flex;
    align-items:center;
    gap:6px;
}

.header-btns a{
    text-decoration:none;
    padding:6px 14px;
    font-size:12px;
    font-weight:600;
    border-radius:3px;
}

.login-btn{
    background:#ffd400;
    color:#000;
}

.signup-btn{
    background:#fff;
    color:#000;
}

/* ===========================
   SPORTS MENU
=========================== */
.sports-menu{
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
    padding:8px 12px;
    overflow-x:auto;
    white-space:nowrap;
    scrollbar-width:none;
    -ms-overflow-style:none;
    border-bottom:2px solid #e5e5e5;
}

.sports-menu::-webkit-scrollbar{
    display:none;
}

.sports-menu a{
    text-decoration:none;
    color:#444;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-width:55px;
    transition:.3s;
}

.sports-menu a i{
    font-size:18px;
    color:#2b806d;
    margin-bottom:4px;
}

.sports-menu a span{
    font-size:10px;
    font-weight:600;
}

.sports-menu a:hover,
.sports-menu a.active{
    color:#2b806d;
}

.sports-menu a:hover i,
.sports-menu a.active i{
    color:#ffb400;
}

/* ===========================
   MOBILE
=========================== */
@media(max-width:768px){

    .top-header{
        height:45px;
        padding:0 8px;
    }

    .logo{
        font-size:22px;
    }

    .header-btns{
        gap:5px;
    }

    .header-btns a{
        padding:5px 10px;
        font-size:11px;
    }

    .sports-menu{
        justify-content:flex-start;
        gap:16px;
        padding:8px;
    }

    .sports-menu a{
        min-width:52px;
    }

    .sports-menu a i{
        font-size:17px;
    }

    .sports-menu a span{
        font-size:9px;
    }
}/* End custom CSS */