body {
    padding-top: 5rem;
}

.main-thing {
    padding-bottom: 3rem;
}

/* htmx adds .htmx-request to the in-flight element + its hx-indicator target;
   hide indicators by default, reveal while the request is running. */
.htmx-indicator { display: none; }
.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator { display: inline-flex; align-items: center; gap: 0.4rem; }
