.gc-custom-select{ position:relative; max-width:100% }
.gc-custom-select .custom-select{
  display:block; width:100%; text-align:left; padding:10px 12px;
  border:1px solid #cfd8e3; border-radius:8px; background:#fff; cursor:pointer;
}
.custom-select-option-box[hidden]{ display:none !important }
.custom-select-option-box{
  position:absolute; left:0; right:0; top:calc(100% + 6px); z-index:1000;
  background:#fff; border:1px solid #cfd8e3; border-radius:10px;
  max-height:260px; overflow:auto; box-shadow:0 10px 24px rgba(15,24,36,.12);
}
.custom-select-option{
  display:flex; align-items:flex-start; gap:8px; padding:8px 10px; cursor:pointer;
}
.custom-select-option:hover{ background:#f6f9ff }
.custom-select-option input{ margin-top:2px }
.custom-select-actions{
  display:flex; gap:8px; padding:8px 10px; border-top:1px solid #eef2f7; position:sticky; bottom:0; background:#fff;
}
.custom-select-actions button{
  border:1px solid #cfd8e3; background:#fff; border-radius:6px; padding:6px 10px; cursor:pointer;
}

.label-text {
  margin-left: 2px;
}
