.limson-footer {
	font-weight: 400;
	font-size: 1rem;
}

.limson-footer > *:first-child,
.limson-footer > *:last-child {
	margin-inline: auto;
	width: 100%;
}

.limson-footer a {
	text-decoration: underline;
	text-underline-offset: 0.5ex;
	text-decoration-color: transparent;
	transition: text-decoration-color 0.3s ease-in-out;
}

.limson-footer a:hover {
	text-decoration-color: currentColor;
}

@media (min-width: 1200px) {
	.limson-footer .indent-left {
		padding-left: 75px;
	}
	.limson-footer .indent-right {
		padding-right: 75px;
	}
}
