/* ============================================================
   STYLE.CSS — Aviso de Privacidade (complementar ao termos/style.css)
   ============================================================ */

.doc-label {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem !important;
}

/* Tabelas LGPD */
.tabela-wrap {
  overflow-x: auto;
  margin: 0.75rem 0;
  border-radius: var(--radius-md);
  border: 1px solid var(--gray-light);
}
.tabela-lgpd {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.tabela-lgpd td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--gray-light);
  vertical-align: top;
  color: var(--gray);
  line-height: 1.55;
}
.tabela-lgpd tr:last-child td {
  border-bottom: none;
}
.tabela-lgpd td:first-child {
  width: 36%;
  background: var(--cream-dark);
  font-size: 0.82rem;
  color: var(--dark);
  white-space: nowrap;
}

@media (max-width: 480px) {
  .tabela-lgpd td:first-child { white-space: normal; width: auto; }
}
