/* ONLY build stage bay selects (height/width/shelves) */
.chromium-dropdown-fix body.shelfbuilder-bays .bay-config-wrap,
.chromium-dropdown-fix body.shelfbuilder-bays .bay-strip-grid,
.chromium-dropdown-fix body.shelfbuilder-bays .bay-strip-scroll,
.chromium-dropdown-fix body.shelfbuilder-bays .bay-strip-columns,
.chromium-dropdown-fix body.shelfbuilder-bays .bay-col,
.chromium-dropdown-fix body.shelfbuilder-bays .bay-col__cell {
  overflow: visible !important;
}

.chromium-dropdown-fix body.shelfbuilder-bays .bay-strip-scroll {
  isolation: auto !important;
}

.chromium-dropdown-fix body.shelfbuilder-bays .chromium-bay-select {
  position: relative;
  width: 100%;
}

.chromium-dropdown-fix body.shelfbuilder-bays .chromium-bay-select__native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.chromium-dropdown-fix body.shelfbuilder-bays .chromium-bay-select__trigger {
  width: 100%;
  min-width: 0;
  height: 1.9rem;
  padding: 0.22rem 1.55rem 0.22rem 0.35rem;
  line-height: 1.1;
  font-size: 0.84rem;
  box-sizing: border-box;
  border: 1px solid #cfd6e0;
  border-radius: 8px;
  background: #ffffff;
  color: #203040;
  text-align: left;
  position: relative;
  cursor: pointer;
}

.chromium-dropdown-fix body.shelfbuilder-bays .chromium-bay-select__trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 0.38rem;
  height: 0.38rem;
  border-right: 1.5px solid #667085;
  border-bottom: 1.5px solid #667085;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.chromium-dropdown-fix body.shelfbuilder-bays .chromium-bay-select__menu {
  position: absolute;
  top: calc(100% + 0.15rem);
  left: 0;
  right: 0;
  z-index: 4500;
  background: #ffffff;
  border: 1px solid #cfd6e0;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.16);
  max-height: 15rem;
  overflow-y: auto;
}

.chromium-dropdown-fix body.shelfbuilder-bays .chromium-bay-select__option {
  display: block;
  width: 100%;
  border: 0;
  background: #ffffff;
  color: #203040;
  text-align: left;
  padding: 0.38rem 0.45rem;
  font-size: 0.84rem;
  line-height: 1.2;
  cursor: pointer;
}

.chromium-dropdown-fix body.shelfbuilder-bays .chromium-bay-select__option:hover,
.chromium-dropdown-fix body.shelfbuilder-bays .chromium-bay-select__option:focus-visible,
.chromium-dropdown-fix body.shelfbuilder-bays .chromium-bay-select__option.is-selected {
  background: #f2f4f8;
}
