@charset "UTF-8";
/*
 * Add extra styling for the cookiebot components.
 */

h1,
h2,
h3,
h4 {
	/* color: pink !important; */
}


/* Video cookie consents */
.hd-bcve-wrapper {
	position: relative;
}
.inzms__hd-bcve__cookie-notice {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10; /* play button == 2 */

	margin-top: 0;
	padding: 0;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;

	display: flex;
	align-items: flex-end;
	overflow: hidden;
}
.inzms__hd-bcve__cookie-notice__text {
	font-size: var(--inzms--video-cookie-notice--font-size, var(--wp--preset--font-size--xsmall, .9rem));
	font-weight: var(--inzms--video-cookie-notice--font-weight, var(--wp--preset--font-size--xsmall, .9rem));
	color: var(--inzms--video-cookie-notice--color, white);
	text-align: center;
	background: var(--inzms--video-cookie-notice--background, black);
	padding: var(--inzms--video-cookie-notice--padding, var(--wp--preset--spacing--s, var(--wp--preset--spacing--20, .4rem)));

	color: white;
}
.inzms__hd-bcve__cookie-notice.consent-given {
	display: none;
}