/* Use Apple's official, unmodified black App Store badge on every locale. */
.app-store-button,
.share-store-button {
  width: 218px !important;
  height: 72px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
  color: transparent !important;
  background-color: transparent !important;
  background-image: url("https://tools.applemediaservices.com/api/badges/download-on-the-app-store/black/en-us") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.app-store-button.compact {
  width: 166px !important;
  height: 55px !important;
}

.share-store-button {
  width: 250px !important;
  height: 83px !important;
}

.app-store-button > *,
.share-store-button > * {
  display: none !important;
}

.app-store-button:hover,
.share-store-button:hover {
  transform: translateY(-2px);
}

.app-store-button:focus-visible,
.share-store-button:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 5px;
}

.download-section .app-store-button {
  background-color: transparent !important;
}
