/* Site-specific tweaks */
small.footnote {
  font-size: 0.7em;
}

/* Basic table styling */
table {
  width: 100% !important;
  border-collapse: collapse !important;
}

th, td {
  padding: 4px !important;
  vertical-align: top !important;
  border: 1px solid rgba(0,0,0,0.12) !important;
}

thead th {
  background: rgba(0,0,0,0.05);
  text-align: left;
}

/* Zebra striping for readability */
tbody tr:nth-child(odd) {
  background: rgba(0,0,0,0.02);
}

/* Horizontal list utility */
.hlist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hlist li {
  margin: 0;
  padding: 0;
}

