.dlpa-office {
  font-size: 13px;
  font-weight: var(--dlpa-font-weight-light);
  line-height: 1.4;
  letter-spacing: -0.13px;
  color: var(--dlpa-grijs-tekst);
}

.dlpa-office__name,
.dlpa-office__address {
  margin: 0;
}

/* Links (e.g. tel:) hover like the footer legal links: grey at rest, brand
   blue on hover/focus, no underline. */
.dlpa-office a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.dlpa-office a:hover,
.dlpa-office a:focus-visible {
  color: var(--dlpa-blauw);
}
