.elementor-field-type-mtk-renteon-field.loading .elementor-select-wrapper,
.elementor-field-type-mtk-renteon-field.loading .select2-selection,
.elementor-field-type-mtk-renteon-field.loading .renteon-field--carcategories,
.elementor-field-type-mtk-renteon-field .loading .elementor-select-wrapper,
.elementor-field-type-mtk-renteon-field .loading .select2-selection,
.elementor-field-type-mtk-renteon-field .loading .renteon-field--carcategories {
	position: relative;
}

.elementor-field-type-mtk-renteon-field.loading .select2-selection__rendered,
.elementor-field-type-mtk-renteon-field .loading .select2-selection__rendered,
.elementor-field-type-mtk-renteon-field.loading .renteon-field--carcategories__message,
.elementor-field-type-mtk-renteon-field .loading .renteon-field--carcategories__message {
	color: #6b7280;
	font-style: italic;
	padding-left: 1.5rem;
}

.elementor-field-type-mtk-renteon-field.loading .elementor-select-wrapper::after,
.elementor-field-type-mtk-renteon-field.loading .select2-selection::after,
.elementor-field-type-mtk-renteon-field.loading .renteon-field--carcategories::after,
.elementor-field-type-mtk-renteon-field .loading .elementor-select-wrapper::after,
.elementor-field-type-mtk-renteon-field .loading .select2-selection::after,
.elementor-field-type-mtk-renteon-field .loading .renteon-field--carcategories::after {
	content: '\f110';
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -0.55em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
	line-height: 1;
	color: #6b7280;
	animation: mtk-renteon-spin 0.7s linear infinite;
	pointer-events: none;
}

.elementor-field-type-mtk-renteon-field .renteon-field--carcategories__message {
	display: inline-block;
	padding: 0.5rem 0;
}

.elementor-field-type-mtk-renteon-field .renteon-field--carcategories__label {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
}

.elementor-field-type-mtk-renteon-field .renteon-field--carcategories__image {
	width: 56px;
	height: 36px;
	object-fit: cover;
	flex: 0 0 auto;
}

.elementor-field-type-mtk-renteon-field .renteon-field--carcategories__text {
	display: inline-block;
}

.elementor-field-type-mtk-renteon-field .renteon-field--carcategories__option.unavailable {
	opacity: 0.4;
}

.elementor-field-type-mtk-renteon-field .renteon-field--carcategories__option.unavailable .renteon-field--carcategories__image {
	filter: grayscale(1);
}

.elementor-field-type-mtk-renteon-field .renteon-field--carcategories:not(.initialized) .elementor-field-option:not(.renteon-field--carcategories__message) {
	display: none;
}

@keyframes mtk-renteon-spin {
	to {
		transform: rotate(360deg);
	}
}
