/* Make room for Unfold's fixed-position floating bars so they don't cover
   the last row of content or the sticky submit row. */

/* Changelist: when any row is selected, Unfold shows a fixed yellow action
   bar (~128px tall on lg screens). Reserve space at the bottom of the form
   so the last row isn't hidden behind it. */
#changelist-form.group:has(input.action-select:checked) {
    padding-bottom: 160px;
}
