/* Set Picker (Replicator): grosse Icon-Previews. */
/* Statamic rendert im Grid-Mode <ui-icon class="size-8"> in einem h-40-Container. */
/* Wir lassen das SVG die volle Container-Fläche füllen. */

.h-40 > .ui-icon,
.h-40 > [class*="size-8"] {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 10rem;
}

.h-40 > .ui-icon svg,
.h-40 > [class*="size-8"] svg {
  width: 100%;
  height: 100%;
}

.h-40 > .ui-icon svg image,
.h-40 > [class*="size-8"] svg image {
  width: 100%;
  height: 100%;
}
