/*
Theme Name: Sheshi Discovery Header Polish
Version: 0.29.4
Description: Turns the oversized mobile directory button into a compact header action.
*/

body.sheshi-home .sheshi-discovery-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

body.sheshi-home .sheshi-discovery-head > div:first-child {
  min-width: 0;
}

body.sheshi-home .sheshi-discovery-head > div:last-child {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 18px !important;
  margin-left: auto;
}

body.sheshi-home .sheshi-discovery-head .sheshi-directory-link {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 44px !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  padding: 0 8px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--accent) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

body.sheshi-home .sheshi-discovery-head .sheshi-directory-link span {
  margin: 0 !important;
  color: currentColor !important;
}

body.sheshi-home .sheshi-discovery-head .sheshi-directory-link:hover,
body.sheshi-home .sheshi-discovery-head .sheshi-directory-link:focus-visible {
  border: 0 !important;
  color: var(--accent-hover) !important;
  background: transparent !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

@media (max-width: 767px) {
  body.sheshi-home .sheshi-discovery-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
    margin-bottom: 18px !important;
  }

  body.sheshi-home .sheshi-discovery-head h2 {
    font-size: clamp(21px, 6.2vw, 26px) !important;
    line-height: 1.12 !important;
  }

  body.sheshi-home .sheshi-discovery-head > div:last-child {
    display: block !important;
    margin: 0 !important;
  }

  body.sheshi-home .sheshi-discovery-head > div:last-child > p {
    display: none !important;
  }

  body.sheshi-home .sheshi-discovery-head .sheshi-directory-link {
    padding-inline: 4px !important;
    font-size: 14px !important;
  }
}
