.cgm-aktuelles-body .quick-facts a {
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.cgm-aktuelles-flyer {
	align-items: center;
}

.cgm-aktuelles-flyer__media {
	margin: 0;
}

.cgm-aktuelles-flyer__media img {
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(20, 27, 40, 0.16);
	display: block;
	height: auto;
	max-height: 720px;
	object-fit: contain;
	width: 100%;
}

.cgm-aktuelles-admin-note {
	background: #fff8e5;
	border-left: 4px solid #dba617;
	padding: 14px 18px;
}

.cgm-aktuelles-body .course-flow-card__number {
	display: inline-grid;
	width: clamp(3.2rem, 5vw, 4.4rem);
	height: clamp(3.2rem, 5vw, 4.4rem);
	place-items: center;
	margin-block-end: 1.2rem;
	color: #0e1632;
	background: #fff033;
	border-radius: 999px;
	box-shadow: 0 14px 34px rgba(14, 22, 50, 0.12);
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	font-weight: 900;
	line-height: 1;
}

.cgm-aktuelles-youtube {
	align-self: center;
	background: #0e1632;
	border-radius: 8px;
	box-shadow: 0 20px 48px rgba(14, 22, 50, 0.2);
	overflow: hidden;
	width: 100%;
}

.cgm-aktuelles-youtube iframe {
	aspect-ratio: 16 / 9;
	border: 0;
	display: block;
	width: 100%;
}

.cgm-aktuelles-youtube--short {
	justify-self: center;
	max-width: 360px;
}

.cgm-aktuelles-youtube--short iframe {
	aspect-ratio: 9 / 16;
}

.cgm-aktuelles-phone-spot {
	align-self: center;
}

.cgm-aktuelles-phone-link {
	background: #0e1632;
	border-radius: 2rem;
	box-shadow: 0 20px 48px rgba(14, 22, 50, 0.2);
}

.cgm-aktuelles-phone-link video {
	border-radius: inherit;
}
