.efpl-captcha-box {
	margin-top: 18px;
}

.efpl-captcha-label {
	display: block;
	margin-bottom: 7px;
	font-size: 13px;
	color: #aaa;
}

.efpl-captcha-challenge {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 54px;
	margin-bottom: 9px;
	border: 1px dashed #4b4b4b;
	border-radius: 9px;
	background: #111;
	direction: ltr;
}

.efpl-captcha-number {
	font-size: 25px;
	letter-spacing: 8px;
	color: #ff7600;
	font-variant-numeric: tabular-nums;
	user-select: none;
}

.efpl-captcha-refresh {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #282828;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.efpl-captcha-answer {
	width: 100%;
	height: 54px;
	padding: 0 14px;
	border: 1px solid #333;
	border-radius: 9px;
	background: #0d0d0d;
	color: #fff;
	text-align: center;
	letter-spacing: 6px;
	font-size: 18px;
	box-sizing: border-box;
}

.efpl-remember-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	color: #bbb;
	cursor: pointer;
}

.efpl-remember-row input {
	width: 17px;
	height: 17px;
	accent-color: #ff7600;
}
