.voice-search-widget {
    position: fixed;
    bottom: 150px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    display: none;
}

#voice-search-field {
    flex: 1;
    margin-right: 10px;
}


.floating-voice-search {
    position: fixed;
    bottom: 153px;
    right: 20px;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    padding: 10px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}