/* AnroAgents Chat — Admin Settings */

.anroagents-settings {
	max-width: 800px;
}

/* Status card */
.anroagents-status-card {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	margin: 16px 0 24px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
}

.anroagents-status-card.active {
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #065f46;
}

.anroagents-status-card.inactive {
	background: #fef3c7;
	border: 1px solid #fcd34d;
	color: #92400e;
}

.anroagents-status-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	flex-shrink: 0;
}

.anroagents-status-card.active .anroagents-status-dot {
	background: #10b981;
}

.anroagents-status-card.inactive .anroagents-status-dot {
	background: #f59e0b;
}

/* Help section */
.anroagents-help {
	margin-top: 32px;
	padding: 20px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
}

.anroagents-help h3 {
	margin-top: 0;
}

.anroagents-help ol {
	margin-bottom: 0;
}

.anroagents-help li {
	margin-bottom: 6px;
}
