.alcs-legal-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: .7rem 1.2rem;
	margin: 0;
	padding: 1rem 1.25rem;
	background: #292724;
	color: #fff;
	font-size: .86rem;
	line-height: 1.5;
}

.alcs-legal-footer a {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: .2em;
}

.alcs-legal-footer a:hover {
	color: #ffd8c4;
}

.alcs-legal-footer a:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
	border-radius: 2px;
}

@media (max-width: 600px) {
	.alcs-legal-footer {
		justify-content: flex-start;
		gap: .6rem 1rem;
		padding: 1rem;
	}
}
