/* Header chrome: Produkty i Narzedzia na osi strony, nie w luce miedzy logo a CTA */
.header-container {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}
.logo {
    justify-self: start;
}
.header-nav {
    justify-self: center;
}
.header-actions {
    justify-self: end;
}
