.vt-aurora-season-table {
  max-width: 100%;
  overflow-x: auto;
  margin: 18px 0 32px;
  border: 1px solid #dce7ee;
  border-radius: 16px;
}
.vt-aurora-season-table:focus-visible { outline: 3px solid #48a1c8; outline-offset: 3px; }
.vt-aurora-season-table table { width: 100%; min-width: 680px; border-collapse: collapse; margin: 0; }
.vt-aurora-season-table caption { text-align: left; padding: 16px; color: inherit; }
.vt-aurora-season-table th,
.vt-aurora-season-table td { padding: 16px; text-align: left; vertical-align: top; border-top: 1px solid #dce7ee; }
.vt-aurora-season-table thead th { background: #eef6fa; }
.vt-aurora-season-table tbody th { width: 24%; }
.vt-aurora-season-table tbody tr:nth-child(even) { background: #f8fafc; }
.vt-aurora-season-table-hint { display: none; }
@media (max-width: 767px) { .vt-aurora-season-table-hint { display: block; } }
