.tvmse-eu-funding-notice {
	background: rgba(255, 255, 255, 0.92);
	bottom: 0;
	box-sizing: border-box;
	left: 0;
	padding: 15px 30px 15px 15px;
	pointer-events: none;
	position: fixed;
	transform: translateY(100%);
	width: 100%;
	z-index: 9999;
}

@media (max-width: 550px) {
	.tvmse-eu-funding-notice {
		border-radius: 4px 4px 0 0;
		left: 0.75rem;
		max-width: calc(100% - 1.5rem);
		width: auto;
	}
}

@media (min-width: 551px) {
	.tvmse-eu-funding-notice {
		border-radius: 4px 4px 0 0;
		left: 5%;
		max-width: 280px;
		width: auto;
	}
}

.tvmse-eu-funding-notice--animated {
	transition: transform 0.5s ease-in;
}

.tvmse-eu-funding-notice--shown {
	pointer-events: all;
	transform: translateY(0);
}

.tvmse-eu-funding-notice__text {
	color: #000;
	font: 400 12px/1.2 Roboto, Arial, sans-serif;
	margin: 0;
}

.tvmse-eu-funding-notice__text span {
	display: block;
	margin: 0 0 5px;
}

.tvmse-eu-funding-notice__text img {
	display: block;
	height: auto;
	max-width: 210px;
	width: 100%;
}

/* GP/GeneratePress setzt globale button-Styles — hier explizit neutralisieren (wie auf-nach-mv). */
.tvmse-eu-funding-notice button.tvmse-eu-funding-notice__close {
	-webkit-appearance: none;
	appearance: none;
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 2px;
	box-shadow: none !important;
	color: #000 !important;
	cursor: pointer;
	display: inline-flex;
	font: 400 15px/1 Arial, sans-serif;
	height: 25px;
	justify-content: center;
	margin: 0;
	min-height: 0;
	min-width: 0;
	padding: 0 !important;
	position: absolute;
	right: 0;
	top: 0;
	transition: background-color 0.15s ease, color 0.15s ease;
	width: 25px;
}

.tvmse-eu-funding-notice button.tvmse-eu-funding-notice__close span {
	display: block;
	font-size: 18px;
	line-height: 1;
}

.tvmse-eu-funding-notice button.tvmse-eu-funding-notice__close:hover {
	background: rgba(0, 0, 0, 0.06) !important;
	color: #000 !important;
}

.tvmse-eu-funding-notice button.tvmse-eu-funding-notice__close:active {
	background: rgba(0, 0, 0, 0.12) !important;
	color: #000 !important;
}

.tvmse-eu-funding-notice button.tvmse-eu-funding-notice__close:focus {
	outline: none;
}

.tvmse-eu-funding-notice button.tvmse-eu-funding-notice__close:focus-visible {
	background: rgba(0, 0, 0, 0.06) !important;
	box-shadow: 0 0 0 2px #144f26 !important;
	color: #000 !important;
	outline: none;
}
