.vehicle-card .oem-toyota__tdg--srp-card-overview.vehicle-overview {
  grid-template-areas: "title        tdg-heart   dropdown" "identifiers  identifiers identifiers" "specs        specs       specs";
  grid-area: tdg-heart;
  grid-template-columns: 1fr repeat(2, auto);
  column-gap: 0.8rem;
}
.oem-toyota__tdg--srp-card-heart-wrapper {
  margin-top: 0.5rem;
}

.oem-toyota__tdg--srp-card-specs {
  flex-wrap: wrap;
}
.oem-toyota__tdg--srp-card-colors {
  flex-wrap: wrap;
  row-gap: 0.7rem;
}
.vehicle-card .oem-toyota__tdg--srp-card-color.vehicle-colors__int, .vehicle-card .oem-toyota__tdg--srp-card-color.vehicle-colors__ext {
  align-items: baseline;
}
.oem-toyota__tdg--srp-card-color-icon {
  align-self: flex-start;
}
.vehicle-card .oem-toyota__tdg--srp-card-color-value.vehicle-colors__value {
  overflow: unset;
  text-overflow: clip;
  white-space: unset;
}

.oem-toyota__toyota-gold--vehicle-title {
  color: #a37e2c;
}
.oem-toyota__toyota-silver--vehicle-title {
  color: #75757a;
}

/*# sourceMappingURL=toyota.css.map */
