/* Daytona Inventory Photo Polish - SAFE VERSION */
/* Remove the previous daytona-inventory-photo-polish.css before using this file. */

/* Reset smaller logos, CARFAX badges, buttons, and icons so they do not get stretched */
.inventory img[src*="carfax"],
.inventory img[alt*="CARFAX"],
.inventory img[alt*="Carfax"],
.inventory img[src*="CARFAX"],
.inventory img[src*="logo"],
.inventory img[alt*="logo"],
.inventory img[alt*="Logo"],
.inventory button img,
.inventory a img[src*="icon"],
.inventory svg,
.vehicle-card img[src*="carfax"],
.vehicle-card img[alt*="CARFAX"],
.vehicle-card button img {
  height: auto !important;
  max-height: none !important;
  width: auto !important;
  object-fit: contain !important;
  transform: none !important;
  filter: none !important;
}

/* Card frame only */
.inventory-card,
.vehicle-card,
.vehicle-listing,
.listing,
[class*="inventory-card"],
[class*="vehicle-card"],
[class*="listing-card"] {
  overflow: hidden !important;
  border-radius: 8px !important;
  border: 1px solid #2a2a2a !important;
  background: #111 !important;
  box-shadow: 0 8px 20px rgba(0,0,0,.25) !important;
}

/* Target only large vehicle photos, not logos or badges */
.inventory-card img:not([src*="carfax"]):not([src*="CARFAX"]):not([alt*="CARFAX"]):not([alt*="Carfax"]):not([src*="logo"]):not([alt*="logo"]),
.vehicle-card img:not([src*="carfax"]):not([src*="CARFAX"]):not([alt*="CARFAX"]):not([alt*="Carfax"]):not([src*="logo"]):not([alt*="logo"]),
.vehicle-listing img:not([src*="carfax"]):not([src*="CARFAX"]):not([alt*="CARFAX"]):not([alt*="Carfax"]):not([src*="logo"]):not([alt*="logo"]),
.listing img:not([src*="carfax"]):not([src*="CARFAX"]):not([alt*="CARFAX"]):not([alt*="Carfax"]):not([src*="logo"]):not([alt*="logo"]) {
  object-fit: cover !important;
  object-position: center center !important;
}

/* Safer hover: only card hover, no forced size */
.inventory-card:hover img:not([src*="carfax"]):not([src*="CARFAX"]):not([alt*="CARFAX"]),
.vehicle-card:hover img:not([src*="carfax"]):not([src*="CARFAX"]):not([alt*="CARFAX"]),
.vehicle-listing:hover img:not([src*="carfax"]):not([src*="CARFAX"]):not([alt*="CARFAX"]),
.listing:hover img:not([src*="carfax"]):not([src*="CARFAX"]):not([alt*="CARFAX"]) {
  filter: brightness(1.04) contrast(1.02) !important;
}

/* Do not force height on photos in lower detail/spec areas */
.inventory-card .vehicle-details img,
.vehicle-card .vehicle-details img,
.vehicle-listing .vehicle-details img,
.inventory-card .details img,
.vehicle-card .details img,
.vehicle-listing .details img {
  height: auto !important;
  max-height: none !important;
  width: auto !important;
  object-fit: contain !important;
}
