body {
    padding-top: 0 !important;
}

.dunya-kupasi-page {
    margin-top: 110px;
}



@media screen and (min-width: 1350px) {
    .pageskin_container { display: block !important; }
}

@media screen and (max-width: 1349px) {
    .pageskin_container { display: none !important; }
}

main.hbContainer {
    width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

@media only screen and (max-width: 1468px) {
    main.hbContainer {
        width: 100%;
        padding: 0 48px;
    }
}

@media only screen and (max-width: 768px) {
    main.hbContainer {
        padding: 0;
    }

    .dk-banner {
        display: block;
        box-sizing: border-box;
        padding-left: 16px;
        padding-right: 16px;
    }
}


.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;
}

.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;
}

.SliderRow {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.SliderColumn {
    flex: 0 0 732px;
    min-width: 0;
}

.SliderRow .sidebox {
    flex-shrink: 0;
    float: none !important;
}

.ad-left-160 {
    left: calc((100vw - 1100px) / 2 - (160px + 24px)) !important;
    width: 160px;
    height: 600px;
}

.ad-right-160 {
    right: calc((100vw - 1100px) / 2 - (160px + 24px)) !important;
    width: 160px;
    height: 600px;
}

.ad-left-160.ad-fixed {
    left: calc((100vw - 1100px) / 2 - (160px + 24px)) !important;
}

.ad-right-160.ad-fixed {
    right: calc((100vw - 1100px) / 2 - (160px + 24px)) !important;
}

.wc-groups {
    margin-top: 24px;
}

.group-block {
    margin-bottom: 28px;
    background: transparent;
    border-radius: 0;
    overflow: visible;
}

.group-title {
    margin: 0 0 20px 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;
    margin-top: 12px;
}

.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;
}

#sliderWrapper .new3bullets,
#sliderWrapper .new3btn-container {
    max-width: 100%;
}

#sliderWrapper .Mansettime {
    border-radius: 3.2px;
    position: absolute;
    background-color: #010101ba;
    top: 10px;
    left: 10px;
    padding: 7px;
    width: 82px;
    height: 31px;
}

#sliderWrapper .Mansettime .ssaatg {
    vertical-align: bottom;
    width: 15px !important;
    height: 15px;
    position: relative;
    display: inline-block;
    margin: 1px 0;
}

#sliderWrapper .Mansettime .ssaat {
    font-family: Helvetica;
    font-size: 14.8px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #fff;
    margin-left: 5px;
}


.wc-banner-desktop   { display: block; }
.wc-banner-mobile    { display: none; }
.wc-masthead-mobile  { display: none; }

@media only screen and (max-width: 970px) {
    .wc-banner-desktop  { display: none; }
    .wc-banner-mobile   { display: block; }
    .wc-masthead-mobile { display: flex; }

    .dunya-kupasi-page { margin-top: 10px !important; }


    .SliderRow {
        flex-direction: column;
        gap: 12px;
    }

    .SliderColumn {
        flex: 0 0 auto;
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .SliderRow .sidebox {
        display: none !important;
    }

    #head_box {
        display: none !important;
    }

    .wc-intro picture img {
        margin-bottom: 16px;
    }

    .group-table th.team-col,
    .group-table td:first-child {
        width: 160px;
    }

    .group-block {
        margin-left: 12px;
        margin-right: 12px;
    }
}
