.agmg-ywt-wrap { margin: 1em 0; }

/* Responsive 16:9 container */
.agmg-ywt-embed {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 10px;
}

/* Fallback for older browsers */
@supports not (aspect-ratio: 16 / 9) {
  .agmg-ywt-embed {
    height: 0;
    padding-bottom: 56.25%;
  }
}

.agmg-ywt-embed > iframe,
.agmg-ywt-embed > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.agmg-ywt-player { display: block; }

.agmg-ywt-note {
  margin-top: .5em;
  font-size: 0.95em;
  color: #666;
}
