.va-video-grid-wrap{width:100%;margin:20px 0}.va-video-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1024px){.va-video-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.va-video-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.va-video-grid{grid-template-columns:1fr}}.va-player-container{width:100%;height:100%;position:relative;background:#000;overflow:hidden;border-radius:8px}.va-search-form-wrap{max-width:600px;margin:20px auto}.va-search-form{display:flex;gap:8px}.va-search-form input[type=text]{flex:1;padding:10px 16px;background:#1c1c24;border:1px solid rgba(255,255,255,.1);border-radius:20px;color:#fff}.va-search-form button{background:#e63946;color:#fff;border:none;padding:10px 20px;border-radius:20px;font-weight:700;cursor:pointer}