/* The supplied logo retains its original pixels. These frames crop only the
 * large white canvas at render time so WordPress can keep the source asset and
 * its generated responsive sizes intact. */
.smes-brand-lockup {
  display: block;
  flex: 0 0 auto;
  max-width: none;
  line-height: 0;
}

.smes-brand-lockup::before {
  display: none;
}

.smes-brand-logo-frame {
  width: 14.375rem;
  height: 4.875rem;
  overflow: hidden;
  flex: 0 0 auto;
  line-height: 0;
}

.smes-brand-logo-frame .wp-block-site-logo,
.smes-brand-logo-frame .wp-block-site-logo a {
  display: block;
  margin: 0;
  line-height: 0;
}

.smes-brand-logo-frame .wp-block-site-logo img {
  display: block;
  width: 14.375rem !important;
  max-width: none;
  height: auto !important;
  transform: translateY(-2.4375rem);
}

.smes-site-header .smes-brand-logo-frame img {
  mix-blend-mode: multiply;
}

.smes-site-footer .smes-brand-logo-frame {
  width: 16.25rem;
  height: 5.5rem;
  border-radius: var(--smes-radius);
  background: var(--smes-white);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.smes-site-footer .smes-brand-logo-frame .wp-block-site-logo img {
  width: 16.25rem !important;
  transform: translateY(-2.75rem);
}

.smes-footer-identity {
  margin: 0.85rem 0 0;
  color: #dce5ea;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

@media (max-width: 520px) {
  .smes-site-header .smes-brand-logo-frame {
    width: 10.75rem;
    height: 3.625rem;
  }

  .smes-site-header .smes-brand-logo-frame .wp-block-site-logo img {
    width: 10.75rem !important;
    transform: translateY(-1.8125rem);
  }

  .smes-site-footer .smes-brand-logo-frame {
    width: 13.5rem;
    height: 4.5625rem;
  }

  .smes-site-footer .smes-brand-logo-frame .wp-block-site-logo img {
    width: 13.5rem !important;
    transform: translateY(-2.28125rem);
  }
}

@media (forced-colors: active) {
  .smes-site-header .smes-brand-logo-frame img {
    mix-blend-mode: normal;
  }
}

