.tr-table {
	margin-bottom: 4.5rem;
}

.tr-table__scroller {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.tr-table__table {
	background: #ffffff;
	border-collapse: collapse;
	color: #000000;
	font-size: 1.125rem;
	line-height: 1.6;
	margin: 0;
	table-layout: fixed;
	width: 100%;
}

.tr-table__table th,
.tr-table__table td {
	border: 0.0625rem solid #c7c7c7;
	padding: 1rem 1.25rem;
	text-align: left;
	vertical-align: top;
}

.tr-table__table th {
	background: var(--tr-color-brand-kwmk-dark, #383e42);
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.0125rem;
	line-height: 1.2;
}

.tr-table__table td {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6;
}

.tr-table__table a {
	color: var(--tr-color-brand-kwmk-blue, #00519e);
}

@media (max-width: 47.9375rem) {
	.tr-table {
		margin-bottom: 3rem;
	}

	.tr-table__scroller {
		margin-inline: -0.5rem;
		padding-inline: 0.5rem;
	}

	.tr-table__table {
		font-size: 1rem;
		line-height: 1.6;
	}

	.tr-table__table th,
	.tr-table__table td {
		padding: 0.75rem 0.875rem;
	}

	.tr-table__table th {
		font-size: 1.125rem;
		font-weight: 700;
		letter-spacing: 0.01125rem;
		line-height: 1.2;
	}

	.tr-table__table td {
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.6;
	}
}

.tr-table.wp-block-trurnit-table:last-child {
	margin-bottom: 0;
}
