/* Directory Goo — Business Profile V5.2
   Final cosmetic refinement layered after V5 and V5.1. */

/* Blend the side space around the branded default banner into the artwork. */
.listing .listing-banner:has(img[src*="directorygoo-business-banner-default.jpg"]) {
  background:
    linear-gradient(90deg, #f4f9fc 0%, #eef7fb 25%, #eef7fb 75%, #f4f9fc 100%) !important;
}

/* Preserve the complete branded template. */
.listing .listing-banner img[src*="directorygoo-business-banner-default.jpg"] {
  object-fit: contain !important;
  object-position: center center !important;
  background: transparent !important;
}

/* Uploaded business banners remain full-bleed. */
.listing .listing-banner img.listing-img:not([src*="directorygoo-business-banner-default.jpg"]) {
  object-fit: cover !important;
  object-position: center center !important;
}

/* Keep the compact responsive profile banner dimensions. */
.listing .listing-banner {
  height: 240px !important;
}

@media (max-width: 991.98px) {
  .listing .listing-banner {
    height: 180px !important;
  }
}

@media (max-width: 575.98px) {
  .listing .listing-banner {
    height: 130px !important;
  }
}
