.color-outer{
  width: 220px !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.color-block{
  flex:1;
  height: 33px;
}

.color-top{
  width: fit-content;
  .color-title{
    width: 70px;
    font-size: 14px;
    color: #17233d;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
  }
}

// .next-select{
//   width: calc( 100% - 120px );
// }
// .lc-setter-mixed:has(.color-hull){
//   width: calc(100% - 27px);
// }

@media (max-width: 1600px) {
  .color-outer{
    width: 118px !important;
  }
}