/* Styles for src/pages/warehouse-completes.js and nothing else. */

.wh__status { display: flex; gap: var(--s-3); flex-wrap: wrap; margin-bottom: var(--s-2); }
.wh__qty { width: 64px; min-height: 20px; text-align: right; padding: 1px 4px; }
.wh .section-title { margin-top: 0; }
.wh__route .action-bar { flex-direction: column; align-items: stretch; }
.wh__route .action-bar button { width: 100%; }
.wh__hints { font-size: var(--t-xs); color: var(--c-text-gray); padding-left: 16px; margin: 0; }
