.search__input.field__input {
    padding-right: 5rem
}

.search__button {
    right: var(--inputs-border-width);
    top: var(--inputs-border-width)
}

.search__button:focus-visible {
    background-color: rgb(var(--color-background));
    z-index: 2
}

.search__button:focus {
    background-color: rgb(var(--color-background));
    z-index: 2
}

.search__button:not(:focus-visible):not(.focused) {
    box-shadow: inherit;
    background-color: inherit
}

.search__button .icon {
    height: 1.8rem;
    width: 1.8rem
}

input::-webkit-search-decoration {
    -webkit-appearance: none
}

/*# sourceMappingURL=/s/files/1/0569/7460/6403/t/2/assets/component-search.css.map?v=96455689198851321781665566653 */