/* Release 258: compact DACH CS consent marker inside the player image. */
body.cs2day-v2 .cs2-detail--person .cs2-detail-hero__media {
	position: relative;
}

body.cs2day-v2 .cs2-detail--person .cs2-detail-hero__media > .cs2-dachcs-consent-marker {
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: 8px;
	z-index: 2;
	box-sizing: border-box;
	padding: 7px 8px;
	border: 1px solid color-mix(in srgb, var(--cs2-v2-border) 82%, white 8%);
	border-radius: 4px;
	background: color-mix(in srgb, var(--cs2-v2-bg) 90%, transparent);
	box-shadow: 0 4px 12px rgb(0 0 0 / .2);
	color: var(--cs2-v2-text);
	font-size: .65rem;
	font-weight: 750;
	line-height: 1.3;
	text-align: left;
}

/* Replaced by the compact marker above. Keep legacy markup hidden for cached profiles. */
body.cs2day-v2 .cs2-detail--person > .cs2-detail-hero > .cs2-dachcs-consent-notice {
	display: none;
}

@media (max-width: 720px) {
	body.cs2day-v2 .cs2-detail--person .cs2-detail-hero__media > .cs2-dachcs-consent-marker {
		left: 5px;
		right: 5px;
		bottom: 5px;
		padding: 5px 6px;
		font-size: .58rem;
	}
}
