﻿body {
    padding-top: 0 !important;
}
.dunya-kupasi-page {
    margin-top: 110px;
}

.ad-left-300 {
    position: absolute;
    left: calc((100vw - 1056px) / 2 - (300px + 24px));
    top: auto;
    margin-top: 0px;
    width: 300px;
    height: 600px;
}

.ad-right-300 {
    position: absolute;
    right: calc((100vw - 1056px) / 2 - (300px + 24px));
    top: auto;
    margin-top: 0px;
    width: 300px;
    height: 600px;
}

.ad-left-160 {
    position: absolute;
    left: calc((100vw - 1056px) / 2 - (160px + 24px));
    top: auto;
    margin-top: 0px;
    width: 160px;
    height: 600px;
}


.ad-right-160 {
    position: absolute;
    right: calc((100vw - 1056px) / 2 - (160px + 24px));
    top: auto;
    margin-top: 0px;
    width: 160px;
    height: 600px;
}

.ad-fixed {
    position: fixed;
    top: 100px;
    margin-top: 24px;
    transform: translateZ(0);
    will-change: transform, left, right;
}

@media screen and (min-width: 1350px) {
    #pageskin_container {
        display: block !important;
    }
}

@media screen and (max-width: 1349px) {
    #pageskin_container {
        display: none !important;
    }
}



@media screen and (min-width: 1350px) {
    #pageskin_container {
        display: block !important;
    }
}

@media screen and (max-width: 1349px) {
    #pageskin_container {
        display: none !important;
    }
}

.naqv-image-holder {
    width: 1056px;
    height: 100px;
    margin: 20px auto 30px;
    border: 2px dashed #999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #666;
    font-size: 20px;
    font-weight: 600;
}

@media only screen and (max-width: 1056px) {
    .naqv-image-holder {
        width: 100%;
        height: auto;
        aspect-ratio: 1056 / 100;
    }
}

/* --- SCROLL --- */
.hbTeamsWrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #bbb transparent;
    margin-bottom: 20px;
}

    .hbTeamsWrapper::-webkit-scrollbar {
        height: 8px;
    }

    .hbTeamsWrapper::-webkit-scrollbar-track {
        background: transparent;
    }

    .hbTeamsWrapper::-webkit-scrollbar-thumb {
        background: #bbb;
        border-radius: 8px;
    }

    .hbTeamsWrapper::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: calc(100% - 8px);
        background: linear-gradient(to left, #fff, transparent);
        pointer-events: none;
    }

/* --- TEAM ROW --- */
.hbInRow.hbTeamsOrder {
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    min-width: max-content;
    gap: 8px;
    padding: 6px 10px;
    box-sizing: border-box;
}

    .hbInRow.hbTeamsOrder .hbtoImg {
        flex: 0 0 auto;
        width: 50px;
        text-align: center;
    }

        .hbInRow.hbTeamsOrder .hbtoImg img {
            width: 34px;
            height: 34px;
            object-fit: contain;
            display: block;
            margin: 0 auto;
        }


.wc-groups {
    margin-top: 24px;
}

.group-block {
    margin-bottom: 28px;
    background: transparent;
    border-radius: 0;
    overflow: visible;
}


.group-title {
    margin: 0 0 12px 4px;
    font-size: 22px;
    font-weight: 700;
    color: #111;
    letter-spacing: 0.5px;
}

.group-table-wrap {
    width: 100%;
    overflow-x: auto;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eee;
}

.group-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
}

    .group-table thead th {
        padding: 12px 8px;
        font-size: 18px;
        font-weight: 700;
        color: #222;
        text-align: center;
        border-bottom: 1px solid #e9e9e9;
        white-space: nowrap;
    }

    .group-table tbody td {
        padding: 12px 8px;
        font-size: 16px;
        color: #222;
        text-align: center;
        vertical-align: middle;
        border-bottom: 1px solid #f1f1f1;
    }

    .group-table th.team-col,
    .group-table td:first-child {
        width: 280px;
        text-align: left;
    }

    .group-table .team-cell {
        display: flex;
        align-items: center;
        gap: 10px;
        text-align: left;
    }

    .group-table img {
        width: auto !important;
        height: auto !important;
        max-width: none !important;
    }

    .group-table .team-logo {
        width: 24px !important;
        height: 24px !important;
        min-width: 24px;
        max-width: 24px !important;
        max-height: 24px !important;
        object-fit: contain;
        display: block;
        flex-shrink: 0;
    }

    .group-table .team-name {
        display: inline-block;
        font-size: 16px;
        line-height: 1.3;
        color: #222;
    }

    .group-table tbody tr:hover {
        background: #fafafa;
    }

/* --- MOBILE --- */
@media only screen and (max-width: 768px) {
    .group-title {
        font-size: 16px;
        top: -12px;
        left: 12px;
        padding: 4px 10px;
    }

    .group-table thead th,
    .group-table tbody td {
        padding: 10px 6px;
        font-size: 14px;
    }

    .group-table th.team-col,
    .group-table td:first-child {
        width: 220px;
    }

    .group-table .team-name {
        font-size: 14px;
    }

    .group-table .team-logo {
        width: 20px !important;
        height: 20px !important;
    }
}

.scroll-btn {
    display: none !important;
}



#ana_masthead_1056x250 {
    display: block;
}


@media (width: 1440px), (width: 1600px) {
    #ana_masthead_1056x250 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    header {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1024px) {
    #ana_scroll_300x100 {
        display: block;
    }

    #ana_scroll_300x250 {
        display: none;
    }
}

@media only screen and (min-width: 1025px) {
    #ana_scroll_300x100 {
        display: none;
    }

    #ana_scroll_300x250 {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    #ana_336_280_1,
    #ana_masthead_1056x250_2,
    #manset_sag {
        display: none;
    }
}

@media only screen and (max-width: 969px) {
    #ana_masthead_1056x250 {
        display: none;
        height: 0 !important;
    }
}

@media only screen and (min-width: 970px) {
    #ana_mobile_336x280_1,
    #ana_mobile_336x280_2,
    #ana_mobile_300x600,
    #ana_masthead_320x100 {
        display: none;
    }

    #ana_masthead_1056x250 {
        height: 250px !important;
    }
}

@media only screen and (min-width: 768px) {
    #ana_mobile_336x280_1,
    #ana_mobile_336x280_2,
    #ana_mobile_300x600 {
        display: none;
    }


    @media only screen and (max-width: 1450px) {
        #pageskin_container {
            display: none;
        }
    }
}
