/* Final component authority: store/operator popover search must remain one centered field. */
#app-shell #view .store-choice-popover-head .choice-popover-search [data-choice-popover-search],
#app-shell #view .store-choice-popover-head .choice-popover-search [data-choice-popover-search]:focus,
#app-shell #view .store-choice-popover-head .choice-popover-search [data-choice-popover-search]:focus-visible {
  width: 100% !important;
  min-width: 0 !important;
  height: 26px !important;
  padding: 0 !important;
  border-width: 0 !important;
  border-style: none !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
