/* Compatibility layer for the nine imported city/service blog templates. */
.blog-featured-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  body .site-header__inner {
    min-height: auto;
    padding: 10px 12px;
    gap: 8px;
    flex-wrap: wrap;
  }

  body .site-header__logo {
    min-width: 0;
    flex: 1 1 auto;
    gap: 8px;
  }

  body .site-header__logo-mark {
    width: 42px;
    height: 64px;
  }

  body .site-header__logo-wordmark {
    min-width: 0;
    overflow: hidden;
    font-size: clamp(16px, 5.5vw, 22px);
    letter-spacing: 0;
    text-overflow: ellipsis;
  }

  body .site-header__menu-toggle {
    display: flex;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin-left: 0;
    padding: 10px;
  }

  body .site-header__nav {
    flex: 1 1 100%;
  }

  body .site-header__cta {
    display: none;
  }
}
