@media (min-width: 901px) {
  .directory-page .search-hero .hero-stage {
    grid-template-columns: minmax(0, 1fr) 520px;
    gap: 24px;
  }

  .directory-page .homes-overview-stat.lazy-guide-only.with-tools {
    width: 520px;
    max-width: 520px;
    justify-content: flex-start !important;
    overflow: visible;
  }
}

@media (min-width: 901px) and (max-width: 1199px) {
  .directory-page .search-hero .hero-stage { grid-template-columns: minmax(0, 1fr) 440px; }
  .directory-page .homes-overview-stat.lazy-guide-only.with-tools { width: 440px; max-width: 440px; gap: 4px; }
  .directory-page .homes-overview-stat.lazy-guide-only.with-tools .lazy-guide-badge { width: 104px; }
  .directory-page .homes-overview-stat.lazy-guide-only.with-tools .lazy-guide-badge img { width: 84px; height: 82px; }
  .directory-page .homes-overview-stat.lazy-guide-only.with-tools .lazy-guide-badge span { width: 104px; font-size: 11px; }
}
