.ea-consent-visible {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}

.ea-consent-banner {
	background: var(--ea-consent-bg, #1a1a1a);
	color: var(--ea-consent-text, #ffffff);
	padding: 1.25rem 1.5rem;
	box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.25);
	font-family: inherit;
}

.ea-consent-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.ea-consent-text h3 {
	margin: 0 0 0.5rem;
	font-size: 1.125rem;
	font-weight: 600;
}

.ea-consent-text p {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.5;
	opacity: 0.9;
}

.ea-consent-text a {
	color: var(--ea-consent-accent, #cc0000);
	text-decoration: underline;
}

.ea-consent-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.ea-consent-btn {
	padding: 0.625rem 1.25rem;
	border-radius: 9999px;
	border: 1px solid transparent;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	transition: opacity 0.2s;
}

.ea-consent-accept {
	background: var(--ea-consent-accent, #cc0000);
	color: #fff;
}

.ea-consent-reject,
.ea-consent-customize {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.35);
}

.ea-consent-panel {
	max-width: 1100px;
	margin: 0.75rem auto 0;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	font-size: 0.875rem;
}

.ea-consent-panel label {
	display: flex;
	align-items: center;
	gap: 0.375rem;
}

.ea-consent-save {
	background: var(--ea-consent-accent, #cc0000);
	color: #fff;
}
