.notify-otp-wrap {
	max-width: 420px;
	margin: 0 0 24px;
	padding: 20px 22px;
	background: #fafafa;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
}
.notify-otp-wrap h3 {
	margin: 0 0 14px;
	font-size: 18px;
}
.notify-otp-wrap label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}
.notify-otp-wrap input[type="tel"],
.notify-otp-wrap input[type="text"] {
	width: 100%;
	padding: 10px 12px;
	margin-bottom: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 15px;
}
.notify-otp-wrap .button {
	margin-right: 6px;
}
.notify-otp-message {
	margin-top: 10px;
	font-size: 13px;
	color: #333;
	min-height: 1.4em;
}

.notify-checkout-otp {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	padding: 14px 16px;
	margin: 12px 0 20px;
}
.notify-checkout-otp h4 {
	margin: 0 0 6px;
	font-size: 15px;
}
.notify-checkout-otp .description {
	margin: 0 0 10px;
	color: #555;
	font-size: 12px;
}
.notify-checkout-otp-row {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: center;
}
.notify-checkout-otp-row input {
	flex: 1;
	min-width: 120px;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.notify-checkout-otp.is-verified {
	background: #e9f7ef;
	border-color: #b6e0c2;
}
.notify-otp-verified {
	color: #00674a;
	font-weight: 600;
}
