.address {

}

.address-column {
  display: inline;
  white-space: nowrap;
}

.address-column:not(:last-child) {
  margin-right: .5em;
}

@media screen and (max-width: 768px) {
  .address-column { display: block; }
  .address-column:not(:last-child) { margin-right: initial; }
}


.link {
  color: var(--color-black);
  text-decoration: none;
}

.link:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
