.domain-placeholder {
  box-sizing: border-box;
  display: grid;
  place-items: center;
  min-block-size: 100vh;
  min-block-size: 100svh;
  margin: 0;
  padding: 2rem 24px;
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.domain-placeholder__content {
  inline-size: 100%;
  max-inline-size: 30rem;
  text-align: center;
  overflow-wrap: anywhere;
}

.domain-placeholder__content h1 {
  margin: 0;
  color: var(--color-text);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  hyphens: auto;
  text-wrap: pretty;
}

.domain-placeholder__content p {
  margin: 0.75rem 0 0;
  color: var(--color-text-muted);
  text-wrap: pretty;
}
