/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 01 2025 | 16:42:28 */
/*************************************
 * GLOBAL FONT RESET – brak CLS
 *************************************/
.custom-header a,
.custom-header .header-links li a,
.custom-footer a,
.custom-footer .footer-links li a {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #ffffff;

    /* Eliminacja CLS i migania */
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    line-height: 1;
    transition: color 0.12s ease-in-out !important;
}

/*************************************
 * HOVER – kolor #D110A7 i brak podkreślenia
 *************************************/
.custom-header a:hover,
.custom-header .header-links li a:hover,
.custom-footer a:hover,
.custom-footer .footer-links li a:hover {
    color: #FFACD5 !important;
    text-decoration: none !important;
    opacity: 1 !important;
}

/*************************************
 * UKRYWANIE ELEMENTÓW HEADERA KAVY
 *************************************/
.top-panel,
.header-container,
.site-branding,
.kava-header,
.kava-theme-header,
.kava_top_panel {
    display: none !important;
}

/*************************************
 * CUSTOM HEADER
 *************************************/
.custom-header {
    background-color: #0D5BE1;
    padding: 12px 0;
    position: relative;
    z-index: 9999;
}

.custom-header .header-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.custom-header .header-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 32px;
}

/*************************************
 * CUSTOM FOOTER
 *************************************/
.custom-footer {
    background-color: #0D5BE1;
    padding: 12px 0;
    margin-top: 32px;
}

.custom-footer .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.custom-footer .footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 32px;
}

/*************************************
 * RESPONSYWNOŚĆ
 *************************************/
@media (max-width: 768px) {
    .custom-header .header-links,
    .custom-footer .footer-links {
        flex-wrap: wrap;
        gap: 16px;
    }
}


/* Wyrównanie footer menu do środka również w mobile */
.custom-footer .footer-inner {
    display: flex;
    justify-content: center;
}

.custom-footer .footer-links {
    justify-content: center;
}

/* Mobile – wycentrowanie po zawinięciu */
@media (max-width: 768px) {
    .custom-footer .footer-inner {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .custom-footer .footer-links {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
}
