/* Homepage location-card image corrections only.
   These selectors are intentionally more specific than the later-loaded photo rules. */
html body.homepage-americana section.lifestyle-section .lifestyle-card.lifestyle-boat::before {
  background-image: url('../images/trl-hero.png') !important;
  background-position: 8% center !important;
  background-size: cover !important;
}

html body.homepage-americana section.lifestyle-section .lifestyle-card.lifestyle-rv::before {
  background-image: url('https://mostateparks.com/sites/g/files/zuston361/files/styles/landscape_med_scale_fit/public/media/image/2025/01/RR_Campgrounds1.jpg?itok=sxBJdppo') !important;
  background-position: center !important;
  background-size: cover !important;
}

html body.homepage-americana section.lifestyle-section .lifestyle-card.lifestyle-driveway::before {
  background-image: url('../images/trl-hero.png') !important;
  background-position: 88% center !important;
  background-size: cover !important;
}
