/* ===========================
   KOMPLETNY SPORTOWY HEADER + MENU + SOCIAL + ARTYKUŁY + OBRAZKI
   =========================== */

/* RESET WSZYSTKICH LINII HELIX */
#sp-header,
.header-wrapper,
#sp-header-topbar,
#sp-header-menu,
.sp-megamenu-wrapper,
.sp-megamenu-wrapper::before,
.sp-megamenu-wrapper::after,
#sp-header-topbar .container-inner,
#sp-header-menu .container-inner {
    border: none !important;
    box-shadow: none !important;
    content: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ===== HEADER TOPBAR ===== */
#sp-header-topbar {
    background: #000078 !important;
}

/* ===== NAPISY HEADER – PROFESJONALNE ===== */
.header-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 0 4px rgb(0, 0, 0);
}

.header-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #ffffff;
    margin-top: 20px;
    text-shadow: 0 0 3px rgba(255, 245, 0, 0.2);
}

/* ===== MENU – NA DOLE HEADERA ===== */
#sp-header-menu {
    background: #000078 !important;
    display: flex;
    justify-content: flex-end;
    border-top: 1.5px solid #ffffff !important;
    border-bottom: 1.5px solid #ffffff !important;
    padding: 0;
    position: relative;
    z-index: 100;
}

/* Usuń linie container-inner */
#sp-header-menu .container-inner,
#sp-header-topbar .container-inner {
    border: none !important;
}

/* Usuń pseudo-elementy Helix ::before/::after */
#sp-header-menu::before,
#sp-header-menu::after,
#sp-header-topbar::before,
#sp-header-topbar::after {
    content: none !important;
    border: none !important;
}

/* Kontener ul DJ Menu */
#sp-header-menu ul.dj-megamenu {
    display: flex !important;
    justify-content: flex-end !important;
}

/* LINKI MENU – NORMALNE */
#sp-header-menu ul.dj-megamenu>li>a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 12px 18px !important;
    color: #ffffff !important;
    font-weight: normal !important;

}

/* Hover – sportowy */
#sp-header-menu ul.dj-megamenu>li:hover>a,
#sp-header-menu ul.dj-megamenu>li.active>a {
    background: #07a4e7 !important;
    color: #000 !important;
    text-shadow: none;
}

/* Dropdown */
#sp-header-menu ul.dj-megamenu li ul.dj-submenu {
    background: #000078 !important;
    border-top: 1.5px solid #fff500;
}

#sp-header-menu ul.dj-megamenu li ul.dj-submenu li a {
    color: #ffffff !important;
    background: #000078 !important;
    font-weight: normal !important;
}

#sp-header-menu ul.dj-megamenu li ul.dj-submenu li a:hover {
    background: #ffffff !important;
    color: #000078 !important;
}

/* STRZAŁKA */
#sp-header-menu ul.dj-megamenu>li>a span.arrow::before {
    content: none !important;
    display: none !important;
}

#sp-header-menu ul.dj-megamenu>li>a span.arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #ffffff;
    display: inline-block !important;
    position: static !important;
    margin: 5px 0 0 5px !important;
    transform: none !important;
}

/* Obrót strzałki przy hover/dropdown */
#sp-header-menu ul.dj-megamenu>li:hover>a span.arrow {
    transform: rotate(180deg);
    transition: 0.2s ease;
}

/* ===== SOCIAL ICONS ===== */
#sp-header-topbar .sp-social a i,
#sp-header-topbar .sp-social a svg {
    color: #fff500 !important;
    fill: #fff500 !important;
}

#sp-header-topbar .sp-social a:hover i,
#sp-header-topbar .sp-social a:hover svg {
    color: #000 !important;
    fill: #000 !important;
}


/* ===== MOBILE ===== */
.dj-offcanvas,
.dj-offcanvas ul {
    background: #000 !important;
}

.dj-offcanvas li a {
    color: #fff500 !important;
    font-weight: normal !important;
}

.dj-offcanvas li a:hover {
    background: #fff500 !important;
    color: #000 !important;
}

.featured-article-badge {
    display: none;
}

/* Footer1 – przywrócenie kropek w menu */
#sp-bottom1 .mod-menu.mod-list,
#sp-bottom2 .mod-menu.mod-list,
#sp-bottom3 .mod-menu.mod-list,
#sp-position1 .mod-menu.mod-list {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 10px;
    margin-left: 0;
}

#sp-bottom1 .mod-menu.mod-list li {
    display: list-item;
    margin-bottom: 6px;
}

#sp-bottom1 .mod-menu.mod-list li::marker,
#sp-bottom2 .mod-menu.mod-list li::marker,
#sp-bottom3 .mod-menu.mod-list li::marker {
    color: #ffffff;
    /* zmień kolor jeśli tło jest jasne */
    font-size: 0.9em;
}


.sp-module-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 5px;
}

/* Biała ramka wokół modułów w footer1 */
[id^="sp-bottom"] .sp-module {
    border: 1px solid #ffffff;
    padding: 20px;
    border-radius: 6px;
    height: 260px !important;
    /* opcjonalnie zaokrąglenie */
}

#sp-position1 .sp-module,
#sp-position2 .sp-module,
#sp-position3 .sp-module {
    border: 1px solid #ffffff;
    padding: 20px;
    border-radius: 6px;
    height: 190px !important;
    /* opcjonalnie zaokrąglenie */
}

#sp-position4 .sp-module,
#sp-position5 .sp-module,
#sp-position6 .sp-module {
    border: 1px solid #ffffff;
    padding: 20px;
    border-radius: 6px;
    height: 150px !important;
    /* opcjonalnie zaokrąglenie */
}

/* Przycisk więcej */
.readmore a,
a.readmore {
    display: inline-block;
    padding: 10px 26px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    
    background-color: #0345bf;
    color: #ffffff !important;
    border: 1px solid #000078;
    
    transition: all 0.25s ease;
}

/* Hover – subtelna elegancja */
.readmore a:hover,
a.readmore:hover {
    background-color: #ffffff;
    color: #000078 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

/* Klik */
.readmore a:active,
a.readmore:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}