.vlx-recs__inner { border-top: 1px solid var(--color-line); }
.vlx-recs__head { margin-bottom: 1.4rem; }
.vlx-recs__head .h2 { color: var(--vlx-indigo); }
.vlx-recs__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.vlx-recs__grid > li { display: flex; }
@media (max-width: 990px) { .vlx-recs__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 620px) { .vlx-recs__grid { grid-template-columns: repeat(2, 1fr); } }
