.dag-inventory-card,
.inventory-card,
.vehicle-card,
.car-card {
  background: linear-gradient(180deg, #151515, #080808);
  border: 1px solid rgba(255, 0, 0, .22);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .45), var(--ss-shadow-red-soft);
  color: var(--ss-text);
  overflow: hidden;
}

.dag-inventory-card:hover,
.inventory-card:hover,
.vehicle-card:hover,
.car-card:hover {
  border-color: rgba(255, 0, 0, .55);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .55), var(--ss-shadow-red);
  transform: translateY(-3px);
}

.dag-inventory-card h2,
.dag-inventory-card h3,
.inventory-card h2,
.inventory-card h3,
.vehicle-card h2,
.vehicle-card h3,
.car-card h2,
.car-card h3 {
  color: #fff;
  font-family: var(--ss-font-display);
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* narrowed: only real price elements, not every [class*="price"] */
.dag-price,
.car-price,
.vehicle-price,
.price,
.dag-monthly__value {
  color: var(--ss-red);
  font-weight: 900;
  text-shadow: 0 0 14px rgba(255, 0, 0, .30);
}

.dag-inventory-meta,
.vehicle-meta,
.car-meta {
  color: var(--ss-text-muted);
}
