/* REAL Success video series — small additions on top of /styles.css. */

.video-list{display:flex;flex-direction:column;gap:3rem;margin-top:2.5rem}
.video-block-num{
  font-family:'JetBrains Mono',monospace;font-size:11px;color:var(--gold);
  letter-spacing:0.2em;margin-bottom:.5rem;opacity:.7;
}
.video-block-title{
  font-family:'Bebas Neue',sans-serif;font-size:26px;letter-spacing:0.03em;
  color:var(--light);margin-bottom:1rem;
}
.video-frame{
  width:100%;border-radius:8px;background:#000;display:block;
  border:1px solid rgba(196,154,26,0.18);
}
.video-frame + .video-frame{margin-top:1rem}
