
/* MUR-20: remove dark hero/banner image overlays sitewide.
   Deploy this after the existing AOK custom CSS/theme rules so it wins cascade order. */

html body .aok-location-html-page .hero-overlay,
body .aok-location-html-page .hero-overlay,
html body.tax-listing_category .aok-location-page .hero::after,
body.tax-listing_category .aok-location-page .hero::after,
html body.tax-listing_category .aok-location-page .hero-bg-radial,
body.tax-listing_category .aok-location-page .hero-bg-radial,
html body.tax-listing_category .aok-location-page .hero-shape,
body.tax-listing_category .aok-location-page .hero-shape,
section.banner::after,
.banner::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  opacity: 0 !important;
}

.post-hero-overlay {
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
}

body.home .slider-hero.mobile-view > div {
  background: url("https://aokapartmentlocators.com/wp-content/uploads/2025/03/cover-photo-aok_edit1.jpg") center center / cover no-repeat !important;
}

html body .aok-location-html-page .hero img,
body .aok-location-html-page .hero img {
  filter: saturate(1.04) contrast(1.02) brightness(1.06) !important;
}
