wa-card::part(body) {
	flex: 1;
}

.table-scroll {
	overflow: auto;
}

/* HTMX */

.htmx-indicator {
	display: none;
}

.htmx-request .htmx-indicator, .htmx-request.htmx-indicator {
	display: inline;
}

.htmx-request tr.htmx-indicator {
	opacity: 1;
	display: table-row;
}
