.fi-fo-modal-table-select {
    &:not(.fi-fo-modal-table-select-multiple) {
        @apply flex items-start gap-x-3 leading-5;
    }

    &.fi-fo-modal-table-select-multiple {
        @apply grid gap-2;

        & .fi-fo-modal-table-select-badges-ctn {
            @apply flex flex-wrap gap-1.5;
        }
    }

    & .fi-fo-modal-table-select-placeholder {
        @apply text-gray-400 dark:text-gray-500;
    }
}
