.site-footer {
	background: #fff;
	color: var(--gom-ink);
	padding: 30px 20px;
}

.footer-inner {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem 1rem;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links a {
	align-items: center;
	color: inherit;
	display: inline-flex;
	min-height: 44px;
	text-underline-offset: .18em;
}

.footer-links a:hover {
	text-decoration-thickness: 2px;
}

.footer-links a:focus-visible {
	outline: 3px solid var(--gom-red);
	outline-offset: 3px;
}

.footer-cookie-preferences {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	min-height: 44px;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: .18em;
}

.footer-cookie-preferences:hover {
	text-decoration-thickness: 2px;
}

.footer-cookie-preferences:focus-visible {
	outline: 3px solid var(--gom-red);
	outline-offset: 3px;
}

.privacy-notice {
	border-left: 4px solid var(--gom-red);
	margin-top: 1.5rem;
	padding-left: 1rem;
}

@media (max-width: 768px) {
	.footer-inner {
		align-items: center;
		flex-direction: column;
		text-align: center;
	}

	.footer-links {
		justify-content: center;
	}
}
