/* Only the poster travels with the cabinet. The official iframe has its own
   persistent rectangular viewport, without a lens, crop, cover or glass. */
.tv-screen #tv-preview { width:100%; height:100%; display:block; object-fit:cover; }
.youtube-cinema { overflow:auto; }
.youtube-surface { position:absolute; z-index:2; min-width:200px; min-height:200px; background:#000; }
.youtube-surface[hidden] { display:none; }
.youtube-surface #film { width:100%; height:100%; min-width:200px; min-height:200px; max-width:none; max-height:none; margin:0; }
.youtube-surface iframe { display:block; width:100%; height:100%; min-width:200px; min-height:200px; border:0; }
.youtube-cinema .tv-focus-header { top:12px; height:60px; }
.youtube-cinema .tv-focus-header h2 { display:grid; grid-template-columns:auto 1fr; gap:5px 9px; align-items:center; margin:0; }
.youtube-cinema .series-name { grid-column:1 / -1; }
.youtube-cinema .episode-number { font-family:var(--font-read); font-size:10px; font-weight:600; line-height:1; letter-spacing:.08em; color:var(--muted); white-space:nowrap; }
.youtube-cinema .series-name { font-family:Collage,sans-serif; font-size:21px; font-weight:400; line-height:1; }
.youtube-cinema .episode-name { font-family:var(--font-hand); font-size:28px; font-weight:400; line-height:1; color:var(--ink); }
.youtube-cinema .tv-focus-footer { bottom:12px; flex-direction:column; gap:5px; }
.youtube-cinema .tv-focus-footer p { max-width:760px; font-size:12px; text-align:center; }
.youtube-controls { display:flex; gap:20px; align-items:center; justify-content:center; }
.youtube-controls a { font-size:12px; color:var(--muted); text-underline-offset:4px; }
.youtube-cinema[data-youtube-expanded="true"] { background:#130e15; }
.youtube-cinema[data-youtube-expanded="true"] .tv-focus-stage { visibility:hidden; }
@media(max-width:600px) {
  .youtube-cinema .tv-focus-header h2 { max-width:210px; column-gap:7px; }
  .youtube-cinema .series-name { font-size:19px; }
  .youtube-cinema .episode-name { font-size:23px; }
  .youtube-controls { gap:12px; }
  .youtube-controls .quiet-button, .youtube-controls a { font-size:11px; }
  .youtube-controls .watch-button { font-size:12px; padding:8px; }
}
