/* Block: image-gallery */
/* Location: resources/css/blocks/image-gallery.css */

.image-gallery-grid figure:nth-of-type(1) {
  @apply lg:rounded-l-[var(--fm-rounded-sm)] lg:row-span-2;
}

.image-gallery-grid figure:nth-of-type(2) {
  @apply lg:rounded-tr-[var(--fm-rounded-sm)];
}

.image-gallery-grid figure:nth-of-type(3) {
  @apply lg:rounded-br-[var(--fm-rounded-sm)];
}
