input.speed-place-autocomplete-placeholder {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: block;
    box-sizing: border-box;
    margin: 0;
    color-scheme: light;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: inherit;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    min-height: 48px;
}

input.speed-place-autocomplete-placeholder:focus {
    outline: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

gmp-place-autocomplete.shipperhq-place-autocomplete {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: block;
    box-sizing: border-box;
    color-scheme: light;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: inherit;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    min-height: 48px;
}

gmp-place-autocomplete.shipperhq-place-autocomplete:focus-within {
    outline: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.speed-place-autocomplete-wrap {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

.speed-place-autocomplete-wrap .speed-place-autocomplete-cleaner {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888888;
    z-index: 2;
}

.speed-place-autocomplete-wrap .speed-place-autocomplete-cleaner:hover {
    color: #111111;
}
