/* Black Label Motorsports website builder overrides, staged 2026-09-10. */

/* Use the three-truck banner behind the About Us title. */
#module_d1692a75-ded3-41ba-be44-55911980d6c9 {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)),
    url("https://cdn05.carsforsale.com/044d31ef087ce7ed46a6d2fd3a3ca3d4/044d31ef087ce7ed46a6d2fd3a3ca3d4.jpg?format=original&sig=506cd4c1d747ff36") !important;
  background-position: center 15% !important;
  background-size: cover !important;
}

@media (max-width: 767px) {
  #module_d1692a75-ded3-41ba-be44-55911980d6c9 {
    background-position: center 8% !important;
    background-size: auto 145% !important;
  }
}

/* The About Us section is text-only until there is a real family photo. */
#module_a4da39c9-20d9-4fef-892e-abcf79a56d6b .detailedlist-item > .row > .col-lg-5 {
  display: none !important;
}

#module_a4da39c9-20d9-4fef-892e-abcf79a56d6b .detailedlist-item > .row > .col-lg-7 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

/* Keep Vehicle Info readable and consistent with the black and red theme. */
.vdp__veh__info__mod .veh__info__item {
  background-color: #1c1c1c !important;
  border: 1px solid #c11d24 !important;
  color: #fff !important;
}

.vdp__veh__info__mod .veh__info__item .info__label,
.vdp__veh__info__mod .veh__info__item .info__data,
.vdp__veh__info__mod .veh__info__item .fa-star {
  color: #fff !important;
}
