.fupa-news-block {
	--fupa-border: #e2e2e2;
	--fupa-text-muted: #666;
}

.fupa-news-block__heading {
	margin: 0 0 12px;
}

.fupa-news-block__empty {
	color: var(--fupa-text-muted);
	font-style: italic;
}

.fupa-news-block__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.fupa-news-block__item {
	border-bottom: 1px solid var(--fupa-border);
	padding-bottom: 12px;
}

.fupa-news-block__item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.fupa-news-block__link {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	text-decoration: none;
	color: inherit;
}

.fupa-news-block__link:hover .fupa-news-block__title {
	text-decoration: underline;
}

.fupa-news-block__image {
	width: 88px;
	height: 66px;
	object-fit: cover;
	border-radius: 4px;
	flex: 0 0 auto;
	background: #f2f2f2;
}

.fupa-news-block__link > .fupa-news-block__meta,
.fupa-news-block__link > .fupa-news-block__title {
	display: block;
}

.fupa-news-block__meta {
	display: block;
	font-size: 0.8em;
	color: var(--fupa-text-muted);
	margin-bottom: 2px;
}

.fupa-news-block__title {
	font-weight: 600;
	line-height: 1.3;
}

.fupa-news-block__event,
.fupa-news-block__matchday,
.fupa-news-block__matchresult,
.fupa-news-block__kickoff {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.fupa-news-block__minute {
	font-weight: 700;
	font-size: 0.8em;
	color: var(--fupa-text-muted);
}

.fupa-news-block__matches {
	list-style: none;
	margin: 4px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.fupa-news-block__matches a {
	color: inherit;
	text-decoration: none;
}

.fupa-news-block__matches a:hover {
	text-decoration: underline;
}

.fupa-news-block__item--match-event .fupa-news-block__title {
	font-weight: 400;
}
