/* === Auto-generated table styles === */
.table-container {
  overflow-x: auto;
  margin-top: 3em;
  margin-bottom: 3em;
}
.table-container table {
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  background: linear-gradient(to right, #1a1a2e, #16213e);
  color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  min-width: 600px;
}
.table-container thead tr {
  background: #0f3460;
  text-align: left;
}
.table-container th {
  padding: 12px;
  border-bottom: 2px solid #f39c12;
  font-size: 16px;
  white-space: nowrap;
}
.table-container td {
  padding: 10px;
  font-size: 14px;
}
.table-container tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}