.mcvp-wrap{ position:fixed; inset:0; display:flex; align-items:center; justify-content:center; z-index:999999; }
.mcvp-overlay{ position:absolute; inset:0; background:rgba(8,10,16,.82); }
.mcvp-modal{ position:relative; width:min(920px,92vw); aspect-ratio:16/9; background:#000; border-radius:16px; box-shadow:0 20px 50px rgba(0,0,0,.5); overflow:hidden; z-index:2; }
.mcvp-player{ position:relative; width:100%; height:100%; }
#mcvp-player-slot, .mcvp-player iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; display:block; }

/* Botón Cerrar (texto) */
.mcvp-close{
  position:absolute; top:12px; right:18px; z-index:5;
  background:#fff; color:#111; border:0; border-radius:999px;
  font-size:15px; font-weight:700; line-height:1;
  padding:8px 16px; cursor:pointer;
  box-shadow:0 3px 8px rgba(0,0,0,.25);
  text-transform:uppercase;
}
.mcvp-close:hover{ background:#ffe678; color:#000; }

.mcvp-note{ display:none !important; } /* 🚫 Ocultamos totalmente el mensaje */

.mcvp-unmute-bar{
  position:absolute; right:12px; bottom:12px; z-index:5; display:none; pointer-events:auto;
}
.mcvp-unmute-btn{
  border:none; border-radius:999px; background:#fff; color:#111; font-weight:700; font-size:.98rem; padding:.6rem 1.1rem;
  box-shadow:0 2px 8px rgba(0,0,0,.2); cursor:pointer;
}
.mcvp-unmute-btn:hover,.mcvp-unmute-btn:focus{ background:#ffe678; color:#000; outline:2px solid #111; }

html.mcvp-lock, body.mcvp-lock{ overflow:hidden; }

@media (max-width:540px){
  .mcvp-close{ font-size:13px; padding:6px 12px; }
  .mcvp-unmute-btn{ font-size:.95rem; padding:.5rem 1rem; }
}
