gmp-place-autocomplete {
    position: relative;
    width: 100%;
    max-width: 500px;
    min-width: 35px;
    height: 38px;
    background: #fff;
    --gmpx-color-border: #ced4da;
    --gmpx-color-background: #f8f9fa;
    --gmpx-color-text: #212529;
    --gmpx-color-primary: #0d6efd;
}

.widget-container{
    background: red;
    border: none !important;
}