/* Cave Rent A Car — move promo buttons to the right */
#home .mb-5.flex-wrap.items-center.justify-between > .flex.min-w-0.flex-1.flex-wrap.items-center.gap-3 {
  display: contents !important;
}
#home .mb-5.flex-wrap.items-center.justify-between {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0.75rem !important;
}
#home .mb-5.flex-wrap.items-center.justify-between > div:has(> h1.font-display) {
  margin-right: auto !important;
}
#home .mb-5.flex-wrap.items-center.justify-between > .flex.flex-wrap.items-center.gap-2,
#home .mb-5.flex-wrap.items-center.justify-between > a.inline-flex.shrink-0 {
  flex-shrink: 0 !important;
}