/* Webux Footer-Kontakt (field block) - frontend.
   Pixel-ported from the original .lv-footer-links design (Figma: Montserrat
   Regular 15px, taupe-200 #cfc9c2, gap 10px, left-aligned). Links look like
   plain text (as in the design) and only brighten on hover. */
.webux-footer-contact {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: left;
}

.webux-footer-contact li {
	font-size: 15px;
	line-height: 1.2;
	color: #cfc9c2;
}

.webux-footer-contact a {
	color: #cfc9c2;
	text-decoration: none;
}

.webux-footer-contact a:hover {
	color: #fff;
}
