.manchete-embed { max-width: 900px; margin: 1rem auto; display: block; }
.manchete-embed__ratio { position: relative; width: 100%; padding-top: calc(56.25% + 10px); /* 16:9 + 10px */ background: #000; border-radius: 8px; overflow: hidden; }
.manchete-embed__ratio > iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
.manchete-embed__placeholder { padding: .75rem 1rem; background: #111; color: #ddd; border-radius: 8px; }
.manchete-embed__caption { font-size: 0.95rem; line-height: 1.3; margin-top: .5rem; color: #ddd; }
.manchete-embed__error { color: #ff6b6b; }
