/* Article content tables — light structure + score colors only */

.text-block__single .wp-block-table {
	margin: 16px 0 28px;
	overflow-x: auto;
}

.text-block__single .wp-block-table table {
	width: 100%;
	border-collapse: collapse;
	min-width: 560px;
}

.text-block__single .wp-block-table th,
.text-block__single .wp-block-table td {
	border: 1px solid #ddd;
	padding: 0.5em 0.75em;
	text-align: left;
	vertical-align: top;
}

/* Match level: 3 gradations only */
.text-block__single .sa-cmp .sa-cmp__score--high {
	background: #e9f7ee;
}

.text-block__single .sa-cmp .sa-cmp__score--mid {
	background: #fff6e5;
}

.text-block__single .sa-cmp .sa-cmp__score--low {
	background: #fceceb;
}

.text-block__single .sa-cmp .sa-cmp__fit-row td {
	font-weight: 700;
}

@media (max-width: 640px) {
	.text-block__single .wp-block-table table {
		min-width: 480px;
	}
}
