.privacy-container {
  max-width: 680px;
  margin: 40px auto 60px;
  padding: 32px;
  background: var(--card-bg);
  border-radius: 16px;
  border: 1px solid var(--card-border);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

@media (max-width: 720px) {
  .privacy-container {
    margin: 16px;
    padding: 20px;
  }
}

.privacy-container h1 {
  text-align: center;
  margin: 0 0 4px;
  font-size: 1.5rem;
  color: var(--text-main);
}

.effective-date {
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 28px;
}

.privacy-content {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text-body);
}

.privacy-content h2 {
  font-size: 1rem;
  font-weight: 600;
  margin: 24px 0 6px;
  color: var(--text-main);
}

.privacy-content p {
  margin: 0 0 12px;
}

.privacy-content ul {
  margin: 6px 0 12px 20px;
  padding: 0;
}

.privacy-content li {
  margin-bottom: 4px;
}

.privacy-content a {
  color: var(--button-primary-bg);
  text-decoration: none;
}

.privacy-content a:hover {
  text-decoration: underline;
}

/* Not .field-row: that class's grid-template-columns (120px label + 1fr +
   auto + auto, for the admin config-form layout) would auto-place this
   textarea — its only, label-less child — into the 120px column instead of
   letting it span the row, rendering as a small fixed-width square instead
   of filling the page. */
.feedback-field {
  margin-bottom: 12px;
}
.feedback-field .field-input {
  width: 100%;
  min-height: 140px;
}
