/* Sluiting afbeelding styling - alleen voor tooltips */
.maatwerk-modal__sluiting-image-tooltip .maatwerk-modal__sluiting-image {
  max-width: 200px;
  max-height: 350px;
  width: auto;
  height: auto;
  object-fit: cover;
  background: transparent;
}

/* Veergrendel specifiek groter maken in tooltips */
.maatwerk-modal__sluiting-image-tooltip
  .maatwerk-modal__sluiting-image[alt*="Veergrendel"] {
  max-width: 250px;
}

/* Veersluiting specifiek aanpassen */
.maatwerk-modal__sluiting-image-tooltip
  .maatwerk-modal__sluiting-image[alt*="Veersluiting"] {
  max-width: 200px;
}
