/* Keep AJAX-fed utility pages tall enough that the footer never starts in-view
   and then gets shoved downward when the real cards replace loading content. */

.ufc-roster-page,
.otd-page {
    min-height: 72svh;
}

@supports not (height: 1svh) {
    .ufc-roster-page,
    .otd-page {
        min-height: 72vh;
    }
}
