#plugin_dice .dice-module { max-width: 520px; margin-inline: auto; text-align: center; }
#plugin_dice .dice-stage { display: block; width: 100%; height: 200px; cursor: pointer; touch-action: manipulation; user-select: none; outline: none; }
#plugin_dice #dice-result { margin: 0; height: 2em; overflow: auto; display: flex; align-items: end; justify-content: center; font-variant-numeric: tabular-nums; }
