/* Layer U of the CUBE order: single-purpose utilities, loaded last so they win
   the ties they are meant to win. */

/* Collapses a form into a tight grid, for the rename form tucked inside a
   shop row. Safe to load after the blocks: it and .form have equal
   specificity, and this one already had to come later to apply at all. */
.form--inline { margin-top: 0.75rem; display: grid; gap: 0.5rem; }
