.navbar-brand.logo {
  min-width: 260px;
  padding: 8px 0;
}

.navbar-brand.logo img {
  display: block;
  height: 96px;
  max-height: 96px !important;
  max-width: 280px !important;
  object-fit: contain;
  width: auto;
  filter: drop-shadow(0 8px 18px rgba(30, 144, 255, 0.18));
}

.header.fixed-header .navbar-brand.logo img {
  height: 82px;
  max-height: 82px !important;
}

@media screen and (max-width: 1199px) {
  .navbar-brand.logo {
    min-width: 220px;
  }

  .navbar-brand.logo img {
    height: 82px;
    max-height: 82px !important;
    max-width: 230px !important;
  }
}

@media screen and (max-width: 575px) {
  .navbar-brand.logo {
    min-width: 170px;
  }

  .navbar-brand.logo img {
    height: 64px;
    max-height: 64px !important;
    max-width: 180px !important;
  }
}

/* Hide cookies card banner globally */
.cookies-card {
  display: none !important;
}

