/* CDQ Pathway Intelligence — Styles */

.cdq-login-container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Severity badges */
.severity-critical {
  background-color: #dc3545;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.85em;
}

.severity-moderate {
  background-color: #ffc107;
  color: #212529;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.85em;
}

.severity-informational {
  background-color: #17a2b8;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.85em;
}

/* Status badges */
.status-draft { color: #6c757d; }
.status-pending_review { color: #ffc107; }
.status-approved { color: #28a745; }
.status-rejected { color: #dc3545; }
.status-retired { color: #6c757d; font-style: italic; }

/* Card overrides */
.card {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12);
  border: none;
}

.card-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
