/* IronEdge custom styles */

/* HTMX loading indicators */
.htmx-indicator { display: none; }
.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator { display: inline-block; }

/* Search dropdown: hide when empty */
#search-results:empty { display: none; }
