/* Shared between the public block and Gutenberg; defaults keep the existing illustration. */
:is(.geniart-hero-art, .editor-styles-wrapper .geniart-home-block-preview .geniart-hero-art).geniart-hero-art--media::before,
:is(.geniart-hero-art, .editor-styles-wrapper .geniart-home-block-preview .geniart-hero-art).geniart-hero-art--media::after,
.geniart-hero-art--media > .geniart-hero-art__halo,
.geniart-hero-art--media > .geniart-hero-art__orbit { display: none; }
.geniart-hero-art > .geniart-hero-art__media {
  position: absolute; top: 50%; left: 50%; width: 82%; height: auto;
  aspect-ratio: 1; object-fit: cover; transform: translate(-50%, -50%);
  border-radius: 32px; z-index: -1;
}
.geniart-hero-art--media > .geniart-hero-art__core { pointer-events: none; }
