.rods-table {
  width: 100%;
  border-collapse: collapse;
  margin: var(--space-lg) 0;
  font-family: var(--font-body);
}

.rods-table th {
  font-size: 11px;
  font-weight: 500;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 0 0 12px 0;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.rods-table td {
  padding: 14px 0;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  vertical-align: middle;
}

.rods-table tbody tr:last-child td {
  border-bottom: none;
}

.rods-table tbody tr {
  transition: background 0.15s ease;
}

.rods-table tbody tr:hover {
  background: rgba(0, 0, 0, 0.015);
}

.rods-table .time {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 400;
  color: var(--text-muted);
  white-space: nowrap;
  padding-right: 24px;
  min-width: 120px;
}

.rods-table .session {
  font-weight: 500;
  color: var(--text-primary);
  font-size: 14px;
  padding-right: 24px;
  min-width: 100px;
}

.rods-table .detail {
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 400;
}
