.azn-captcha-wrap {
	margin: 14px 0;
	font-family: 'Vazirmatn', Tahoma, 'Segoe UI', Arial, sans-serif;
	direction: rtl;
	text-align: center;
	box-sizing: border-box;
}
.azn-captcha-wrap * {
	box-sizing: border-box;
}
.azn-hp-field {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* باکس ثابت مشترک (حالت ۱ و ۲) — مثل ویجت Turnstile/reCAPTCHA */
.azn-fixed-card {
	width: 300px;
	max-width: 100%;
	margin: 0 auto;
	background: #fafafa;
	border: 1px solid #d3d3d3;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.azn-fixed-card-body {
	padding: 14px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

/* حالت ۱: کپچای ساده */
.azn-cap-eqline {
	font-size: 19px;
	font-weight: 700;
	color: #333;
	letter-spacing: .5px;
}
.azn-cap-input {
	width: 60px;
	min-width: 60px;
	flex-shrink: 0;
	padding: 6px 4px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	font-size: 15px;
	direction: ltr;
}
.azn-cap-error {
	color: #b32d2e;
	font-size: 13px;
}

/* حالت ۲: اسلایدر تعاملی */
.azn-adv-captcha {
	width: 100%;
}
.azn-adv-track {
	position: relative;
	height: 44px;
	background: #eef1f4;
	border: 1px solid #dcdfe3;
	border-radius: 22px;
	overflow: hidden;
	user-select: none;
	touch-action: none;
	width: 100%;
}
.azn-adv-fill {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 0%;
	background: linear-gradient(90deg, #c9e6d0, #8fd19e);
	transition: width 0.05s linear;
}
.azn-adv-text {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	font-size: 12.5px;
	color: #555;
	pointer-events: none;
	z-index: 1;
	padding: 0 44px;
}
.azn-adv-handle {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: grab;
	z-index: 2;
	transition: right 0.05s linear;
}
.azn-adv-handle:active {
	cursor: grabbing;
}
.azn-adv-arrow {
	color: #777;
	pointer-events: none;
}
.azn-adv-captcha.azn-verified .azn-adv-arrow {
	color: #2c7a3d;
}
.azn-adv-captcha.azn-verified .azn-adv-track {
	background: #e2f6e6;
	border-color: #8fd19e;
}
.azn-adv-captcha.azn-verified .azn-adv-text {
	color: #2c7a3d;
}

/* نوار برند پایین باکس (استایل درون‌خطی هم دارد، این‌جا برای هاور/انتقال) */
.azn-fixed-card-footer a:hover {
	color: #6d28d9 !important;
}

/* موبایل */
@media (max-width: 340px) {
	.azn-fixed-card {
		width: 100%;
	}
	.azn-cap-eqline {
		font-size: 17px;
	}
}
