.jquery-grid-picker { display: none; }
.jquery-grid-picker-widget { display: grid; grid-template-columns: repeat(auto-fit, minmax(5em, 1fr)); grid-gap: 1em; margin: 0; padding: 0; list-style-type: none; }
.jquery-grid-picker-item { margin: 0; padding: 0; }
.jquery-grid-picker-item.jquery-grid-picker-item-hidden { display: none; }
.jquery-grid-picker-item.jquery-grid-picker-item-disabled { opacity: 0.4; pointer-events: none; }
.jquery-grid-picker-item-content { display: block; padding: 2px; border: 1px solid #ccc; outline: 0 none; outline-offset: -4px; text-align: center; text-decoration: none; color: inherit; overflow: hidden; font-size:10px; }
.jquery-grid-picker-item-content:hover,
.jquery-grid-picker-item-content:focus { color: inherit; text-decoration: inherit; box-shadow: inherit;  }
.jquery-grid-picker-item-content:focus-visible { outline: 1px dashed #aaa; }
.jquery-grid-picker-item.jquery-grid-picker-item-selected .jquery-grid-picker-item-content { border-color: #666; }
