/* Directory Goo — Business Profile Media Fix V5
   Load after the compiled React CSS. */

/* Banner: reduce the original compiled 400px height. */
.listing .listing-banner {
  height: 240px !important;
  overflow: hidden;
  background: #fff;
}

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

/* Logo: stable circular presentation for uploaded and default logos. */
.listing .company-logo {
  width: 120px !important;
  height: 120px !important;
  min-width: 120px;
  flex: 0 0 120px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}

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

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

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

  .listing .company-logo {
    width: 100px !important;
    height: 100px !important;
    min-width: 100px;
    flex-basis: 100px;
  }
}
