/*
 * Cube Storage Bin Size Finder — the measured cube's three fields. Source:
 * sites/dreamy-tools/tools/cube-storage-bin-size-finder/tool.css (Dash repo); loaded after core/tools.css on this tool only.
 */
.cb-own { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; }
.cb-own[hidden] { display: none; }
