#wrapperTramos,
#wrapperTramosMovil {
  display: none;
}

.tramos-container {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.tramo-card {
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 10px;
  background: #fff;
}

.tramo-header {
  font-weight: 700;
  color: #124e78;
  margin-bottom: 6px;
}

.tramo-meta {
  font-size: 12px;
  color: #5c6770;
  margin-bottom: 8px;
}

.tramo-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.tramo-row input,
.tramo-row select {
  width: 100%;
}

.tramo-price {
  font-size: 13px;
  font-weight: 600;
  color: #0f5132;
  background: #ecfdf3;
  border: 1px solid #c8f0d5;
  border-radius: 6px;
  padding: 6px 8px;
}

.tramo-warning {
  font-size: 12px;
  color: #b54708;
  background: #fff8eb;
  border: 1px solid #f8ddb0;
  border-radius: 6px;
  padding: 8px;
  margin-top: 8px;
}

.seat-inline {
  display: flex;
  align-items: center;
  gap: 8px;
}

.seat-inline .badge-seat {
  background: #e8f1ff;
  color: #1d4ed8;
  border: 1px solid #bfd3ff;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 11px;
}
