/* Preserve the complete HonorLink CLASSIC provider artwork inside each card. */
.nf-provider-card .nf-card-target img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #050505 !important;
}

