.lqg-form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.lqg-label {
	display: block;
}

.lqg-input-group {
	display: flex;
	align-items: stretch;
	gap: 8px;
}

.lqg-field-group {
	flex: 1 1 auto;
	min-width: 0;
}

.lqg-input {
	width: 100%;
	box-sizing: border-box;
	display: block;
	height: 100%;
}

.lqg-submit {
	cursor: pointer;
	border: none;
	background: #000;
	color: #fff;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	line-height: 1;
	flex: 0 0 auto;
}

.lqg-submit i,
.lqg-submit svg {
	width: 1em;
	height: 1em;
	font-size: 1.2em;
	fill: currentColor;
}

.lqg-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.lqg-message {
	min-height: 1.2em;
}

.lqg-message.lqg-error {
	color: #d9534f;
}

.lqg-message.lqg-success {
	color: #3e8e41;
}
