:root {
  color-scheme: light dark;
  font-family: Arial, sans-serif;
}

body {
  margin: 0;
  line-height: 1.5;
  background: #0e1117;
  color: #f8fafc;
}

header,
main,
footer {
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem;
}

h1,
h2 {
  margin-bottom: 0.5rem;
}

#topTermsSection {
  margin-bottom: 0.75rem;
}

.terms-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #334155;
  border-radius: 8px;
  overflow: hidden;
  background: #111827;
}

.terms-table th,
.terms-table td {
  padding: 0.5rem 0.65rem;
  text-align: left;
  border-bottom: 1px solid #1f2937;
}

.terms-table thead th {
  background: #0f172a;
  color: #cbd5e1;
  font-weight: 600;
}

.terms-table tbody tr:last-child td {
  border-bottom: none;
}

.card-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.card-list li {
  border: 1px solid #334155;
  border-radius: 8px;
  padding: 0.75rem;
  background: #111827;
  text-align: left;
  direction: ltr;
}

a {
  color: #93c5fd;
}

.meta {
  font-size: 0.875rem;
  color: #cbd5e1;
}

.card-list li a {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.summary {
  margin: 0;
  color: #e2e8f0;
  text-align: left;
}
