/* HTMX uses opacity to hide the indicator as default -> override */
.htmx-indicator {
    display: none;
}

.htmx-request .htmx-indicator {
    display: block;
}

/* when hx-indicator targets the element directly */
.htmx-indicator.htmx-request {
    display: block;
}
