/*
Theme Name: Sheshi Live Render Corrections
Version: 0.29.2
Description: Resolves the live light-surface discovery CTA contrast and closes the brand-link target size.
*/

/* The discovery section is light in the current product design. The former
   inverted variant therefore created white text on a near-white surface. */
body.sheshi-home .sheshi-discovery .sheshi-directory-link {
  min-height: 44px !important;
  border: 1px solid var(--border-strong) !important;
  border-radius: 8px !important;
  color: var(--text-primary) !important;
  background: var(--surface-card) !important;
  box-shadow: none !important;
}

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

body.sheshi-home .sheshi-discovery .sheshi-directory-link:hover,
body.sheshi-home .sheshi-discovery .sheshi-directory-link:focus-visible {
  border-color: var(--accent) !important;
  color: var(--accent) !important;
  background: var(--surface-sunken) !important;
}

/* The logo is a navigation control too and needs the same minimum touch area
   as every other persistent header action. */
.sheshi-site-header .sheshi-brand {
  display: inline-flex !important;
  min-height: 44px !important;
  align-items: center !important;
}
