.pf-system-status-banner {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 16px;
  margin-bottom: 16px;
  border-radius: 10px;
  border: 1px solid #f59e0b;
  background: linear-gradient(135deg, #fef3c7 0%, #fed7aa 100%);
  color: #78350f;
  box-shadow: 0 1px 2px rgba(120, 53, 15, 0.08);
}

.pf-system-status-banner__icon {
  flex: 0 0 auto;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #d97706;
}

.pf-system-status-banner__title {
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.15rem;
}

.pf-system-status-banner__message {
  line-height: 1.45;
  white-space: pre-wrap;
}

body.pf-embed-shell .pf-system-status-banner {
  margin-bottom: 12px;
}

body.pf-v5-shell .pf-system-status-banner {
  margin: 8px 16px 0;
}
