:root {
  --sdc-location-card-font-size: 16px;
  --sdc-location-card-letter-spacing: 1px;
  --sdc-location-card-line-height: 1.5;
  --sdc-location-card-heading-size: 2rem;
  --sdc-location-card-heading-weight: 500;
  --sdc-location-card-button-spacing: 1rem;
}

.sdc-location-card {
  font-size: var(--sdc-location-card-font-size);
  line-height: var(--sdc-location-card-line-height);
}

.sdc-location-card-address {
  margin-bottom: var(--sdc-location-card-button-spacing);
}

.sdc-location-card-title h3 {
  font-size: var(--sdc-contact-card-heading-size);
  font-weight: var(--sdc-contact-card-heading-weight);
  letter-spacing: var(--sdc-location-card-letter-spacing);
  margin: 0.25rem 0 0.75rem 0;
}

.sdc-contact-card-phone > div, .sdc-contact-card-mobile > div, .sdc-contact-card-fax > div, .sdc-contact-card-email > div {
  display: grid;
  grid-template-columns: 50px auto;
  grid-gap: 0.5rem;
}
