/* Optional cosmetics (JS already forces the row to be horizontal) */
.top-videos-modal{ position:fixed; inset:0; background:rgba(0,0,0,.6); display:none; align-items:center; justify-content:center; z-index:9999; padding:2rem; }
.top-videos-modal-inner{ position:relative; width:50vw; max-width:960px; }
.top-videos-modal-inner::before{ content:""; display:block; width:100%; aspect-ratio:16/9; }
.top-videos-modal-inner iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; border-radius:16px; background:#000; }
.top-videos-close{ position:absolute; top:-42px; right:0; border:0; background:transparent; color:#fff; font-size:2rem; line-height:1; cursor:pointer; }

@media(max-width:992px){
  .top-videos-modal-inner{ width:88vw; }
}
