.overview-lifecycle-priority {
  margin-top: 18px;
  margin-bottom: 18px !important;
}

.overview-lifecycle-priority .panel {
  border-radius: 18px;
  overflow: hidden;
}

.overview-dist-list {
  display: grid;
  gap: 12px;
  padding-top: 4px;
}

.overview-dist-row {
  display: grid;
  grid-template-columns: 82px minmax(120px, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.overview-dist-label {
  font-weight: 700;
  color: #334155;
}

.overview-dist-track {
  height: 10px;
  border-radius: 999px;
  background: #eef2f7;
  overflow: hidden;
}

.overview-dist-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  min-width: 3px;
}

.overview-dist-fill.primary { background: #2563eb; }
.overview-dist-fill.success { background: #16a34a; }
.overview-dist-fill.accent { background: #7c3aed; }
.overview-dist-fill.warning { background: #d97706; }
.overview-dist-fill.danger { background: #dc2626; }
.overview-dist-fill.muted { background: #64748b; }

.overview-dist-row strong {
  min-width: 96px;
  text-align: end;
  font-size: 14px;
}

.overview-dist-row small {
  color: #64748b;
  font-weight: 600;
}

.overview-risk-method-note {
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 720px) {
  .overview-dist-row {
    grid-template-columns: 70px minmax(90px, 1fr) auto;
    gap: 8px;
  }

  .overview-dist-row strong {
    min-width: 78px;
    font-size: 12px;
  }
}
