
.wpvs-grid { display:grid; grid-template-columns: repeat(4,1fr); gap:20px; }
@media(max-width:900px){ .wpvs-grid{grid-template-columns:repeat(2,1fr);} }
@media(max-width:480px){ .wpvs-grid{grid-template-columns:repeat(1,1fr);} }
.wpvs-item { border:1px solid #eee; padding:10px; border-radius:6px; background:#fff; }
.wpvs-thumb img{ width:100%; height:auto; display:block; }
.wpvs-meta{ margin-top:8px; display:flex; justify-content:space-between; align-items:center; gap:8px; }
.wpvs-title{ font-weight:600; }
.wpvs-price{ color:#333; }
.wpvs-modal{ position:fixed; top:0; left:0; right:0; bottom:0; z-index:99999; display:flex; align-items:center; justify-content:center; }
.wpvs-modal-overlay{ position:absolute; inset:0; background:rgba(0,0,0,0.6); }
.wpvs-modal-inner{ position:relative; z-index:2; width:90%; max-width:900px; background:#fff; padding:20px; border-radius:8px; }
.wpvs-modal-close{ position:absolute; right:14px; top:8px; background:transparent; border:0; font-size:28px; cursor:pointer; }
#wpvs-video-player{ width:100%; height:auto; max-height:70vh; }
