/* Route Builder Media: Centered & Bigger logo overrides (v6) */
header img,
.navbar-brand img,
.site-header img,
.logo img,
.logo-container img,
img[alt*="Route"],
img[alt*="Builder"],
img[alt*="Media"] {
  height: 160px !important;   /* enforce a bigger size */
  min-height: 160px !important;
  max-height: 200px !important;
  width: auto !important;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Center the logo container itself */
.navbar-brand, .logo, .logo-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: auto !important;
}

/* Kill restrictive framework rules */
.navbar-brand img {
  max-height: none !important;
  height: auto !important;
}

header, .site-header, .navbar, .topbar {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  margin: 0 !important;
  line-height: 1.1 !important;
}