@charset "UTF-8";

/* Dezenter Übersetzungs-Hinweis (alle Sprachen außer DE/EN) */
.ueb-hinweis {
	margin: 0;
	padding: 0.65rem 0.85rem;
	background: #f4f6f2;
	border-bottom: 1px solid #d8e0d4;
	color: #3d4a3a;
	font-size: 0.875rem;
	line-height: 1.45;
}

.ueb-hinweis__inner {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding-right: 2rem;
}

.ueb-hinweis__title {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0 0 0.35rem;
	font-size: 0.95rem;
	font-weight: 600;
	color: #2f3d2c;
}

.ueb-hinweis__heart {
	flex-shrink: 0;
	font-size: 0.95rem;
	color: #2d5a27;
	line-height: 1;
}

.ueb-hinweis__body {
	margin: 0;
}

.ueb-hinweis__body p {
	margin: 0 0 0.45rem;
}

.ueb-hinweis__body p:last-child {
	margin-bottom: 0;
}

.ueb-hinweis__link {
	color: #2d5a27;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ueb-hinweis__link:hover,
.ueb-hinweis__link:focus {
	color: #1e3f1a;
}

.ueb-hinweis__close {
	position: absolute;
	top: -0.15rem;
	right: 0;
	width: 1.75rem;
	height: 1.75rem;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: transparent;
	color: #6a7766;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
}

.ueb-hinweis__close:hover,
.ueb-hinweis__close:focus {
	color: #2f3d2c;
	background: rgba(45, 90, 39, 0.08);
}

@media (min-width: 992px) {
	.ueb-hinweis {
		padding: 0.75rem 1.25rem;
		font-size: 0.9rem;
	}
}
