.tabs-home.tabbed-content .nav-tabs>li a {
    max-height: 44px;
}

.right-box .embed-fixture .fixture-list-item .fixture-head {
    background: #D5D5D5;
    border-radius: 0;
    text-align: center;
}
.right-box .embed-fixture .fixture-list-item .fixture-row-item:nth-child(2n) {
    background-color: #F2F2F2;
}
.right-box .embed-fixture .fixture-list-item .fixture-row-item .match .score-time .score {
    background: #E9E9E9;
    color: #111;
    font-size: 15px;
    font-weight: bold;
    width: 65px;
}
.right-box .embed-fixture .fixture-list-item .fixture-row-item:hover {
    background: #f1f1f1;
}
.right-box .embed-fixture .fixture-list-item .fixture-row-item .match {
    font-size: 15px;
    font-weight: 500;
}
.right-box .embed-fixture .fixture-list-item .fixture-row-item .match .name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.right-box .embed-fixture .league-menu-widget {
    padding-bottom: 0;
    gap: 0;
}
.right-box .embed-fixture .league-menu-widget .league-menu-item {
    padding: 5px 10px;
    font-weight: 500;
}
.right-box .embed-fixture .league-menu-widget .league-menu-item.active {
    color: #111;
    border-bottom: 0;
    background: #e0e0e0;
}
.right-box .embed-fixture .fixture-list-item .fixture-row-item .match .logo {
    flex-shrink: 0;
}