/* /drive/ — decision-led entry points for vehicle, road and insurance choices. */
@import url("/assets/css/destination-hub-v2.css?v=20260906-1");

.drive-hub-v2 .entry-hero-media {
  background-image: url("/assets/images/photography/photo-1496939215245-49b21e71237a.webp") !important;
  background-position: center 52% !important;
}

.drive-hub-v2 .article-preview-card__kicker {
  color: #8c664c;
}

.drive-hub-v2 .category-article-grid--single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 390px;
}

@media (max-width: 640px) {
  .drive-hub-v2 .category-article-grid--single {
    max-width: none;
  }
}
