/* Patch: video institucional (arquivo novo p/ evitar cache CDN do style.css) */
.ep-video-placeholder{ position:relative; width:100%; aspect-ratio:16/9 !important; border-radius:18px; background:linear-gradient(120deg,#141414,#242424); display:flex !important; flex-direction:column; align-items:center; justify-content:center; gap:14px; overflow:hidden; }
.ep-video-placeholder br{ display:none; }
.ep-video-play{ width:64px !important; height:64px !important; border-radius:50%; background:rgba(237,28,36,.16); display:flex; align-items:center; justify-content:center; flex:none; }
.ep-video-play svg{ width:26px !important; height:26px !important; fill:#ED1C24; margin-left:3px; }
.ep-video-label{ color:#9a9a92; font-weight:600; font-size:.95rem; }
.ep-video-wrap{ position:relative; width:100%; aspect-ratio:16/9; border-radius:18px; overflow:hidden; }
.ep-video-wrap iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; }
