.gantt-wrapper {
  font-family: sans-serif;
  padding: 16px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.gantt-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.gantt-label {
  width: 250px;
  font-weight: 500;
  font-size: 0.95rem;
  padding-right: 10px;
}

.gantt-subtask .gantt-label {
  padding-left: 20px;
  color: #777;
  font-weight: normal;
}

.gantt-bar-container {
  flex: 1;
  height: 24px;
  background: #f1f1f1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.gantt-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #5a3f89;
  color: white;
  font-size: 0.75rem;
  line-height: 24px;
  padding-left: 8px;
  border-radius: 12px;
  white-space: nowrap;
}
