.hustle-heic-loading {
	display: flex;
	align-items: center;
	gap: 0.6em;
	margin-top: 0.6em;
	font-size: 0.95em;
	line-height: 1.3;
	color: inherit;
	opacity: 0.9;
}

.hustle-heic-spinner {
	display: inline-block;
	width: 1em;
	height: 1em;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: hustle-heic-spin 0.7s linear infinite;
	flex-shrink: 0;
}

.hustle-heic-loading-text {
	font-weight: 500;
}

.elementor-form.hustle-heic-converting .hustle-heic-btn-disabled,
.elementor-form.hustle-heic-converting button[type="submit"],
.elementor-form.hustle-heic-converting .e-form__buttons__wrapper__button-next,
form.hustle-heic-converting .hustle-heic-btn-disabled,
.hustle-heic-btn-disabled {
	opacity: 0.55;
	cursor: not-allowed;
	pointer-events: none;
}

@keyframes hustle-heic-spin {
	to {
		transform: rotate(360deg);
	}
}
