.coming-soon-contact-fallback {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 1000;
  width: max-content;
  max-width: calc(100% - 32px);
  transform: translateX(-50%);
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  color: #ffffff;
  background: #172033;
  box-shadow: 0 10px 28px rgba(23, 32, 51, 0.22);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

.coming-soon-contact-fallback[hidden] {
  display: none;
}

@media (max-width: 699px) {
  .coming-soon-contact-fallback {
    bottom: 16px;
    width: calc(100% - 32px);
    max-width: 358px;
    font-size: 13px;
  }
}
