.mcb-bunny-player { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #111827; }
.mcb-bunny-player iframe { width: 100%; height: 100%; border: 0; display: block; }
.mcb-bunny-player__loading { position: absolute; left: 50%; top: 50%; width: 2.5rem; height: 2.5rem; margin: -1.25rem 0 0 -1.25rem; border: 3px solid rgba(255,255,255,.25); border-top-color: #fff; border-radius: 50%; animation: mcb-bunny-spin .8s linear infinite; }
.mcb-bunny-player__error { position: absolute; z-index: 3; inset: auto .75rem .75rem; margin: 0; padding: .55rem .75rem; border-radius: .4rem; color: #fff; background: rgba(153,27,27,.95); font-size: .875rem; }
@keyframes mcb-bunny-spin { to { transform: rotate(360deg); } }
