/* HTMX Indicator Styles */
.htmx-indicator {
    display: none;
    opacity: 0;
}

.htmx-request .htmx-indicator {
    display: flex !important;
    opacity: 1 !important;
}

.htmx-request.htmx-indicator {
    display: flex !important;
    opacity: 1 !important;
}