/* Vendored from HTMX 2.0.4's includeIndicatorStyles injection (#91). HTMX's
   own injection is disabled via <meta name="htmx-config"> in base.html so the
   indicator rules load from this stylesheet instead of a runtime inline
   <style>, which a nonce-based style-src would block. */
.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;
}
