.wp-block-elpato-tile.is-style-small {
  aspect-ratio: unset;
  height: 100%;
  min-height: 8.125rem;
  width: 100%;
}

.wp-block-elpato-tile.is-style-small::after,
.wp-block-elpato-tile.is-style-small::before {
  content: unset;
}

.wp-block-elpato-tile.is-style-small > * {
  transition: translate 0.5s ease-in-out;
}

.wp-block-elpato-tile.is-style-small > .wp-block-heading:first-child {
  align-items: flex-end;
  display: flex;
  font-size: var(--wp--preset--font-size--medium);
  gap: 0.5rem;
  justify-content: flex-start;
  opacity: 1;
  top: 50%;
  translate: -0.75em -50%;
  transition: all 0.5s ease-in-out;
}

.wp-block-elpato-tile.is-style-small > .wp-block-heading:first-child strong {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 0.75em;
}
.wp-block-elpato-tile.is-style-small.wp-block-elpato-tile__open > .wp-block-heading:first-child {
  opacity: 0;
  top: 0;
  translate: -0.75em 0;
}
.wp-block-elpato-tile.is-style-small.wp-block-elpato-tile__open > .wp-block-group:last-child {
  translate: 0;
}
