.result-group {
  margin-bottom: 14px;
}

.result-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

.result-bar-container {
  background: #e6ebf2;
  border-radius: 6px;
  overflow: hidden;
  height: 8px;
}

.result-bar {
  height: 100%;
}

.bar-employee {
  background: #4caf50;
}

.bar-contractor {
  background: #2f6fdd;
}

.bar-diff {
  background: #f44336;
}

.context-note {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 12px;
}

/* ✅ NEW: insight styling */
.insight {
  margin-top: 12px;
  font-size: 0.95rem;
}

.insight.positive {
  color: #2e7d32;
}

.insight.negative {
  color: #c62828;
}

/* ✅ NEW: small row (keep rate) */
.result-row.small {
  font-size: 0.85rem;
  color: #666;
}