.voice-search-wrapper {
    
    position: relative
    
}

.voice-search-wrapper input {
    margin: 0
}

.voice-search-button {
    background: none!important;
    border: 0;
    box-shadow: none!important;
    color: inherit;
    font-size: 0!important;
    height: 30px!important;
    margin: 0;
    padding: 0!important;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px!important;
    z-index: 1000
}

.voice-search-screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal!important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-break: normal
}

.voice-search-mic svg {
    height: 100%;
    width: 100%
}

