/*
Theme Name: Sheshi Desktop Search Label Correction
Version: 0.31.3
Description: Neutralizes inherited label sizing and margin so the desktop search action is genuinely centered and compact.
*/

@media (min-width: 1024px) {
  body.sheshi-home .sheshi-home-search .sheshi-search-hero {
    grid-template-columns: minmax(0, 1.18fr) minmax(220px, .82fr) 120px !important;
  }

  body.sheshi-home .sheshi-home-search .sheshi-search-hero > .sheshi-search-submit {
    width: 120px !important;
    min-width: 120px !important;
    padding: 0 18px !important;
  }

  body.sheshi-home .sheshi-home-search .sheshi-search-hero > .sheshi-search-submit .sheshi-search-submit-label {
    position: static !important;
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    clip: auto !important;
    transform: none !important;
  }
}
