/*
 * e-Wiśniewo — nagłówek statyczny 2.7
 *
 * Pasek pozostaje w swoim miejscu w dokumencie.
 * Po przewinięciu strony znika razem z górną częścią strony
 * i nie przykleja się do okna przeglądarki.
 */

html body.pw-modern .pw-fixed-global-header,
html body.pw-modern header,
html body.pw-modern .announcement-topbar,
html body.pw-modern .top-bar,
html body.pw-modern .topbar,
html body.pw-modern .main-header,
html body.pw-modern .page-header,
html body.pw-modern .header {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    max-width: none;
    margin-top: 0 !important;
    transform: none !important;
    translate: none !important;
    animation: none !important;
    will-change: auto !important;
}

/* Usuwamy odstęp tworzony przez poprzednie wersje stałego nagłówka. */
html body.pw-modern .pw-global-header-spacer {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
