/* Shared site-level fixes that sit above the vendor theme. */
.navbar-brand img {
  height: auto;
  max-width: 100%;
}

@media (max-width: 575.98px) {
  .navbar > .container > .navbar-brand {
    margin-right: .5rem;
    max-width: calc(100% - 3.25rem);
  }

  .navbar > .container > .navbar-brand img {
    width: 240px;
  }

  #cookie-consent-banner {
    max-height: 50vh;
    overflow-y: auto;
    padding: 12px 16px !important;
    text-align: left !important;
  }

  #cookie-consent-banner p {
    display: block !important;
    font-size: .875rem;
    line-height: 1.4;
    max-width: none !important;
  }

  #cookie-consent-banner #cookie-accept-btn {
    display: block;
    margin: 10px 0 0 !important;
    width: 100%;
  }
}
