/* Custom table styling */
table {
  border-collapse: collapse;
  width: 100%;
}

table th,
table td {
  border: 1px solid #dee2e6;
  padding: 0.25rem;
  text-align: left;
}

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

table tbody tr:hover {
  background-color: #f8f9fa;
}
