/* XXX: how to avoid inline style issues with Content Security Policy */
/* https://github.com/bigskysoftware/htmx/issues/2832#issuecomment-2298275996 */
.htmx-indicator{opacity:0}
.htmx-request .htmx-indicator{opacity:1; transition: opacity 200ms ease-in;}
.htmx-request.htmx-indicator{opacity:1; transition: opacity 200ms ease-in;}
