.link-with-icon {
    display: flex;
    align-items: center;
    gap: 4px;
}

.link-with-icon .icon {
    width: 20px;
    height: 20px;
}

.vs__selected {
    color: var(--colors-gray-400) !important;
}

