select {
    /* This keeps it in the DOM and focusable, but visually empty */
    display: block !important;
    position: absolute;
    top: 0;
    left: 50%;
    /* height: 0; */
    width: 0;
    opacity: 0;
    pointer-events: none;
}
