 
/* Better table styling for Material MkDocs */
table {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
  font-size: 0.95em;
}

th, td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  text-align: left;
}

th {
  background-color: #f5f5f5;
  font-weight: 600;
}

tr:nth-child(even) {
  background-color: #fafafa;
}

tr:hover {
  background-color: #f0f8ff; /* subtle highlight on hover */
}

/* Make tables scrollable on small screens */
.table-wrapper {
  overflow-x: auto;
}
