/* fix_search_align.css — 最小版：仅搜索栏文字/图标垂直居中 */
html body:has(.brand-lockup) .ant-input-affix-wrapper {
  align-items: center !important;
}
html body:has(.brand-lockup) .ant-input-affix-wrapper .ant-input {
  height: 34px !important;
  line-height: 34px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
html body:has(.brand-lockup) .ant-input-affix-wrapper .ant-input-prefix,
html body:has(.brand-lockup) .ant-input-affix-wrapper .ant-input-suffix {
  display: inline-flex !important;
  align-items: center !important;
}
