.search.svelte-pow8ao label {
    width: 100%
}

.search-light.svelte-pow8ao .input-content>.input {
    background: #fff;
    border-color: var(--grey-200);
    color: var(--grey-400)
}

.search-light.svelte-pow8ao .input-content>.input:hover,
.search-light.svelte-pow8ao .input-content>.input:focus {
    color: var(--grey-400);
    border-color: var(--grey-200)
}

.search-light.svelte-pow8ao .input-content>.input::-webkit-input-placeholder {
    color: var(--grey-300)
}

.search-light.svelte-pow8ao .input-content>.input::-moz-placeholder {
    color: var(--grey-300)
}

.search-light.svelte-pow8ao .input-content>.input:-ms-input-placeholder {
    color: var(--grey-300)
}

.search-light.svelte-pow8ao .input-content>.input:-moz-placeholder {
    color: var(--grey-300)
}

.search-light.svelte-pow8ao .input-wrap>.input-content .before-icon:not(:empty)~input {
    padding-left: var(--space-8)
}