/* Trade plate delivery: recovery template with a licensed driving photograph. */
.car-delivary-hero.recovery-hero::before {
  background-image: linear-gradient(90deg, rgba(6,30,55,.88) 0%, rgba(6,30,55,.62) 40%, rgba(6,30,55,.08) 66%), url('/v3/trade-plate-delivery/smiling-driver-banner.avif');
  background-position: center 45%;
}
.recovery-hero .how-info-content { max-width: 510px; text-align: left; margin-left: 0; }
.recovery-hero .how-info-content h1 { max-width: 510px; white-space: normal; }
.recovery-hero .how-info-content h1 span { display: block; }
.recovery-hero .hero-trust-signals,
.recovery-hero .btn__group { justify-content: flex-start; }
.trade-hero-plates { position: absolute; right: 5%; bottom: 175px; width: 165px; height: auto; z-index: 3; filter: drop-shadow(0 8px 10px rgba(0,0,0,.25)); }
.recovery-hero .how-info-description p { color: #fff; }
.recovery-home-intro .about-thumb-1 { object-fit: cover; }
.recovery-detail-section .about-content .recovery-vehicle-heading,
.recovery-detail-section .about-content .recovery-vehicle-heading span { white-space: normal; }
.benefit-right img { width: 100%; height: auto; border-radius: 8px; }
.recovery-benefit-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.recovery-benefit-grid > div { width: 100%; }
@media (max-width: 767px) {
  .car-delivary-hero.recovery-hero { padding-bottom: 220px; }
  .car-delivary-hero.recovery-hero::before {
    background-color: #061e37;
    background-image: linear-gradient(to bottom, rgba(6,30,55,.64), rgba(6,30,55,.60) 65%, rgba(6,30,55,.20)), url('/v3/trade-plate-delivery/smiling-driver-mobile.avif');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 55% center;
  }
  .recovery-hero .how-info-content h1 { white-space: normal; font-size: 36px; }
  .trade-hero-plates { width: 96px; right: 18px; bottom: 100px; }
  .recovery-benefit-grid { grid-template-columns: minmax(0,1fr); }
}
