.app-store-availability {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  color: #bfcbda;
  font-size: 14px;
  line-height: 1.5;
}

.app-store-badge-link {
  display: inline-flex;
  flex: 0 0 auto;
  border-radius: 8px;
}

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

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

.apple-trademark-notice {
  grid-column: 1 / -1;
  color: #8f9cad;
  font-size: 11px;
  line-height: 1.55;
}

@media (width <= 900px) {
  .app-store-availability {
    justify-content: center;
  }
}

@media (width <= 720px) {
  .app-store-availability {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
  }
}

/* Keep every landing-page brand mark aligned with the App Store identity. */
.brand-mark,
.mini-mark {
  background-color: #0b1424;
  background-image: url("/assets/survetify-app-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  transform: none;
}

.brand-mark {
  border-radius: 8px;
  display: block;
  flex: none;
}

.brand-mark > span {
  display: none;
}

.mini-mark {
  border-radius: 5px;
  display: block;
}
