/* /app/download/ — 标准双平台卡片（与 download.html 一致） */

.download-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.download-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12) !important;
}

.app-download-ios-card {
  display: block;
  cursor: pointer;
}

.app-download-ios-card:hover .card-title {
  color: var(--bs-primary, #0d6efd);
}

.app-download-store-link {
  line-height: 0;
  padding: 8px 4px;
}

.app-download-store-link img {
  height: 40px;
  width: auto;
  max-width: 100%;
}

.app-download-store-link img.badge-google-play {
  height: 50px;
}

.app-download-badge-disabled {
  display: inline-block;
  opacity: 0.35;
  filter: grayscale(1);
  line-height: 0;
}

.app-download-badge-disabled img {
  height: 50px;
  width: auto;
  max-width: 100%;
}

.app-download-store-link img[height="60"] {
  height: 50px;
}
