/* SPORTWETTEN REFERANS FONT
   Referans zip: fonts/roboto2024.css + index.html global font tanımı. */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fonts/RobotoCondensed-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF, U+20AC;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fonts/RobotoCondensed-Bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF, U+20AC;
}

* {
    font-family: 'Roboto Condensed', sans-serif;
}

/* Ortak dosya: iki sayfa da bu dosyayı yükler.
   Sayfaya özel büyük CSS dosyaları css/sport.css ve css/live.css içindedir. */

/* SPORTWETTEN EXACT FOOTER START */
#footer-section {
    background: rgba(0, 42, 59, 1);
    color: #fff;
}

@media (max-width: 1279px) {
    #footer-section {
        padding: 0 10px;
    }
}

#footer-payment-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer-payment-logos > svg {
    height: 50px;
    width: auto;
    fill: #fff;
}

#footer-section .social {
    display: flex;
    justify-content: space-between;
}

#footer-section .social.desktop>div {
    flex: 0 0 25%;
}

#footer-section .social.desktop {
    margin-top: 15px;
}

#footer-section .social.desktop img {
    width: 35px;
    margin-right: 10px;
}

#footer-section .social.desktop>div:last-of-type img {
    margin-right: 0;
}

#footer-section .social.mobile {
    width: 100%;
    justify-content: center;
    margin: 0 auto 35px auto;
}

#footer-section .social.mobile img {
    max-width: 50px;
    display: block;
    margin: 0 10px;
    // width: 100%;
}

@media (max-width: 1279px) {
    #footer-section .social.desktop {
        display: none;
    }
}

@media (max-width: 767px) {
    #footer-payment-logos {
        flex-wrap: wrap;
        margin: -5px;
        justify-content: center;
    }

    #footer-payment-logos svg {
        width: 30%;
        margin-bottom: 15px;
        height: auto;
        flex-basis: 25%
    }
}

@media (min-width: 1280px) {
    #footer-section .social.mobile {
        display: none;
    }

    #footer-section #language-switcher-footer {
        margin-bottom: 10px;
    }
}

.section.utility {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1280px) {
    #combined-section.links .section.utility {
        margin-right: 0;
    }
}

.section.utility a {
    margin: 12px 0px;
}

.section.utility a img {
    display: block;
    height: auto;
}

.section.utility a .ggl {
    width: 150px;
}

.section.utility a.tuev,
.section.utility a.tuev img {
    width: 80px;
}

#footer-section h3 {
    margin-top: 10px;
}

#footer-section a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#footer-section a:hover,
#footer-section a:focus {
    color: #ffed00;
}

#official-partners .inner,
#combined-section.inner,
#payments .inner,
#disclaimer.inner,
#footer-payment-logos {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0px;
}

#disclaimer.inner {
    padding: 30px 0px 50px;
    font-size: 12px !important;
    line-height: 16px !important;
    margin-bottom: 0 !important;
}

#official-partners .image-list,
#payments .image-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#official-partners .image-list img,
#payments .image-list img {
    border-radius: 50%;
    margin: 5px;
    width: 75px;
    height: 75px;
}

#combined-section.inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

#combined-section.links {
    flex: 1;
    display: flex;
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
    // margin-bottom: 30px;
}

#combined-section.links .section {
    margin-right: 15px;
}

#combined-section.links ul,
#combined-section.links ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#combined-section.links ul li {
    padding: 5px 0px;
}

#combined-section #logos {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1280px) {
    #footer-section>div:nth-of-type(odd) {
        background: none;
    }
}

@media (max-width: 767px) {
    #combined-section.links .section {
        flex: 0 0 50% !important;
    }
}

@media (max-width: 1279px) {
    #combined-section.links {
        flex-wrap: wrap;
    }

    #combined-section.links .section {
        flex: 0 0 25%;
        margin-right: 0px;
        margin-bottom: 35px;
    }
}

@media (max-width: 399px) {
    #footer-section .container-flex {
        gap: 16px !important;
    }

    #footer-section .legal-age-icon {
        width: 52px !important;
    }
}

#footer-section .container-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 26px;
}

#footer-section .legal-age-icon {
    height: auto;
    width: 64px;
}
/* SPORTWETTEN EXACT FOOTER END */

/* GLOBAL CONTENT SCALE FIX
   Header ve mobil footer referans ölçülerinde kalır.
   Sayfanın içerik alanı browser zoom-out gibi bir tık küçültülür. */
:root {
  --sw-content-scale: 1;
}

body.page-sport > .page,
body.page-live > .page {
  zoom: var(--sw-content-scale);
  width: calc(100% / var(--sw-content-scale));
}

@supports not (zoom: 1) {
  body.page-sport > .page,
  body.page-live > .page {
    transform: scale(var(--sw-content-scale));
    transform-origin: top left;
    width: calc(100% / var(--sw-content-scale));
  }
}
