/**
 * legal.css — DRAFT notice for cookies.html / termos.html
 * (landing-consent-and-analytics-gateway).
 *
 * Prominent RASCUNHO/DRAFT banner. External CSS only (CSP-safe).
 */

.legal-draft {
  margin: 1rem 0 1.75rem;
  padding: 0.875rem 1rem;
  border: 1px solid #f59e0b;
  border-left-width: 4px;
  border-radius: 0.5rem;
  background: #fffbeb;
  color: #92400e;
  font-size: 0.9rem;
  line-height: 1.5;
}

.legal-draft strong {
  display: inline-block;
  margin-bottom: 0.25rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.8rem;
}
