/* Vehicle Mode Styles (Cars & Vans) */

/* Shared vehicle styling for both cars and vans */
/* Currently using shared design system - add overrides as needed */

/* Vehicle badges for both cars and vans */
.vehicle-badge,
.car-badge,
.van-badge {
    background-color: var(--brand-primary);
    color: white;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 0.75rem;
}