header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #063C4C;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

/* Kontakt-bar zajmuje pierwsze miejsce w .container (zob. components/header.php) */
header.is-sticky > .container > div:first-child {
    display: none;
}

header.is-sticky a > img {
    padding: 10px;
}

/* Nav row jest ostatnim bezpośrednim dzieckiem .container w header (zob. components/header.php) */
@media (max-width: 768px) {
    header > .container > div:last-child {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
}
