/* v41: cleanup visible escaped newlines and make latest-content tile images respect the chosen fit mode. */

.tile-latest.image-fit-cover .tile-image,
.tile-latest-image-fit-cover .tile-image,
.tile-image.image-fit-cover {
  object-fit: cover !important;
}

.tile-latest.image-fit-contain .tile-image,
.tile-latest-image-fit-contain .tile-image,
.tile-image.image-fit-contain {
  object-fit: contain !important;
  background: rgba(255,255,255,.74) !important;
}

.tile-latest .tile-image {
  width: 100%;
  max-height: 118px;
  border-radius: 14px;
  display: block;
}

.tile-content-carousel .tile-latest .tile-image {
  height: clamp(72px, 18vw, 118px);
}
