.cup_match_listing {
	--bs-body-bg: #ffffff;
}
.mcm-match-list .round:not(:last-child) {
	margin-bottom: 40px;
}
.mcm-match-list__round {
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 30px;
}
.mcm-game {
	background-color: #f9f9f9;
	border-radius: 8px;
}
.mcm-game--wrapper {
	display: flex;
	flex-flow: column nowrap;
	justify-content: stretch;
	padding: 30px 30px 30px 20px;
}
.mcm-game--content {
	align-items: stretch;
	display: flex;
	flex: 0 0 100%;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	width: 100%;
}
.mcm-game--team {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.mcm-game--team:first-child {
	margin-top: 0;
}
.mcm-game--team__left {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.mcm-game--team-logo {
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	display: block;
	margin-right: 10px;
	position: relative;
	width: 35px;
	overflow: hidden;
}

.mcm-game--team-logo.no-logo:after {
	background-blend-mode: luminosity;
	background-color: #ced4da;
	background-image: url("/packages/fai_package/themes/fai_theme/images/fai-logo.svg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 75%;
	content: "";
	inset: 0;
	position: absolute;
	z-index: 0;
}

.mcm-game--team-logo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.mcm-game--team-name,
.mcm-game--team-score,
.mcm-game--data__ko-date,
.mcm-game--data__ko-time {
	font-size: 18px;
	line-height: 21px;
}
.mcm-game--data__ko-date,
.mcm-game--data__ko-time {
	text-align: center;
}
.mcm-game--team-score {
	font-weight: 500;
	color: #000000;
}
.mcm-game--data {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	border-top: 1px solid #979797;
	margin-top: 15px;
	padding-top: 15px;
}

@media screen and (min-width: 1200px) {
	.mcm-match-list .round:not(:last-child) {
		margin-bottom: 80px;
	}
	.mcm-match-list__round {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.mcm-game--wrapper {
		flex-direction: row;
		justify-content: unset;
		align-items: stretch;
	}
	.mcm-game--content {
		flex: 0 0 calc(100% - 135px);
		width: calc(100% - 135px);
	}
	.mcm-game--data {
		border-top: unset;
		border-left: 1px solid #979797;
		margin-top: unset;
		margin-left: 30px;
		padding-top: unset;
		padding-left: 30px;
	}
}
