/* Winmar Chain Explorer branding overrides. */
@media (min-width: 1280px) {
  /* Blockscout's vertical navigation uses .group as its sidebar container. */
  .group {
    container-type: inline-size;
  }

  /* Only enlarge the full logo when the sidebar is expanded (not the icon). */
  @container (min-width: 150px) {
    header:has(> a[aria-label="Link to main page"]) {
      height: 96px !important;
    }

    header > a[aria-label="Link to main page"] {
      width: 96px !important;
      height: 96px !important;
      overflow: visible !important;
    }

    header > a[aria-label="Link to main page"] > img {
      width: 96px !important;
      height: 96px !important;
      object-fit: contain !important;
      object-position: left center !important;
    }
  }
}
