.strawberry-wc {
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 16px;
	background: #15367e;
	color:white;
}

.strawberry-wc__header {
	margin-bottom: 14px;
}

.strawberry-wc__title {
	margin: 0 0 4px;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.3;
}

.strawberry-wc__updated {
	font-size: 12px;	opacity: .7;
}

.strawberry-wc__day + .strawberry-wc__day {
	margin-top: 18px;
}

.strawberry-wc__date {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.3;
}

.strawberry-wc__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.strawberry-wc__match {
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 0;
	border-top: 1px solid #eee;
}

.strawberry-wc__time {
	font-weight: 700;
	min-width: 52px;
}

.strawberry-wc__teams {
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap:3px;
}

.strawberry-wc__score {
	font-weight: 700;
	margin-left: auto;
}

.strawberry-wc__venue {
	font-size: 13px;	opacity: .75;
	margin-left: auto;
}

.strawberry-wc__score + .strawberry-wc__venue {
	margin-left: 10px;
}

.strawberry-wc__empty-day,
.strawberry-wc--empty {
	margin: 0;
	font-size: 14px;	opacity: .8;
}

@media (max-width: 600px) {
	.strawberry-wc__match {
		flex-wrap: wrap;
	}

	.strawberry-wc__venue,
	.strawberry-wc__score {
		margin-left: 62px;
	}
}
.strawberry-wc__team {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.strawberry-wc__flag {
	display: inline-block;
	width: 20px;
	height: 15px;
	object-fit: cover;
	border-radius: 2px;
	flex: 0 0 auto;
}

.strawberry-wc__team-name {
	display: inline-block;
}