.quizkids-brand-logo {
  width: auto;
  height: 3.5rem;
  max-width: min(13rem, 58vw);
  object-fit: contain;
}

@media (min-width: 768px) {
  .quizkids-brand-logo {
    height: 4rem;
    max-width: 14rem;
  }
}

/* Remove the full catalog slot when Yandex returns no creative. */
.quizkids-menu-ad-tile.quizkids-ad-slot-empty {
  display: none !important;
}
