.store-badge-actions {
  align-items: center;
}

.store-badge-link {
  display: inline-grid;
  height: 60px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  line-height: 0;
  text-decoration: none;
}

.store-badge-link img {
  display: block;
  max-width: none;
}

.app-store-badge img {
  width: 120px;
  height: 40px;
}

.google-play-badge img {
  width: 135px;
  height: 52px;
}

.store-badge-link:focus-visible {
  outline: 3px solid #ad543a;
  outline-offset: 4px;
}

@media (max-width: 720px) {
  .store-badge-actions {
    align-items: center;
    justify-content: center;
  }
}
