.listing-card-image {
  isolation: isolate;
  background: #28242a;
}

.listing-card-image::before {
  content: "";
  position: absolute;
  inset: -22px;
  z-index: -1;
  background-image: linear-gradient(rgba(22, 19, 23, .3), rgba(22, 19, 23, .3)), var(--listing-image);
  background-position: center;
  background-size: cover;
  filter: blur(17px);
  transform: scale(1.12);
}

.listing-card-image > img:first-of-type {
  position: relative;
  z-index: 1;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, .28));
}

.listing-card-image b,
.listing-card-image .listing-project-logo {
  z-index: 3;
}
