.tablepress td {
	font-size: 16px;
	padding: 20px;
}

.tablepress strong {
	font-size: 20px;
}

.tablepress .orange {
	color: #FF561D;
}

.column-1 {
	border: 1px solid #0000000f !important;
}

.column-2 {
	border: 1px solid #0000000f !important;
}

.column-3 {
	border: 1px solid #0000000f !important;
}

.column-4 {
	border: 1px solid #0000000f !important;
}

.tablepress .heading {
	font-size: 22px;
	font-weight: bold;
	display: flex;
	justify-content: center;
}

@media (max-width: 768px) {
	.tablepress td {
		font-size: 14px;
		padding: 14px;
	}

	.tablepress strong {
		font-size: 14px;
	}
}

.tablepress > :where(thead,
tfoot) > * > th {
	background-color: #E9ECF0;
	font-size: 16px;
}

@media (max-width: 500px) {
	.tablepress strong {
		font-size: 16px !important;
		line-height: 26px !important;
	}

	.tablepress td {
		padding: 7px;
	}
}

@media (max-width: 390px) {
	.tablepress strong {
		font-size: 12px !important;
		line-height: 20px !important;
	}

	.tablepress td {
		font-size: 12px;
		padding: 5px;
	}
}