/* Sustain-X OTP */
.sxotp-row {
	margin: 8px 0 18px;
	padding: 12px 14px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	background: #fafafa;
}
.sxotp-row.sxotp-ok {
	border-color: #b7e1c4;
	background: #f2fbf5;
}
.sxotp-hint,
.sxotp-msg {
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 1.4;
}
.sxotp-hint {
	color: #555;
}
.sxotp-msg {
	margin: 8px 0 0;
	min-height: 1em;
}
.sxotp-msg[data-kind="ok"] {
	color: #1a7f3c;
}
.sxotp-msg[data-kind="err"] {
	color: #c0392b;
}
.sxotp-controls {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}
.sxotp-controls input {
	flex: 1 1 160px;
	min-width: 0;
	padding: 8px 10px;
}
.sxotp-controls .button {
	white-space: nowrap;
}
.sxotp-controls button[disabled] {
	opacity: .6;
	cursor: default;
}

/* Checkout — compact inline verifier, tucked under the email input */
.sxotp-cx {
	display: block;
	margin: 6px 0 0;
	font-size: 13px;
	line-height: 1.4;
}
.sxotp-cx-row {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
}
.sxotp-cx-hint {
	display: block;
	color: #666;
	flex: 1 1 100%;
	margin-bottom: 2px;
}
.sxotp-cx-code {
	flex: 0 1 110px;
	min-width: 0;
	padding: 6px 8px !important;
	font-size: 13px !important;
	letter-spacing: 3px;
	text-align: center;
	height: auto !important;
}
.sxotp-cx .button.sxotp-cx-btn {
	flex: 0 0 auto;
	padding: 6px 12px !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
	min-height: 0 !important;
	height: auto !important;
	margin: 0 !important;
	white-space: nowrap;
}
.sxotp-cx .button.sxotp-cx-btn[disabled] {
	opacity: .55;
	cursor: default;
}
.sxotp-cx-msg {
	display: block;
	margin-top: 4px;
	font-size: 12px;
}
.sxotp-cx-msg:empty {
	display: none;
}
.sxotp-cx-msg[data-kind="ok"] {
	color: #1a7f3c;
}
.sxotp-cx-msg[data-kind="err"] {
	color: #c0392b;
}
.sxotp-cx.sxotp-cx-ok .sxotp-cx-msg {
	font-weight: 600;
	margin-top: 0;
}

/* Login box */
.sxotp-login-box {
	margin: 18px 0 0;
}
.sxotp-sep {
	display: flex;
	align-items: center;
	text-align: center;
	color: #888;
	font-size: 13px;
	margin: 4px 0 12px;
}
.sxotp-sep::before,
.sxotp-sep::after {
	content: "";
	flex: 1;
	border-top: 1px solid #e0e0e0;
}
.sxotp-sep span {
	padding: 0 10px;
}
.sxotp-login-box .sxotp-controls {
	margin-bottom: 8px;
}
