/* Cars niche styles */

/* Car-specific accent color overrides */
.subcategory-card:hover {
    border-color: rgba(100, 160, 255, 0.3);
}

.breadcrumbs a:hover {
    color: #64a0ff;
}

.category-content-educational .content-section h2 {
    color: #64a0ff;
}

/* Car details panel refinements */
.car-details .niche-info-grid {
    gap: 6px;
}
