.ehce-banner {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	z-index: 99999;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ehce-banner__card {
	max-width: 760px;
	margin: 0 auto;
	padding: 1.25rem;
	border: 1px solid rgba(16, 24, 40, 0.12);
	border-radius: 16px;
	background: #fbf5eb;
	box-shadow: 0 20px 40px rgba(16, 24, 40, 0.16);
	color: #2a2116;
}

.ehce-banner__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #815d22;
}

.ehce-banner__card h2 {
	margin: 0 0 0.5rem;
	font-size: 1.4rem;
	line-height: 1.15;
}

.ehce-banner__body,
.ehce-banner__links {
	margin: 0.5rem 0 0;
	font-size: 0.96rem;
	line-height: 1.6;
}

.ehce-banner__links a {
	margin-right: 0.85rem;
	color: #724f10;
	text-decoration: underline;
}

.ehce-banner__actions,
.ehce-banner__preferences {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1rem;
	align-items: center;
}

.ehce-banner button {
	padding: 0.7rem 1rem;
	border: 1px solid #8c6b2e;
	border-radius: 999px;
	background: #ffffff;
	color: #2a2116;
	font: inherit;
	cursor: pointer;
}

.ehce-banner button.button-primary {
	background: #8c6b2e;
	color: #ffffff;
}

.ehce-banner button.button-link {
	border: 0;
	background: transparent;
	text-decoration: underline;
}

.ehce-banner__preferences label {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.5rem 0.75rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 640px) {
	.ehce-banner {
		right: 0.75rem;
		bottom: 0.75rem;
		left: 0.75rem;
	}

	.ehce-banner__card {
		padding: 1rem;
	}

	.ehce-banner__actions,
	.ehce-banner__preferences {
		flex-direction: column;
		align-items: stretch;
	}
}
