@import url("column-shell.css");

/* Static site pages (privacy, terms, support). Column shell from column-shell.css */
body.site-body {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.55;
}

.container {
  width: 100%;
  margin: 0;
  padding: 40px 16px;
  text-align: center;
  background: transparent;
  border-radius: 0;
  min-height: 0;
  display: block;
}

h1 {
  color: #ff890e;
  font-weight: 700;
  font-size: clamp(1.85rem, 5.5vw + 1rem, 3rem);
  letter-spacing: -0.02em;
  margin: 0;
}

.container.prose {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 32px 24px;
}

.container.prose h1 {
  font-size: clamp(1.5rem, 3vw + 1rem, 2rem);
  font-weight: 700;
  margin: 0 0 1rem;
}

.container.prose h2 {
  color: #ff890e;
  font-size: clamp(1.1rem, 1.5vw + 0.9rem, 1.25rem);
  font-weight: 600;
  margin: 1.5rem 0 0.75rem;
}

.container.prose p,
.container.prose li {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 0.35vw + 0.96rem, 1.0625rem);
  font-weight: 500;
  line-height: 1.65;
  margin: 0 0 1em;
}

.container.prose ul {
  margin: 0 0 1em;
  padding-left: 1.25em;
}

.container.prose a {
  color: #4ea1ff;
}

.site-nav {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: clamp(0.9rem, 0.2vw + 0.88rem, 0.95rem);
  font-weight: 500;
}

.site-nav a {
  color: #4ea1ff;
  margin-right: 1rem;
}

.account-deletion {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.account-deletion__note {
  font-size: clamp(0.9rem, 0.2vw + 0.88rem, 0.95rem);
  color: rgba(255, 255, 255, 0.72);
}
