/*
 * The captured stays rail can collapse its media links to zero height after
 * hydration. Keep the original card composition, while retaining a usable
 * image target for touch, keyboard and pointer input.
 */
.stay-card__media,
.stay-explorer--home .stay-card__media {
  flex-shrink: 0 !important;
  height: auto !important;
  min-height: clamp(230px, 30vw, 390px) !important;
}

/* A closed native disclosure must not leave its stay links in the tab order. */
.footer-stay-index:not([open]) > div {
  display: none !important;
}
