/* Estilos da página de Termos/Privacidade (conteúdo longo) */

.policy-content {
  color: #27272a;
  font-size: 16px;
  line-height: 1.75;
  word-break: break-word;
}

.policy-content h2 {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
  color: #18181b;
  margin-top: 40px;
  margin-bottom: 14px;
}

.policy-content h3 {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  color: #18181b;
  margin-top: 22px;
  margin-bottom: 10px;
}

.policy-content p {
  margin: 10px 0;
}

.policy-content ul,
.policy-content ol {
  margin: 10px 0 14px 20px;
  padding-left: 16px;
}

.policy-content ul {
  list-style: disc;
}

.policy-content ol {
  list-style: decimal;
}

.policy-content li {
  margin: 6px 0;
}

.policy-content a {
  color: #2087e8;
  text-decoration: underline;
  text-decoration-color: rgba(32, 135, 232, 0.35);
  text-underline-offset: 3px;
}

.policy-content a:hover {
  text-decoration-color: rgba(32, 135, 232, 0.9);
}

.policy-content hr {
  border: 0;
  height: 1px;
  background: #e4e4e7;
  margin: 26px 0;
}

.policy-content strong {
  font-weight: 600;
  color: #18181b;
}

.policy-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  border: 1px solid #e4e4e7;
}

.policy-content th,
.policy-content td {
  border: 1px solid #e4e4e7;
  padding: 10px 12px;
  text-align: left;
}

.policy-content thead th {
  background: #f4f4f5;
  font-weight: 600;
  color: #18181b;
}

.policy-content code {
  background: rgba(32, 135, 232, 0.08);
  padding: 2px 6px;
  border-radius: 6px;
  border: 1px solid rgba(24, 24, 27, 0.08);
  font-size: 0.92em;
}

.policy-content pre {
  background: #0b1220;
  color: #e2e8f0;
  border-radius: 14px;
  padding: 14px 16px;
  overflow-x: auto;
  margin: 14px 0;
}

.policy-content pre code {
  background: transparent;
  border: none;
  padding: 0;
  color: inherit;
}

.toc-scroll {
  max-height: calc(100vh - 190px);
  overflow: auto;
}

.toc-scroll a {
  display: inline-block;
  color: #18181b;
}

.toc-scroll a:hover {
  color: #2087e8;
}
