#allenamento-section {
  margin-top: 10px;
}

#allenamento-section p {
  margin-bottom: 12px;
}

.allenamento-wrap {
  border: 1px solid #1f2937;
  border-radius: 10px;
  overflow: hidden;
  background: #0d1117;
}

.allenamento-table {
  width: 100%;
  border-collapse: collapse;
}

.allenamento-table th,
.allenamento-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #1f2937;
  text-align: left;
  color: #e2e8f0;
}

.allenamento-table th {
  background: #1e293b;
  font-weight: bold;
}

.allenamento-table tr:nth-child(even) {
  background: #111827;
}

.allenamento-table select {
  width: 100%;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid #334155;
  background: #0f172a;
  color: #e2e8f0;
}

.allenamento-table select:disabled {
  background: #27272a;
  color: #a1a1aa;
}

.inf-tag {
  color: #facc15;
  font-size: 0.85em;
}
