.download-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 12px;
  text-decoration: none;
}

.download-badge img {
  display: block;
  width: auto;
  height: 48px;
  max-width: none;
}

.download-badge:focus-visible,
.app-screenshots a:focus-visible {
  outline: 3px solid #2f7cff;
  outline-offset: 3px;
}

.app-screenshots {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding: 6px 4px 16px;
  margin: 12px -4px 0;
}

.app-screenshots a {
  display: block;
  flex: 1 0 0;
  min-width: 116px;
  scroll-snap-align: start;
}

.app-screenshots img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(7, 17, 38, 0.12);
  border-radius: 10px;
}

.squarequote-screenshots {
  max-width: 800px;
  margin-top: 24px;
}

.store-trademark-note {
  width: min(calc(100% - 2rem), 1120px);
  margin: 1rem auto 0;
  color: inherit;
  font-size: .75rem;
  line-height: 1.5;
  opacity: .8;
}

.store-badge-link {
  padding: 12px;
  transition: none;
}

img.store-badge {
  width: auto;
  height: 48px;
  max-width: none;
}

.store-badge-link:hover,
.store-badge-link:focus-visible {
  transform: none;
  filter: none;
  box-shadow: none;
}

@media (max-width: 600px) {
  .squarequote-screenshots a {
    flex: 0 0 62%;
    max-width: 250px;
  }
}
