html.is-games-or-players ul.nav.nav-pills.d-inline-block > li.nav-item.dropdown > a.dropdown-toggle {
  background-color: var(--primary) !important;
  color: #fff !important;

  border-radius: 999px !important;
  padding: 0.45rem 1.0rem 0.45rem 1.35rem !important;
  margin-left: -0.35rem;

  display: inline-flex !important;
  align-items: center;
  gap: 0.35rem;
}

html.is-games-or-players ul.nav.nav-pills.d-inline-block > li.nav-item.dropdown > a.dropdown-toggle:hover,
html.is-games-or-players ul.nav.nav-pills.d-inline-block > li.nav-item.dropdown > a.dropdown-toggle:focus {
  background-color: color-mix(in srgb, var(--primary) 88%, black) !important;
  color: #fff !important;
}

html.is-games-or-players ul.nav.nav-pills.d-inline-block > li.nav-item.dropdown > a.dropdown-toggle::after {
  border-top-color: currentColor !important;
}

/* Belka u góry */
.d-none.d-sm-block .bg-danger {
  background: #0d202f !important;
  background-color: #0d202f !important;
}

/* Social linki */
.d-none.d-sm-block .bg-danger .float-right a.text-white {
  color: #c69654 !important;
}

.d-none.d-sm-block .bg-danger .float-right a.text-white i,
.d-none.d-sm-block .bg-danger .float-right a.text-white .fa,
.d-none.d-sm-block .bg-danger .float-right a.text-white svg {
  color: #c69654 !important;
  fill: #c69654 !important;
}

/* CTA */
.d-none.d-sm-block .bg-danger .cracovia-ctas {
  display: inline-flex !important;
  gap: 10px;
  align-items: center;
}

.d-none.d-sm-block .bg-danger .cracovia-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 6px 12px;
  border: 1px solid #c69654;
  border-radius: 6px;
  color: #c69654 !important;
  text-decoration: none !important;
  font-weight: 600;
  line-height: 1;
}

.d-none.d-sm-block .bg-danger .cracovia-cta:hover {
  background-color: #c69654 !important;
  color: #0d202f !important;
}

.d-none.d-sm-block .bg-danger .cracovia-cta-icon {
  color: inherit !important;
}

/* ############################### */
/* ODLICZANIE W SEKCJI AKTUALNOŚCI */
/* ############################### */


/* ####################### */
/* DODATKOWE LOGA W STOPCE */
/* ####################### */

.footer-social-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:25px;
    margin-top:10px;
    color:#fff;
}

.footer-side-logo img{
    max-height:40px;
    height:auto;
}

.footer-social-wrap i{
    font-size:2.25rem;
    color:#fff;
    margin:0 10px;
}

/* MOBILE */
@media(max-width:576px){

    .footer-social-wrap{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap:22px; /* większy odstęp między blokami */
    }

    .footer-side-logo{
        display:block;
        text-align:center;
    }

    /* kolejność */
    .footer-side-logo:first-child{
        order:1;          /* Ekstraklasa */
        margin-top:16px;  /* dodatkowy odstęp od góry */
    }

    .footer-social-wrap .my-2{
        order:2;          /* Social media */
        margin-top:8px;
        margin-bottom:8px;
        text-align:center;
        white-space:nowrap;
    }

    .footer-side-logo:last-child{
        order:3;          /* 3 Liga */
        margin-bottom:16px;
    }

    /* ikony zawsze w jednym rzędzie */
    .footer-social-wrap .my-2 a{
        display:inline-block;
    }
}





/* Swiper nie ma prawa poszerzać dokumentu */
#section3 .players_wrapper,
#section3 .players_wrapper .swiper {
  max-width: 100%;
  overflow-x: hidden; /* fallback */
  overflow-x: clip;   /* nowoczesne przeglądarki */
}



@media (max-width: 1199px) {
  #footer .my-2.text-white {
    white-space: normal !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  #footer .my-2.text-white a {
    margin: 0 !important; /* zabija mx-3, bo to one robią szerokość */
  }
}