/* Directory Goo — Fixed Blank Business Banner V6.1
   Same banner on ALL business profiles. Logo flow remains unchanged. */

.listing .listing-banner {
  height: 220px !important;
  overflow: hidden;
  background: #eef7fb !important;
}

.listing .listing-banner img.listing-img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.listing .company-logo {
  width: 120px !important;
  height: 120px !important;
  min-width: 120px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}

.listing .company-logo .company-logo-img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 50%;
}

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

@media (max-width: 575.98px) {
  .listing .listing-banner { height: 120px !important; }
  .listing .company-logo {
    width: 100px !important;
    height: 100px !important;
    min-width: 100px;
  }
}
