/* kino.net.pl branding overrides */
:root {
    --default-logo-height: 40px;
    --logo-height: 40px;
    --header-height: 60px;
}
/* SVG logo: scale within the bumped max-height */
.logo picture img,
.logo picture svg {
    max-height: var(--logo-height);
    width: auto;
}
