.egv-card { position: relative; margin: 0 0 1.5rem; }
.egv-card img { display: block; width: 100%; height: auto; border-radius: 6px; }
.egv-sem-thumb { display: block; width: 100%; aspect-ratio: 16/9; background: #111; border-radius: 6px; }
.egv-play { position: absolute; inset: 0; margin: auto; width: 64px; height: 64px; border: 0; border-radius: 50%; background: rgba(0,0,0,.65); color: #fff; font-size: 24px; cursor: pointer; }
.egv-play:hover, .egv-play:focus { background: rgba(0,0,0,.85); }
.egv-card.egv-aberto .egv-play { display: none; }
.egv-card figcaption { margin-top: .5rem; font-size: .9rem; opacity: .85; }
.egv-player iframe { display: block; width: 100%; border: 0; border-radius: 6px; }
.egv-removido { font-size: .9rem; opacity: .7; }
