.tvp-event-flyer {
	margin-top: 1.5rem;
	padding: 1rem;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 10px;
	background: rgba(255,255,255,.03);
}

.tvp-event-flyer__heading {
	margin: 0 0 .75rem;
	font-size: 1rem;
}

.tvp-event-flyer__link {
	display: flex;
	align-items: center;
	gap: .85rem;
	text-decoration: none;
}

.tvp-event-flyer__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 52px;
	height: 52px;
	border-radius: 8px;
	font-weight: 700;
	border: 1px solid rgba(255,255,255,.15);
}

.tvp-event-flyer__text {
	display: flex;
	flex-direction: column;
}

.tvp-event-flyer__name {
	font-weight: 600;
	line-height: 1.2;
}

.tvp-event-flyer__size {
	font-size: .9rem;
	opacity: .75;
	margin-top: .2rem;
}
