.lb--adresse {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-style: normal;
}

.lb--adresse--single {
	display: inline;
}

.lb--adresse--stacked {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.lb--adresse a {
	color: inherit;
	text-decoration: none;
}

.lb--adresse a:hover {
	text-decoration: underline;
}
