.no-left-panel {
  margin-left: 0;
}

.no-left-panel .main-content-panel-inner {
  border-left: none;
}

.status-label {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  font-size: 12px;
  color: var(--text-secondary);
  background: var(--bg-white);
  margin-top: 6px;
}

.status-label.status-active {
  border-color: #bbf7d0;
  background: #dcfce7;
  color: var(--success-green);
}

.status-label.status-inactive {
  border-color: #fecaca;
  background: #fee2e2;
  color: var(--danger-red);
}

.no-details-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 300px;
  color: var(--text-muted);
}

.no-details-placeholder i {
  font-size: 48px;
  margin-bottom: 16px;
  opacity: 0.4;
}

.no-details-placeholder p {
  font-size: 14px;
}
