.tablepress>:where(thead,
tfoot)>*>th {
	background-color: var(--head-bg-color);
	color: var(--head-text-color);
	font-weight: 400;
	vertical-align: middle;
	word-break: normal;
}