.tablepress {
	--head-text-color: #1a1a1a;
	--head-bg-color: #ffe094;
	--head-active-text-color: #1a1a1a;
	--head-active-bg-color: #ffe094;
	--text-color: #1a1a1a;
	--odd-text-color: var(--text-color);
	--odd-bg-color: #f7ead7;
	--even-text-color: var(--text-color);
	--even-bg-color: #fff6e7;
	--hover-text-color: var(--text-color);
	--hover-bg-color: #efdbc2;
	--border-color: #ddd;
	--padding: .5rem;
	border: none;
}

.tablepress>:where(thead,
tfoot)>*>th {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #1a1a1a;
}