/*
Theme Name: Sheshi Interaction Target Closure
Version: 0.29.3
Description: Closes the remaining button-like 44px target gaps found in the live 320/768/1024 render audit.
*/

/* Direct level-one navigation links were 42px at the exact desktop
   breakpoint while dropdown summaries already met the shared target. */
@media (min-width: 1024px) {
  .sheshi-site-header .sheshi-desktop-nav > .sheshi-menu > li > a,
  .sheshi-site-header .sheshi-nav-dropdown > summary {
    min-height: 44px !important;
  }
}

/* These links sit in dedicated action groups and therefore behave as
   button-like tertiary actions rather than as links inside running text. */
.sheshi-empty-actions .sheshi-text-link,
.sheshi-directory-actions .sheshi-text-link,
.sheshi-travel-provider-grid article > a {
  display: inline-flex !important;
  min-height: 44px !important;
  align-items: center !important;
}

/* On mobile the transparency links are full-width rows. Their visual rhythm
   stays unchanged while the final row height reaches the shared target. */
@media (max-width: 767px) {
  body.single-listing .sheshi-transparency-links a {
    display: flex !important;
    min-height: 44px !important;
    align-items: center !important;
  }
}
