:root:is(html) {
	.loc-fnd {
		.input-text  {
			> svg {
				color: var(--text-alt);
			}
		}
	}
	
	.lt-bg, .lk-bg {
		.input-text {
		    > svg {
		        bottom: 1.2em;
		        right: 1em;
		        position: absolute;
		        pointer-events: none;
		        color: var(--text);
		    }
		}
	}
}

.input-text  {
	&:has( > svg ) :is(input,select,textarea) {
		padding-right: 0em!important;
		padding-left: .5em;
	}
}

.loc-fnd {
	
	.input-text:not(.search-field) {
		input {
			text-align: center;
		}
	}
	
}

