.muhasobe-circuit-fault-overlay {
	position: fixed;
	inset: 0;
	z-index: 200000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
	background: rgba(15, 23, 42, 0.55);
	backdrop-filter: blur(2px);
}

.muhasobe-circuit-fault-card {
	width: min(520px, 100%);
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.22);
	padding: 1.5rem 1.5rem 1.25rem;
	text-align: center;
}

.muhasobe-circuit-fault-icon {
	width: 52px;
	height: 52px;
	margin: 0 auto 0.85rem;
	border-radius: 50%;
	background: #fff3cd;
	color: #b58105;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 52px;
}

.muhasobe-circuit-fault-card h2 {
	font-size: 1.2rem;
	margin: 0 0 0.65rem;
	color: #1f2937;
}

.muhasobe-circuit-fault-card p {
	margin: 0 0 0.5rem;
	color: #4b5563;
	font-size: 0.95rem;
	line-height: 1.45;
}

.muhasobe-circuit-fault-sub {
	font-size: 0.875rem !important;
	color: #6b7280 !important;
}

.muhasobe-circuit-fault-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 1rem;
}

.muhasobe-circuit-error-panel .alert {
	border-radius: 12px;
}

#components-reconnect-modal {
	z-index: 199999 !important;
}
