.coming-soon-banner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 0.75rem;
  padding: 0.42rem 0.75rem;
  border: 1px solid rgba(31, 111, 69, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(232, 247, 237, 0.96), rgba(208, 236, 216, 0.96));
  color: #1f6f45;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(16, 28, 20, 0.08);
}

.download-dialog-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(16, 28, 20, 0.48);
}

.download-dialog-backdrop.is-open {
  display: flex;
}

.download-dialog {
  width: min(100%, 420px);
  padding: 1.35rem;
  border: 1px solid #d3ded5;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(16, 28, 20, 0.22);
}

.download-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.download-dialog-title {
  margin: 0;
  color: #17251b;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.download-dialog-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: #edf3ee;
  color: #26382b;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.download-dialog-options {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.download-dialog-badge {
  display: inline-block;
  line-height: 0;
}

.download-dialog-badge img {
  display: block;
  width: 180px;
  max-width: 100%;
  height: 60px;
  border: 0;
  border-radius: 0 !important;
  box-shadow: none;
}

.download-dialog-badge.google-play img {
  width: 202px;
}
