@layer components {

  .scroll-anchor {
    position: relative;
    top: -60px;          /* offset for sticky header */
    height: 1px;         /* makes the anchor "real" */
    scroll-margin-top: 60px;
  }

  .yt-embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 16px;
    overflow: hidden;
  }

  .yt-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

}
