.lf-footer-section {
	margin: 0;
}

.lf-footer-heading {
	margin-top: 0;
	margin-bottom: 10px;
	color: var(--theme-palette-color-2, currentColor);
	font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.313), 18px);
	font-weight: 700;
	line-height: 1.35;
}

.lf-footer-text,
.lf-footer-address {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.7;
}

.lf-footer-address {
	font-style: normal;
}

.lf-footer-contact-group + .lf-footer-contact-group {
	margin-top: 20px;
}

.lf-footer-section a,
.lf-footer-copyright a {
	color: inherit;
	text-decoration: none;
}

.lf-footer-section a:hover,
.lf-footer-copyright a:hover {
	text-decoration: underline;
}

.lf-footer-copyright p {
	margin: 0;
}
