.ysc-es-captcha-container {
	/* Invisible widget renders no button; keep container non-intrusive. */
	min-height: 1px;
}

.ysc-es-error {
	margin: 0 0 12px 0;
	padding: 10px 12px;
	border: 1px solid rgba(220, 50, 50, 0.35);
	background: rgba(220, 50, 50, 0.08);
	color: #b00020;
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.4;
}

.ysc-es-debug {
	margin: 0 0 12px 0;
	padding: 12px;
	border: 1px solid rgba(27, 31, 35, 0.18);
	background: #f6f7f7;
	color: #1d2327;
	border-radius: 6px;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}

.ysc-es-debug__title {
	margin-bottom: 8px;
	font-weight: 600;
}

.ysc-es-debug__status {
	margin-bottom: 10px;
}

.ysc-es-debug__history {
	padding-top: 10px;
	border-top: 1px solid rgba(27, 31, 35, 0.12);
	font-family: monospace;
}

.ysc-es-debug__history > div + div {
	margin-top: 4px;
}

.ysc-es-debug__time {
	display: inline-block;
	min-width: 72px;
	color: #50575e;
}

