/* Use the same close crop wherever the WET application mark is rendered. */
img[src*="/app-icons/wet-"] {
  display: block;
  object-fit: cover !important;
  object-position: center !important;
  transform: scale(1.3);
  clip-path: inset(13% round 26%);
}
