.app-store-badge {
  display: inline-block;
  line-height: 0;
  flex: 0 0 auto;
}

.app-store-badge img {
  display: block;
  width: 190px;
  height: auto;
}

.app-store-badge:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .9);
  outline-offset: 5px;
  border-radius: 8px;
}

.closing-section .app-store-badge {
  margin-top: 8px;
}

.closing-section .app-store-badge:focus-visible {
  outline-color: #1d1d1f;
}

@media (max-width: 700px) {
  .hero-actions {
    align-items: center;
  }

  .app-store-badge img {
    width: 176px;
  }
}
