.where-to-buy-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
}

.where-to-buy-modal__content .link {
  padding: 1.2rem;
  font-size: inherit !important;
}