/* Modern Cards Style - Default */
.vehicle-lookup.gauge-style-modern-cards .performance-display {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.vehicle-lookup.gauge-style-modern-cards .performance-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Rest of the current modern cards style... */
