/* List 组件样式 - 模块化导入 */
@import './styles/base.less';

// BigSale / List 内 Tabbar 的 Find 弹层搜索输入栏：
// 使用 ComprehensiveSearch 的 SearchSection 替换 Lookup 默认输入框后，需要主动承担弹层 flex 布局。
.pisell-lookup-search-area-with-close:has(.pisell-list-tabbar-search-section) {
  width: 100%;
  align-items: stretch;
  gap: 6px;

  .pisell-list-tabbar-search-section {
    flex: 1;
    min-width: 0;
    height: 56px;
  }

  .pisell-list-tabbar-search-section .comprehensive-search__search-input-wrapper {
    min-width: 0;
    height: 56px;
    padding: 4px 6px;
  }

  .pisell-list-tabbar-search-section .comprehensive-search__camera-activator {
    gap: 4px;
    height: 44px;
  }

  .pisell-list-tabbar-search-section .comprehensive-search__search-input {
    min-width: 0;
    padding: 0 6px;
  }

  .pisell-lookup-modal-close-btn {
    height: 56px;
  }
}
