.download-wait-label {
  display: block;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  opacity: 0.65;
}

#waiting {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.download-telegram-cta-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 0.5rem;
}

.download-telegram-cta {
  display: inline-flex;
  max-width: 100%;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  color: #fff !important;
  background: #2ca5e0;
  box-shadow: 0 0.5rem 1.25rem rgba(19, 115, 160, 0.28);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none !important;
  transition:
    background-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;
}

.download-telegram-cta__icon {
  display: grid;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.download-telegram-cta__icon svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
}

.download-telegram-cta__icon rect {
  display: none;
}

.download-telegram-cta__label {
  min-width: 0;
  text-align: center;
  white-space: normal;
}

@media (hover: hover) {
  .download-telegram-cta:hover {
    background: #2296cf;
    box-shadow: 0 0.7rem 1.5rem rgba(19, 115, 160, 0.34);
    transform: translateY(-2px);
  }
}

.download-telegram-cta:active {
  background: #1e88bd;
  transform: translateY(1px);
}

.download-telegram-cta:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(44, 165, 224, 0.4);
}

@media (max-width: 991px) {
  .download-telegram-cta-wrap {
    margin-bottom: 1.5rem;
  }
}

html.darkmod .download-telegram-cta {
  background: #2ca5e0;
}

html.darkmod .download-telegram-cta:hover {
  background: #2296cf;
}

html.darkmod .download-telegram-cta:active {
  background: #1e88bd;
}
