.cli-leg-widget {
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.cli-leg-header {
  padding: 16px 18px;
  border-bottom: 1px solid #e5e7eb;
  background: #f8fafc;
}

.cli-leg-header h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

.cli-leg-list {
  display: grid;
  gap: 0;
}

.cli-leg-item {
  padding: 16px 18px;
  border-bottom: 1px solid #eef2f7;
}

.cli-leg-item:last-child {
  border-bottom: 0;
}

.cli-leg-kicker {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #334155;
}

.cli-leg-title {
  font-size: 16px;
  line-height: 1.5;
  color: #0f172a;
}

.cli-leg-meta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 13px;
  color: #64748b;
}

.cli-leg-actions {
  margin-top: 12px;
}

.cli-leg-button {
  display: inline-block;
  text-decoration: none;
  padding: 9px 12px;
  border-radius: 6px;
  border: 1px solid #cbd5e1;
  font-size: 14px;
  font-weight: 600;
}

.cli-leg-message {
  padding: 18px;
}

.cli-leg-error {
  color: #991b1b;
}
