/* Completely hide Klaviyo teaser elements and wrappers across Safari & Chrome */
[class*="kl-teaser"],
[class*="kl-teaser"] *,
button[aria-label="Open Form"],
button[aria-label="Close teaser"],
div[data-testid="teaser-component"],
div[data-testid="teaser-component"] *,
div[class*="kl-private-reset-css-wrapper"]:has([class*="kl-teaser"]),
div[class*="kl-private-reset-css-wrapper"]:has([data-testid="teaser-component"]),
div[class*="kl-private-reset-css-wrapper"]:has(button[aria-label="Open Form"]),
div.klaviyo-form:has([class*="kl-teaser"]),
div[data-testid="form-component"]:has([class*="kl-teaser"]),
div[class*="needsclick"]:has([class*="kl-teaser"]),
div[class*="klaviyo-form"][class*="teaser"] {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	height: 0 !important;
	min-height: 0 !important;
	max-height: 0 !important;
	width: 0 !important;
	min-width: 0 !important;
	max-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	transform: scale(0) !important;
	clip: rect(0, 0, 0, 0) !important;
	-webkit-clip-path: inset(100%) !important;
	clip-path: inset(100%) !important;
}

/* Safari WebKit Fix: eliminate lingering fixed bottom wrapper and background artifacts */
div[class*="kl-private-reset-css-wrapper"] {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border: none !important;
}
