@layer starter, reset, base, state, application;
@layer reset {
  ._searchfield_1s8tg_2 input[type=search]::-webkit-search-cancel-button {
    display: none;
  }
}
@layer base {
  ._searchfield_1s8tg_2 ._input-wrapper_1s8tg_7 {
    padding-inline-end: 0.75rem;
  }
  ._searchfield_1s8tg_2 ._input-wrapper_1s8tg_7:has(._clear_1s8tg_10:active) {
    outline: 0.125rem solid var(--focus-ring-color, #0265DC);
    outline-offset: 0.125rem;
  }
  ._searchfield_1s8tg_2 ._input-wrapper_1s8tg_7 ._input_1s8tg_7::-moz-placeholder {
    color: var(--foreground-color-subdued, #737475);
  }
  ._searchfield_1s8tg_2 ._input-wrapper_1s8tg_7 ._input_1s8tg_7::placeholder {
    color: var(--foreground-color-subdued, #737475);
  }
  ._searchfield_1s8tg_2 ._clear_1s8tg_10 {
    cursor: pointer;
  }
}
@layer state {
  ._searchfield_1s8tg_2 ._input-wrapper_1s8tg_7:has(._clear_1s8tg_10:active) {
    outline: 0.125rem solid var(--focus-ring-color, #0265DC);
    outline-offset: 0.125rem;
  }
}