/* Custom component-level adjustments */

/* Smooth scroll behavior across the sections */
html {
    scroll-behavior: smooth;
}

/* Helper target configuration for radio option selections */
.car-type-label.active-card {
    border-color: var(--color-amber-500, #f59e0b) !important;
    border-width: 2px !important;
    background-color: rgba(254, 243, 199, 0.5) !important; /* amber-50/50 */
}