#plugin_fill-drain .bath-module { max-width: 540px; margin-inline: auto; }
#plugin_fill-drain .bath-stage { display: block; width: 100%; height: auto; max-height: 205px; overflow: hidden; touch-action: manipulation; }
#plugin_fill-drain .bath-tap, #plugin_fill-drain .bath-plug { cursor: pointer; outline: none; -webkit-tap-highlight-color: transparent; }
#plugin_fill-drain .bath-footer { height: 40px; display: flex; align-items: end; justify-content: center; gap: 12px; }
#plugin_fill-drain .bath-status { margin: 0; font-size: .85em; text-align: center; }
#plugin_fill-drain .bath-stopper { transition: transform 300ms ease-in-out; }
#plugin_fill-drain .bath-handle { transition: transform 200ms ease-in-out; transform-box: fill-box; transform-origin: center; }
@media (prefers-reduced-motion: reduce) {
#plugin_fill-drain .bath-stopper, #plugin_fill-drain .bath-handle { transition: none; }
}
