.fi-toolkit-col-search {
    margin-bottom: 1rem;
    padding: 0 0.25rem;
}

.fi-toolkit-col-search-input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid rgb(212 212 216 / 1);
    border-radius: 0.5rem;
    background-color: rgb(255 255 255 / 1);
    padding: 0 0.75rem;
    transition: border-color 150ms, box-shadow 150ms;
}

.fi-toolkit-col-search-input-wrapper:focus-within {
    border-color: rgb(244 63 94 / 1);
    box-shadow: 0 0 0 2px rgb(244 63 94 / 0.2);
}

.fi-toolkit-col-search-input {
    flex: 1 1 0%;
    border: 0;
    outline: none;
    background-color: transparent;
    padding: 0.5rem 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(24 24 27 / 1);
    width: 100%;
}

.fi-toolkit-col-search-input::placeholder {
    color: rgb(113 113 122 / 1);
}

.dark .fi-toolkit-col-search-input-wrapper {
    background-color: rgb(39 39 42 / 1);
    border-color: rgb(63 63 70 / 1);
}

.dark .fi-toolkit-col-search-input {
    color: rgb(244 244 245 / 1);
}

.dark .fi-toolkit-col-search-input::placeholder {
    color: rgb(161 161 170 / 1);
}
