.cvp-btn { cursor:pointer; display:inline-flex; align-items:center; gap:8px; transition: all 0.3s ease; }
.cvp-popup { position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.8); display:flex; justify-content:center; align-items:center; z-index:9999; }
.cvp-popup-inner { background:#000; padding:10px; border-radius:8px; max-width:90%; max-height:80%; position:relative; display:flex; flex-direction:column; }
.cvp-popup-inner iframe { width:560px; height:315px; max-width:100%; max-height:100%; }
.cvp-close { position:absolute; top:10px; right:20px; color:#fff; font-size:28px; cursor:pointer; }
