/* Black Label Motorsports vehicle page appointment-only overrides. */
.vdp__dealerInfo__mod .dealership__address,
.vdp__dealerInfo__mod .businessHours,
.vdp__dealerInfo__mod > .row > div:last-child {
  display: none !important;
}

.vdp__dealerInfo__mod .dealership__name::after {
  content: "Appointment Only\A Contact us to book an appointment.";
  display: block;
  margin-top: 0.35rem;
  font-weight: 400;
  white-space: pre-line;
}

.vdp__dealerInfo__mod > .row > div:first-child {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

.store__hours {
  font-size: 0 !important;
}

.store__hours .hours__status {
  display: none !important;
}

.store__hours::after {
  content: "Appointment Only";
  font-size: 1rem;
}
