body.atrkadeh-batch-code-page {
	--ak-batch-ink: #272330;
	--ak-batch-muted: #77717d;
	--ak-batch-line: #e5e2e8;
	--ak-batch-soft: #fbf8f5;
	background: #fff !important;
}

body.atrkadeh-batch-code-page .site-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
	background: #fff !important;
}

body.atrkadeh-batch-code-page .site-content > .ast-container {
	max-width: none;
	padding-inline: 0;
}

body.atrkadeh-batch-code-page #primary,
body.atrkadeh-batch-code-page .site-main,
body.atrkadeh-batch-code-page .entry-content {
	width: 100%;
	margin: 0;
	padding: 0;
}

body.atrkadeh-batch-code-page #primary {
	margin-top: 0 !important;
}

body.atrkadeh-batch-code-page article.ast-article-single {
	margin: 0;
	padding: 0;
	background: #fff;
}

body.atrkadeh-batch-code-page .entry-header {
	display: none;
}

body.atrkadeh-batch-code-page .ast-breadcrumbs-wrapper {
	width: min(980px, calc(100% - 48px));
	margin: 4px auto 0 !important;
	padding: 0 !important;
	font-size: 11px;
}

.atrkadeh-batch-checker,
.atrkadeh-batch-checker * {
	box-sizing: border-box;
}

.atrkadeh-batch-checker {
	min-height: 80vh;
	padding: 22px 0 72px;
	color: var(--ak-batch-ink);
	background: #fff;
}

.atrkadeh-batch-checker__hero {
	width: min(720px, calc(100% - 40px));
	margin: 0 auto 34px;
	text-align: center;
}

.atrkadeh-batch-checker__eyebrow {
	display: inline-flex;
	margin: 0 0 18px;
	padding: 5px 10px;
	border: 1px solid var(--ak-batch-line);
	border-radius: 999px;
	align-items: center;
	gap: 7px;
	color: #5e5864;
	background: #fff;
	font-size: 11px;
}

.atrkadeh-batch-checker__eyebrow span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f27835;
}

.atrkadeh-batch-checker__hero h1 {
	margin: 0;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 800;
	line-height: 1.35;
}

.atrkadeh-batch-checker__lead {
	max-width: 610px;
	margin: 14px auto 0;
	color: #5f5963;
	font-size: 15px;
	line-height: 1.9;
}

