.ts-wrapper {
    min-height: 26px;
    border-width: 2px;
    border-color: #e5e7eb;
}

.ts-wrapper.single .ts-control {
    background-image: none;
    height: 26px;
    font-size: inherit;
}

.ts-control {
    padding: 0;
    border: none;
    height: 26px;
    display: flex;
    align-items: center;
}

.ts-dropdown {
    font-size: inherit;
    line-height: 25px;
}

.ts-dropdown-content {
    max-height: 350px;
}

