/* pc-preview.css - overrides for PC preview only (via index_pc.html) */
@media (min-width: 1025px) {
  /* example: keep NEXT centered bottom within card */
  .pc-preview .bottom-controls{ position:absolute; left:50%; transform:translateX(-50%); bottom:12px; width:100%; max-width:min(1080px, calc(95svh * 9/16), 100vw); display:flex; justify-content:center; }
  .pc-preview #nextButton{ position:relative; margin:0 auto; }
}
