.status-banner {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.92rem;
}

.release-version {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.9em;
}

.product-status-pill.draft {
  color: #c9d4de;
  border-color: rgba(201, 212, 222, 0.35);
  background: rgba(201, 212, 222, 0.08);
}

.product-status-pill.stable,
.product-status-pill.active {
  color: #7dffb3;
  border-color: rgba(125, 255, 179, 0.35);
  background: rgba(125, 255, 179, 0.08);
}
