.location-card__name {
	margin-top: 0;
	margin-bottom: 0.25rem;
}

.location-card p {
	margin: 0.25rem 0;
}

.location-card__additional {
	margin-top: 0.5rem;
	opacity: 0.9;
}

.location-card__address {
	font-style: normal;
	line-height: 1.4;
}

.location-card__email a,
.location-card__phone a {
	word-break: break-word;
}

/*
 * Visually-hidden labels for screen readers (e.g. "Address:").
 * Clip technique — never display:none. Scoped to the block.
 */
.location-card .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	border: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	white-space: nowrap;
	word-wrap: normal !important;
}
