.custom-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  table-layout: auto;
}

.custom-table th, .custom-table td {
  padding: 15px;
  border: 1px solid #ddd;
  text-align: center;
  white-space: nowrap;
}

.custom-table th {
  background-color: #60A5FA;
  color: #fff;
  font-weight: bold;
}

.custom-table tr:nth-child(even) {
  background-color: #e9f2fb;
}

.custom-table tr:nth-child(odd) {
  background-color: #fff;
}
