.ev-footer-inner {
	display: flex;
	flex-direction: column;
	gap: var(--space-4);
}

.ev-footer-top {
	display: grid;
	gap: var(--space-4);
}

.ev-footer-nav ul {
	display: grid;
	gap: var(--space-2);
}

.ev-footer-newsletter form {
	display: flex;
	gap: var(--space-2);
}

.ev-consent {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: var(--color-surface-elevated);
	padding: var(--space-3);
	display: flex;
	justify-content: space-between;
	z-index: 1000;
}
[hidden] {
	display: none !important;
}
.ev-age-modal {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2000;
}

[data-age-modal][hidden] {
	display: none !important;
}

.ev-age-content {
	background: var(--color-surface-elevated);
	padding: var(--space-4);
	max-width: 400px;
	width: 100%;
	text-align: center;
}

.ev-age-actions {
	display: flex;
	gap: var(--space-2);
	justify-content: center;
}
