.choices__list .choices__item div div:nth-child(2) {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Prevent Filament's word-break:break-all from splitting words inside multi-select chips */
.choices__list--multiple .choices__item {
    word-break: normal !important;
    white-space: nowrap !important;
}
