/*
Theme Name: Sheshi Unified Hero Search
Version: 0.27.0
Description: One premium pill search for the home hero, with a stacked mobile form.
*/

/* The home search is one control surface, not three separate boxes. */
body.sheshi-home .sheshi-portal {
  max-width: 1040px !important;
}

body.sheshi-home .sheshi-search-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, .82fr) auto !important;
  align-items: center !important;
  width: min(100%, 920px) !important;
  max-width: 920px !important;
  min-height: 72px !important;
  gap: 0 !important;
  margin: 28px auto 22px !important;
  padding: 8px !important;
  border: 1px solid var(--border) !important;
  border-radius: 999px !important;
  color: var(--text-primary) !important;
  background: var(--surface-card) !important;
  box-shadow: 0 14px 30px rgba(23, 33, 38, .12) !important;
}

body.sheshi-home .sheshi-search-hero-field {
  position: relative;
  display: flex !important;
  align-items: center !important;
  min-width: 0 !important;
  min-height: 54px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.sheshi-home .sheshi-search-hero-field--term::after {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 8px;
  width: 1px;
  background: var(--border) !important;
  content: "";
}

body.sheshi-home .sheshi-search-field-icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  color: var(--text-muted) !important;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.sheshi-home .sheshi-search-hero-field input,
body.sheshi-home .sheshi-search-hero-field select {
  width: 100% !important;
  min-width: 0 !important;
  height: 54px !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 18px 0 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--text-primary) !important;
  background-color: transparent !important;
  box-shadow: none !important;
  font: inherit !important;
  font-size: 17px !important;
  line-height: 1 !important;
  outline: 0 !important;
}

body.sheshi-home .sheshi-search-hero-field input::placeholder {
  color: var(--text-muted) !important;
  opacity: 1 !important;
}

body.sheshi-home .sheshi-search-hero-field select:invalid {
  color: var(--text-muted) !important;
}

body.sheshi-home .sheshi-search-hero-field:focus-within {
  border-radius: 999px !important;
  box-shadow: inset 0 0 0 2px var(--focus) !important;
}

body.sheshi-home .sheshi-search-hero > input[type="hidden"] {
  display: none !important;
}

body.sheshi-home .sheshi-search-hero > .sheshi-search-submit {
  align-self: center !important;
  width: auto !important;
  min-width: 132px !important;
  height: 56px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  font-size: 16px !important;
  font-weight: 650 !important;
  letter-spacing: -.1px !important;
  box-shadow: none !important;
}

body.sheshi-home .sheshi-search-hero > .sheshi-search-submit,
body.sheshi-home .sheshi-search-hero > .sheshi-search-submit .sheshi-search-submit-label {
  color: #fff !important;
}

html[data-theme="dark"] body.sheshi-home .sheshi-search-hero {
  border-color: var(--border-strong) !important;
  background: var(--surface-card) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .28) !important;
}

@media (max-width: 767px) {
  body.sheshi-home .sheshi-search-hero {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    min-height: 0 !important;
    gap: 0 !important;
    margin: 24px auto 20px !important;
    padding: 8px !important;
    border-radius: 20px !important;
  }

  body.sheshi-home .sheshi-search-hero-field {
    grid-column: 1 !important;
    grid-row: auto !important;
    min-height: 52px !important;
  }

  body.sheshi-home .sheshi-search-hero-field--term::after {
    top: auto;
    right: 12px;
    bottom: 0;
    left: 12px;
    width: auto;
    height: 1px;
  }

  body.sheshi-home .sheshi-search-field-icon {
    width: 22px;
    height: 22px;
    margin-left: 12px;
  }

  body.sheshi-home .sheshi-search-hero-field input,
  body.sheshi-home .sheshi-search-hero-field select {
    height: 52px !important;
    min-height: 52px !important;
    padding-right: 12px !important;
    font-size: 16px !important;
  }

  body.sheshi-home .sheshi-search-hero-field:focus-within {
    border-radius: 14px !important;
  }

  body.sheshi-home .sheshi-search-hero > .sheshi-search-submit {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 52px !important;
    min-height: 52px !important;
    margin-top: 8px !important;
    border-radius: 14px !important;
  }
}

@media (prefers-reduced-motion: no-preference) {
  body.sheshi-home .sheshi-search-hero {
    transition: border-color 150ms ease, box-shadow 150ms ease;
  }
}