.atrkadeh-batch-checker__benefits {
	display: flex;
	margin-top: 24px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.atrkadeh-batch-checker__benefits span {
	padding: 8px 15px;
	border: 1px solid var(--ak-batch-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
	font-size: 11px;
}

.atrkadeh-batch-form {
	width: min(540px, calc(100% - 32px));
	margin: 0 auto;
	padding: 24px;
	border: 1px solid var(--ak-batch-line);
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(39, 35, 48, 0.08);
}

.atrkadeh-batch-form__field + .atrkadeh-batch-form__field {
	margin-top: 16px;
}

.atrkadeh-batch-form label,
.atrkadeh-batch-form__popular > span {
	display: block;
	margin-bottom: 7px;
	font-size: 12px;
	font-weight: 700;
}

.atrkadeh-batch-form__input-wrap {
	position: relative;
}

.atrkadeh-batch-form__options {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	z-index: 50;
	width: 100%;
	max-height: 286px;
	padding: 6px;
	border: 1px solid #d8d4dc;
	border-radius: 11px;
	overflow-y: auto;
	background: #fff;
	box-shadow: 0 14px 28px rgba(39, 35, 48, 0.14);
}

.atrkadeh-batch-form__options[hidden] {
	display: none !important;
}

.atrkadeh-batch-form__option {
	display: flex;
	width: 100%;
	min-height: 46px;
	padding: 7px 10px;
	border: 0;
	border-radius: 7px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: var(--ak-batch-ink);
	background: #fff;
	font: inherit;
	text-align: right;
	cursor: pointer;
}

.atrkadeh-batch-form__option:hover,
.atrkadeh-batch-form__option:focus-visible {
	outline: none;
	background: #f4f2f5;
}

.atrkadeh-batch-form__option strong {
	direction: ltr;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
}

.atrkadeh-batch-form__option span {
	color: var(--ak-batch-muted);
	font-size: 11px;
}

.atrkadeh-batch-form__option-empty {
	margin: 0;
	padding: 10px;
	color: var(--ak-batch-muted);
	font-size: 11px;
	text-align: center;
}

.atrkadeh-batch-form__input-wrap > span {
	position: absolute;
	top: 50%;
	right: 14px;
	color: #8b858f;
	font-family: Arial, sans-serif;
	font-size: 20px;
	transform: translateY(-52%);
	pointer-events: none;
}

.atrkadeh-batch-form input[type="text"] {
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0 42px 0 14px;
	border: 1px solid #d5d1d8;
	border-radius: 10px;
	outline: none;
	background: #fff;
	box-shadow: none;
	font: inherit;
	font-size: 13px;
}

.atrkadeh-batch-form__input-wrap--code input {
	padding-right: 42px;
	direction: ltr;
	text-align: right;
}

.atrkadeh-batch-form input[type="text"]:focus {
	border-color: var(--ak-batch-ink);
	box-shadow: 0 0 0 3px rgba(39, 35, 48, 0.08);
}

.atrkadeh-batch-form__popular {
	margin: 12px 0 16px;
}

.atrkadeh-batch-form__popular > span {
	color: var(--ak-batch-muted);
	font-size: 10px;
	font-weight: 500;
}

.atrkadeh-batch-form__popular > div {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.atrkadeh-batch-form__popular button {
	padding: 5px 10px;
	border: 1px solid var(--ak-batch-line);
	border-radius: 999px;
	color: #4a454e;
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 11px;
	cursor: pointer;
}

.atrkadeh-batch-form__popular button:hover,
.atrkadeh-batch-form__popular button:focus-visible {
	border-color: var(--ak-batch-ink);
	outline: none;
	color: #fff;
	background: var(--ak-batch-ink);
}

.atrkadeh-batch-form small {
	display: block;
	margin-top: 6px;
	color: var(--ak-batch-muted);
	font-size: 10px;
}

.atrkadeh-batch-form__trap {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.atrkadeh-batch-form__submit {
	width: 100%;
	height: 50px;
	margin-top: 20px;
	border: 0;
	border-radius: 10px;
	color: #fff;
	background: #1f1d22;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	transition: opacity 160ms ease, transform 160ms ease;
}

.atrkadeh-batch-form__submit:hover,
.atrkadeh-batch-form__submit:focus-visible {
	opacity: 0.88;
	outline: none;
	transform: translateY(-1px);
}

.atrkadeh-batch-form__submit:disabled {
	opacity: 0.55;
	cursor: wait;
	transform: none;
}

.atrkadeh-batch-form__status {
	min-height: 20px;
	margin: 9px 0 -8px;
	color: #b12d2d;
	font-size: 11px;
	text-align: center;
}

.atrkadeh-batch-result {
	width: min(540px, calc(100% - 32px));
	margin: 18px auto 0;
	padding: 22px;
	border: 1px solid #dcd8e0;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(39, 35, 48, 0.06);
}

.atrkadeh-batch-result h2 {
	margin: 0 0 8px;
	font-size: 21px;
}

.atrkadeh-batch-result p {
	margin: 0;
	color: #5f5963;
	font-size: 13px;
	line-height: 1.9;
}

.atrkadeh-batch-result dl {
	display: grid;
	margin: 16px 0 0;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.atrkadeh-batch-result dl > div {
	padding: 10px;
	border-radius: 9px;
	background: #f7f5f8;
}

.atrkadeh-batch-result dt {
	color: var(--ak-batch-muted);
	font-size: 10px;
}

.atrkadeh-batch-result dd {
	margin: 3px 0 0;
	font-size: 12px;
	font-weight: 800;
}

.atrkadeh-batch-checker__notice {
	width: min(540px, calc(100% - 32px));
	margin: 20px auto 0;
	color: var(--ak-batch-muted);
	font-size: 11px;
	line-height: 1.9;
	text-align: center;
}

@media (max-width: 767px) {
	body.atrkadeh-batch-code-page .ast-breadcrumbs-wrapper {
		width: calc(100% - 32px);
		margin-top: 2px !important;
	}

	.atrkadeh-batch-checker {
		padding: 18px 0 54px;
	}

	.atrkadeh-batch-checker__hero h1 {
		font-size: 30px;
	}

	.atrkadeh-batch-checker__lead {
		font-size: 14px;
	}

	.atrkadeh-batch-form {
		padding: 18px;
	}

	.atrkadeh-batch-result dl {
		grid-template-columns: 1fr;
	}
}
