/*
Theme Name: Sheshi Desktop Search Field Focus
Version: 0.31.4
Description: Replaces the incorrect inner pill focus with a straight, contained field indicator.
*/

@media (min-width: 1024px) {
  body.sheshi-home .sheshi-home-search .sheshi-search-hero-field:focus-within {
    border-radius: 0 !important;
    box-shadow: inset 0 -2px 0 var(--accent) !important;
  }
}
