:root {
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

main {
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 18px 60px;
  background: #fff;
  box-shadow: 0 15px 45px rgba(15, 23, 42, 0.06);
}

.toc {
  background: #f3f4f6;
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 32px;
}

.toc strong {
  display: block;
  margin-bottom: 8px;
}

.toc ul {
  margin: 0;
  padding-left: 20px;
}

.toc li {
  margin-bottom: 6px;
}

.policy-section {
  margin-top: 48px;
}

.policy-section:first-of-type {
  margin-top: 0;
}

.policy-section h2 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 600;
  color: #0f172a;
}

.policy-section h3 {
  margin: 24px 0 12px;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}

.cookie-table {
  width: 100%;
  margin-top: 16px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
}

.cookie-table th {
  background: #f3f4f6;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #4b5563;
  padding: 14px 18px;
  text-align: left;
}

.cookie-table td {
  padding: 18px;
  border-top: 1px solid #e5e7eb;
  vertical-align: top;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.55;
}

.cookie-table tr:first-of-type td {
  border-top: none;
}

.cookie-table td:first-child {
  font-weight: 600;
  color: #0f172a;
  font-size: 16px;
}

.cookie-table td:last-child {
  color: #1f2937;
  font-weight: 500;
}

.highlight {
  background: #ecfeff;
  border-left: 4px solid #06b6d4;
  padding: 16px 20px;
  border-radius: 12px;
  margin-top: 24px;
}

.consent-summary-wrapper {
  margin-top: 24px;
}

