/* Compatible wheels lazy-load shell (single-car) — kept here until vite CSS rebuild includes custom.css */
.car-compatible-wheels-loading {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 72px;
  padding: 8px 0 16px;
}
.car-compatible-wheels-preloader {
  position: relative;
  flex-shrink: 0;
}
.car-compatible-wheels-loading-text {
  font-size: 14px;
  line-height: 1.4;
  color: rgba(12, 18, 28, 0.7);
}
body.dark-mode .car-compatible-wheels-loading-text {
  color: rgba(255, 255, 255, 0.7);
}
