.cb-filter-select{
  position:relative;
  min-width:0;
  width:100%;
  grid-column:2;
}
.cb-filter-select__native{
  position:absolute!important;
  opacity:0!important;
  pointer-events:none!important;
  width:1px!important;
  height:1px!important;
  min-height:0!important;
  padding:0!important;
  border:0!important;
  margin:0!important;
}
.cb-filter-select__trigger{
  display:flex;
  align-items:center;
  width:100%;
  min-height:46px;
  padding:0 22px 0 0;
  border:0;
  background:transparent;
  text-align:left;
  font:inherit;
  font-size:14px;
  font-weight:600;
  color:#111827;
  cursor:pointer;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%2364748b' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 0 center;
  background-size:12px 8px;
}
.cb-filter-select.is-open .cb-filter-select__trigger,
.cb-input-with-icon--boxed:has(.cb-filter-select.is-open){
  color:#0062ff;
}
.cb-filter-select.is-open .cb-filter-select__trigger{
  background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%230062ff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.cb-filter-select__menu{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  right:0;
  z-index:40;
  max-height:min(320px,56vh);
  overflow:auto;
  padding:6px;
  border-radius:14px;
  background:#fff;
  border:1px solid #e8edf3;
  box-shadow:0 18px 40px rgba(15,23,42,.14);
}
.cb-filter-select__menu[hidden]{display:none!important}
.cb-filter-select__option{
  display:block;
  width:100%;
  text-align:left;
  padding:10px 12px;
  border:0;
  border-radius:10px;
  background:transparent;
  font:inherit;
  font-size:14px;
  font-weight:600;
  line-height:1.35;
  color:#111827;
  cursor:pointer;
  transition:background .12s ease,color .12s ease;
}
.cb-filter-select__option:hover,
.cb-filter-select__option:focus-visible{
  outline:none;
  background:#f8fafc;
}
.cb-filter-select__option.is-active{
  background:#eff6ff;
  color:#0062ff;
  font-weight:700;
}

.cb-masters-filter .cb-input-with-icon--boxed:has(.cb-filter-select.is-open),
.cb-masters-search-bar__segment:has(.cb-filter-select.is-open),
.cb-masters-filter__box:has(.cb-filter-select.is-open),
.cb-demand-search__box:has(.cb-filter-select.is-open),
.cb-products-search-bar__segment:has(.cb-filter-select.is-open),
.cb-products-advanced-filters__select:has(.cb-filter-select.is-open){
  border-color:#93c5fd;
  box-shadow:inset 0 0 0 1px #93c5fd, 0 0 0 3px rgba(0,98,255,.12);
}

.cb-masters-search-bar__segment .cb-filter-select__menu{
  z-index:60;
}
.cb-masters-search-bar__segment .cb-filter-select,
.cb-masters-filter__box .cb-filter-select,
.cb-demand-search__box .cb-filter-select,
.cb-products-search-bar__segment .cb-filter-select,
.cb-products-advanced-filters__select .cb-filter-select{
  grid-column:auto;
  flex:1;
  min-width:0;
  width:100%;
}

.cb-masters-sort .cb-filter-select{
  width:auto;
  min-width:168px;
}
.cb-masters-sort .cb-filter-select__trigger{
  min-height:38px;
  padding:0 28px 0 12px;
  border:1px solid #e8edf3;
  border-radius:10px;
  background:#fff;
}
.cb-masters-sort .cb-filter-select__menu{
  left:auto;
  right:0;
  min-width:100%;
}
