.lv-kommo-honeypot {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.lv-kommo-form-status {
	grid-column: 1 / -1;
	min-height: 1.5em;
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.5;
}

.lv-kommo-form-status:empty {
	min-height: 0;
}

.lv-kommo-form-status[data-state="sending"] {
	color: inherit;
	opacity: 0.8;
}

.lv-kommo-form-status[data-state="success"] {
	color: #166534;
}

.lv-kommo-form-status[data-state="error"] {
	color: #b91c1c;
}

[data-form="quick-order-preview"] button[disabled] {
	cursor: wait;
	opacity: 0.7;
}
