.vs-view{max-width:1100px;margin:0 auto}
.vsv-title{margin:10px 0 14px}
.vsv-player video{width:100%;height:auto;border-radius:12px;background:#000}
.vsv-desc{margin:14px 0 20px}
.vsv-rel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
@media(max-width:900px){.vsv-rel{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.vsv-rel{grid-template-columns:1fr}}
.vsv-card{display:block;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;background:#fff}
.vsv-thumb{height:140px;background:#f2f4f7}
.vsv-thumb video{width:100%;height:100%;object-fit:cover}
.vsv-ttl{padding:8px 10px;font-weight:700}
