/* ==========================================================================
   HQ Motor Service — Tablet only (768px - 1024px)
   Loaded with media="(min-width: 768px) and (max-width: 1024px)".
   ========================================================================== */

/* Brands grid: 6 columns is too tight on tablet */
.brand-list-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
