.f4y-matchcenter-native-page .f4y-native-matchcenter {
	margin-bottom: 34px;
	margin-top: 20px;
}

.f4y-matchcenter-native-page .f4y-native-page-title {
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 12px;
	margin: 0 0 14px;
	padding: 16px 20px;
}

.f4y-matchcenter-native-page .f4y-native-page-title h1 {
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.08;
	margin: 0;
}

.f4y-matchcenter-native-page .f4y-native-page-title p {
	color: #666;
	font-size: 15px;
	margin: 5px 0 0;
}

.f4y-matchcenter-native-page .f4y-mc-dashboard {
	margin: 0 !important;
}

.f4y-matchcenter-native-table .f4y-main-list {
	min-width: 0;
}

.f4y-matchcenter-native-table .f4y-mc-table {
	margin: 0;
}

.f4y-matchcenter-native-page .f4y-mc-dashboard__grid {
	align-items: start;
}

.f4y-matchcenter-native-page .f4y-mc-fixtures,
.f4y-matchcenter-native-page .f4y-mc-standings,
.f4y-matchcenter-native-page .f4y-mc-section-heading,
.f4y-matchcenter-native-page .f4y-mc-fixtures__body,
.f4y-matchcenter-native-page .f4y-mc-fixture-day,
.f4y-matchcenter-native-page article.f4y-mc-fixture {
	height: auto !important;
	max-height: none !important;
	min-height: 0 !important;
}

.f4y-matchcenter-native-page .f4y-mc-fixtures {
	margin: 0 !important;
	padding: 14px 18px 20px !important;
}

.f4y-matchcenter-native-page .f4y-mc-dashboard .f4y-mc-standings {
	margin: 0 !important;
	padding: 14px 14px 20px !important;
}

.f4y-matchcenter-native-page .f4y-mc-section-heading {
	margin: 0 0 10px !important;
	padding: 0 !important;
}

.f4y-matchcenter-native-page .f4y-mc-fixture-day {
	margin: 0 !important;
	padding: 0 !important;
}

.f4y-matchcenter-native-page .f4y-mc-fixture-day + .f4y-mc-fixture-day {
	margin-top: 14px !important;
}

.f4y-matchcenter-native-page .f4y-mc-fixture-day h4 {
	margin: 0 0 4px !important;
	padding: 0 !important;
}

.f4y-matchcenter-native-page article.f4y-mc-fixture {
	box-sizing: border-box !important;
	margin: 0 !important;
	min-height: 52px !important;
	padding: 4px 9px !important;
	position: static !important;
	width: 100% !important;
}

.f4y-matchcenter-native-page article.f4y-mc-fixture.is-fortuna {
	padding-left: 5px !important;
}

.f4y-matchcenter-native-page .f4y-mc-fixture__team,
.f4y-matchcenter-native-page .f4y-mc-fixture__result,
.f4y-matchcenter-native-page .f4y-mc-fixture__action {
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
}

.f4y-matchcenter-native-page .f4y-mc-fixture__team img {
	height: 28px !important;
	width: 28px !important;
}

@media (min-width: 1100px) {
	.f4y-matchcenter-native-page .f4y-mc-dashboard__grid {
		grid-template-columns: minmax(0, 1.9fr) minmax(390px, .8fr);
	}
}

@media (max-width: 620px) {
	.f4y-matchcenter-native-page .f4y-native-matchcenter {
		margin-top: 10px;
	}

	.f4y-matchcenter-native-page .f4y-native-page-title {
		padding: 13px 14px;
	}

	.f4y-matchcenter-native-page .f4y-native-page-title p {
		font-size: 13px;
	}

	.f4y-matchcenter-native-page .f4y-mc-fixtures,
	.f4y-matchcenter-native-page .f4y-mc-dashboard .f4y-mc-standings {
		padding: 10px 7px 16px !important;
	}
}
