.app-icon {
  width: 10rem;
  height: 10rem;
  display: block;
  margin-bottom: 2rem;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.18)) drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
}

.app-screenshot {
  display: block;
  width: 700px;
  max-width: 100%;
  height: auto;
  margin: 2rem 0;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.18)) drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
}
@media (max-width: 700px) {
  .app-screenshot {
    width: 680px;
    max-width: none;
  }
}

.download-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

a, a:visited {
  color: #007aff;
}

.download-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #007aff;
  text-decoration: none;
  width: fit-content;
}
.download-btn:hover, .download-btn:focus, .download-btn:visited {
  color: #007aff;
  opacity: 0.7;
}

.download-meta {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 0;
}

.strikethrough {
  text-decoration: line-through;
}
