.eor-container.eor-modern-shell .eor-otp-inputs {
	display: grid;
	grid-template-columns: repeat(var(--eor-otp-count, 6), minmax(0, 1fr));
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	max-width: min(100%, var(--eor-otp-grid-max, 312px));
	margin: 22px auto 18px;
	direction: ltr;
}

.eor-container.eor-modern-shell .eor-otp-input,
.custom-checkout-auth-modal .eor-container.eor-modern-shell .eor-otp-input {
	box-sizing: border-box !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 44px !important;
	height: 48px !important;
	justify-self: center;
	padding: 0 !important;
	line-height: 48px !important;
	text-align: center !important;
	text-indent: 0 !important;
	letter-spacing: 0 !important;
	font-variant-numeric: tabular-nums;
}

.eor-container.eor-modern-shell #eor-registration-form {
	display: grid;
	gap: 18px;
}

.eor-container.eor-modern-shell #eor-registration-form .eor-form-group {
	margin: 0 !important;
}

.eor-container.eor-modern-shell #eor-registration-form .eor-label {
	gap: 9px;
	margin-bottom: 10px !important;
}

.eor-container.eor-modern-shell #eor-registration-form .eor-error-message:empty {
	display: none;
}

.eor-container.eor-modern-shell #eor-registration-form .eor-checkbox-label {
	display: flex !important;
	align-items: flex-start !important;
	gap: 12px !important;
	padding: 14px 15px !important;
}

.eor-container.eor-modern-shell #eor-registration-form .eor-checkbox-label input[type="checkbox"] {
	flex: 0 0 20px !important;
	margin-top: 1px !important;
}

.eor-container.eor-modern-shell #eor-registration-form .eor-checkbox-label span {
	display: block;
	min-width: 0;
	line-height: 1.55 !important;
}

.eor-container.eor-modern-shell #eor-registration-form .eor-checkbox-label a {
	color: #f2f2f2 !important;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 480px) {
	.eor-container.eor-modern-shell .eor-otp-inputs {
		gap: 6px;
	}

	.eor-container.eor-modern-shell .eor-otp-input,
	.custom-checkout-auth-modal .eor-container.eor-modern-shell .eor-otp-input {
		width: 100% !important;
		max-width: 40px !important;
		height: 46px !important;
		line-height: 46px !important;
	}
}
