/* Official Google Play download badge: preserve artwork and 1/4-height clear space. */
.app-download-actions { align-items: center; }
.google-play-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  line-height: 0;
  text-decoration: none;
}
.google-play-badge img {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
}
.google-play-badge:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}
