/**
 * Theme Name:  EUCOS SK s.r.o.
 * Description: EUCOS Child theme
 * Author:      INVELITY
 * Template:    invelity
 * Text Domain: eucos-core
 * Version:     1.0.0
 */

@media (width >= 82rem) {
    .site-header__navigation {
        justify-content: end;
        gap: var(--wp--preset--spacing--30) var(--wp--preset--spacing--60);
    }
}