.control {
    appearance: none;
    display: block;
    width: 100%;
    height: 24px;
    padding: 0 calc(var(--gap) * 2);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
