/**
 * Midrex Animation embed - loader overlay + iframe sizing. Shared by every
 * instance; the per-instance mobile height rides the --mdxanim-h-mobile var
 * stamped on the wrapper (see includes/components/animation.php).
 */
.elementor-widget:has(.midrex-animation){width:100%}
.midrex-animation,.midrex-animation .elementor-shortcode{width:100%}
.midrex-animation{position:relative}
.midrex-animation iframe{width:100%;max-width:100%}
.midrex-animation__loader{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:2;opacity:1;transition:opacity .35s ease}
.midrex-animation.is-loaded .midrex-animation__loader{opacity:0}
.midrex-animation__spinner{width:42px;height:42px;border-radius:50%;border:3px solid rgba(150,170,190,.25);border-top-color:#05D16E;animation:midrex-anim-spin .8s linear infinite}
@keyframes midrex-anim-spin{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion:reduce){.midrex-animation__spinner{animation-duration:2.4s}}
@media (max-width:767px){.midrex-animation iframe{height:var(--mdxanim-h-mobile,300px)}}
