.tvt-hinweise {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	max-width: 550px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: 0;
}

.tvt-hinweise[hidden],
.tvt-hinweise:empty {
	display: none !important;
}

.elementor-widget-tvt_hinweis:has(.tvt-hinweise[hidden]),
.elementor-widget-tvt_hinweis:has(.tvt-hinweise:empty) {
	display: none !important;
}

.elementor-widget-tvt_hinweis.tvt-hinweis-align-left .tvt-hinweise {
	margin-left: 0;
	margin-right: auto;
}

.tvt-hinweis {
	background: var(--e-global-color-primary, #f30c69);
	color: #fff;
	padding: 16px 64px 16px 24px;
	border-radius: 10px 0 0 10px;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	animation: tvt-hinweis-in 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.elementor-widget-tvt_hinweis.tvt-hinweis-align-left .tvt-hinweis {
	animation-name: tvt-hinweis-in-left;
}

.tvt-hinweis:nth-child(2) {
	animation-delay: 0.08s;
}

.tvt-hinweis:nth-child(3) {
	animation-delay: 0.16s;
}

@keyframes tvt-hinweis-in {
	from {
		opacity: 0;
		transform: translateX(100%);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes tvt-hinweis-in-left {
	from {
		opacity: 0;
		transform: translateX(-100%);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.tvt-hinweis {
		animation: none;
	}
}

.tvt-hinweis__heading {
	margin: 0;
	padding: 0;
	font-family: "Tungsten Narrow", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: normal;
	text-transform: uppercase;
	color: #fff;
}

.tvt-hinweis__text,
.tvt-hinweis__text p {
	margin: 0;
	padding: 0;
	font-family: Poppins, "Tungsten Narrow", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: normal;
	text-transform: none;
	color: #fff;
}

.tvt-hinweis__text p + p {
	margin-top: 0.4em;
}

.tvt-hinweis--placeholder {
	opacity: 0.85;
}

@media (max-width: 1024px) {
	.tvt-hinweis {
		padding: 16px 24px;
	}
}

@media (min-width: 768px) {
	.tvt-hinweise {
		width: 550px;
	}
}
