/* VVT Helper – Cookie-Hinweis & Consent-Gate. Feinschliff nach Bedarf im Theme-CSS. */

.vvt-consent-banner {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: #2b2b2b;
	color: #fff;
	padding: 16px 20px;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
}

.vvt-consent-banner.vvt-consent-visible {
	display: flex;
	flex-wrap: wrap;
}

.vvt-consent-banner p {
	margin: 0;
	flex: 1 1 300px;
	font-size: 0.95em;
}

.vvt-consent-banner a {
	color: #ffd54a;
	text-decoration: underline;
}

.vvt-consent-ok {
	background: #a4231e;
	color: #fff;
	border: none;
	padding: 10px 22px;
	border-radius: 3px;
	cursor: pointer;
	font-weight: 600;
	flex: 0 0 auto;
}

.vvt-consent-ok:hover {
	background: #c92a24;
}

.vvt-consent-ok:focus-visible {
	outline: 2px solid #ffd54a;
	outline-offset: 2px;
}

.vvt-embed-placeholder {
	border: 1px dashed #999;
	padding: 28px 20px;
	text-align: center;
	background: #f5f5f5;
}

.vvt-embed-placeholder p {
	margin: 0 0 12px;
}

.vvt-embed-load {
	background: #a4231e;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 3px;
	cursor: pointer;
	font-weight: 600;
}

.vvt-embed-load:hover {
	background: #c92a24;
}

.vvt-embed-load:focus-visible {
	outline: 2px solid #333;
	outline-offset: 2px;
}
