/* NS Shipping Countdown – styled like NS homepage ride panel */
.nsgad-shipride{ margin: 18px 0 22px; }
.nsgad-shipride__countdown{ display:inline-block; }

/* === FIX: logo za duże na desktop (>=1200px) === */
@media (min-width: 1200px) {

  header.site-header .brand {
    display: flex;
    align-items: center;
    max-width: 260px;        /* 👈 kontrola szerokości */
  }

  header.site-header .brand-logo {
    max-height: 45px;        /* 👈 KLUCZOWE – jak na głównym menu */
    width: auto;
    height: auto;
    object-fit: contain;
  }

  header.site-header .container.navbar {
    align-items: center;
    overflow: visible;      /* bezpieczeństwo */
  }
}
