﻿.pickercontainer { background-color: #fff }
.pickeritem { transition: 0.1s; display: flex; flex-direction: row; align-items: center; gap: 5px; padding: 1px 5px; line-height: 16px }
    .pickeritem.selectable:hover { background-color: var(--hover-grey); }
