.embed-card { max-width: 900px; margin: 24px auto; font-weight: 600; }
.embed-wrap { position: relative; width: 100%; aspect-ratio: 16/9; background: #111; border-radius: 16px; overflow: hidden; }
.embed-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.embed-play { position: absolute; inset: 0; margin: auto; width: 160px; height: 56px;
              border: 0; border-radius: 999px; cursor: pointer; background: #fff; }
.embed-play:hover { filter: brightness(0.95); }
