/* Contact links added to the canonical branch directory. */
.utr-contacts-tel a,
.utr-contacts-note a,
.utr-branch-sub a {
	color: inherit;
}

.utr-contacts-tel a:hover,
.utr-contacts-note a:hover,
.utr-branch-sub a:hover {
	color: var(--wp--preset--color--accent);
}

.utr-branch-email {
	overflow-wrap: anywhere;
}

.utr-rep-chip {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.utr-rep-city {
	margin-bottom: 2px;
}

.utr-rep-contact {
	color: var(--wp--preset--color--grey-500);
	font-size: 12px;
	font-weight: 600;
	overflow-wrap: anywhere;
}
