/* Keep the hidden glucose sheet focusable so mobile browsers can open the numeric keyboard from the user's tap. Visibility to assistive tech is still controlled by aria-hidden. */
.glucose-modal{
  visibility:visible!important;
}
