button.chatBoxAction {
    font-size: 12px;
    line-height: 1;
}
.chat_container {
    min-height: auto;
}

.video_match #video {
    height: 593px; 
}

@media (max-width: 767px) {
    .video_match #video {
        height: auto;
    }

    .video_match {
        padding-bottom: 0;
        background-color: transparent;
    }
   
}

.video_match img {
    height: auto;
}

#wide-nav {
    min-height: auto !important;
    padding: 12px 0;
    background: #2C3339;
    border-bottom: 1px solid #51B025;
}

#wide-nav .flex-row.container {
 padding: 0;
}

#wide-nav .flex-row.container .a-marquee {
    background-color: rgb(25, 25, 25);
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    flex: 1 1 0%;
    white-space: nowrap;
    line-height: 30px;
}

.match_hot .tournament {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 22px;
}

.box_about h3 {
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #F2F3F3;
    margin-bottom: 20px;
}
.table_top_bet th {
    text-transform: unset;
}

@media (max-width: 1280px) {
    .live_match .bottom {
        align-items: flex-start;
        flex-direction: unset;
    }
}

.video_match {
    height: auto;
    padding-bottom: unset;
    background: url(../img/spinner.gif) no-repeat center / 60px auto;
}

.banner-for-list-match {
    display: flex;
    justify-content: space-between;
}

.banner-for-list-match .banner-item {
    flex: 0 0 49%;
}

@media only screen and (max-width: 850px) {
    .banner-for-list-match .banner-item {
        flex: 1 !important
    }
    .none-on-mobile {
        display: none;
    }
}

.box_right .banner {
    background-color: transparent;
}

iframe#chat_cbox {
    max-height: 650px;
}

/* ── Hot Match Channel Links ─────────────────────────────── */
#hot-channel-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background: rgba(0, 0, 0, 0.2);
}

#hot-channel-links .link-viewer {
    flex: 0 0 auto;
    min-width: 90px;
    text-align: center;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 !important;
}

#hot-channel-links .link-viewer:hover {
    background: rgba(255, 255, 255, 0.16) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

#hot-channel-links .link-viewer.active {
    background: #51b025 !important;
    border-color: #51b025 !important;
    color: #fff !important;
}

/* ── World Cup Tab ───────────────────────────────────────── */
.list_tab .tab-worldcup > a {
    background: linear-gradient(135deg, #c8a623, #f5d76e, #c8a623);
    color: #1a1a1a !important;
    font-weight: 700;
    border-radius: 4px;
    padding: 4px 10px;
    letter-spacing: 0.3px;
}

.list_tab .tab-worldcup.active > a,
.list_tab .tab-worldcup:hover > a {
    background: linear-gradient(135deg, #e6b800, #ffe566, #e6b800);
    color: #1a1a1a !important;
}

@media (max-width: 767px) {
    .match_hot {
        padding: 25px 10px 15px;
    }
}

@media (max-width: 549px) {
    
    .list_match .tab_container .list_tab {
        justify-content: space-between;
    }

    .list_match .tab_container .list_tab li a {
            padding: 0 10px;
    }
}
