.coming-soon {
  max-width: 62rem;
}

.coming-soon__title {
  margin: 0 0 1.6rem;
}

.coming-soon__message {
  color: rgba(var(--color-foreground), 0.8);
  margin-bottom: 2.4rem;
}

.coming-soon__message > *:first-child {
  margin-top: 0;
}

.coming-soon__message > *:last-child {
  margin-bottom: 0;
}
