/* === Embeds (YouTube) === */
.yt-embed { margin-top: .5rem; }
.yt-embed-inner { position: relative; width: 100%; aspect-ratio: 16 / 9; }
.yt-embed-inner iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
  border-radius: 10px;
}
