/* HTMX Loading Indicators */
.htmx-indicator { 
    opacity: 0; 
    transition: opacity 300ms ease-in; 
}

.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator { 
    opacity: 1; 
}