/* [office_contact] – kantoorlocatie-kaartjes (footer) */

.office-contacts-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

@media (min-width: 768px) {
	.office-contacts-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.office-card {
	color: #f5f5f5;
}

.office-card .office-city {
	margin: 0 0 1rem;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.3;
	color: #f5f5f5;
}

.office-details {
	margin: 0;
}

.office-row {
	display: grid;
	grid-template-columns: 70px 1fr;
	gap: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.office-row + .office-row {
	margin-top: 0.75rem;
}

.office-row dt {
	margin: 0;
	opacity: 0.6;
}

.office-row dd {
	margin: 0;
	font-weight: 400;
}

.office-row a {
	color: inherit;
	text-decoration: none;
}

.office-row a:hover,
.office-row a:focus {
	color: inherit;
	text-decoration: underline;
}

.office-row dd a {
	word-break: break-all;
}
