/* Hide the no-date caption restored by Nuxt only on Slapy/Mělník cards.
   The detail link and any live booking button retain their normal layout. */
.w-full.flex.flex-col.h-full.min-h-0:has(> a:is(
  [href$="/plavba-na-slapy"],
  [href$="/plavba-na-slapy-all-inclusive"],
  [href$="/vylet-na-melnik"],
  [href$="/vylet-na-melnik-all-inclusive"],
  [href$="/cruises-to-slapy"],
  [href$="/cruises-to-slapy-all-inclusive"],
  [href$="/cruise-to-melnik"],
  [href$="/cruise-to-melnik-all-inclusive"],
  [href$="/schiffsfahrt-nach-slapy"],
  [href$="/schiffsfahrt-nach-slapy-all-inclusive"],
  [href$="/schiffsfahrt-nach-melnik"],
  [href$="/schiffsfahrt-nach-melnik-all-inclusive"]
)) > .mt-3.px-3 > :is(
  .rounded-lg.bg-white.border.border-slate-100.px-3.py-2.text-center.text-sm.font-semibold.text-slate-500,
  .flex.gap-2:not(:has(a, button))
) {
  display: none !important;
}
