input.magecode-place-autocomplete-placeholder {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: block;
    box-sizing: border-box;
    padding: 0 0.75rem;
    margin: 0;
    color-scheme: light;
    background-color: #fff;
    border-radius: 5px;
    color: #404041;
    font-family: Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    height: 44px;
}

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: 1px solid #d1d5db;
    border-radius: 5px;
    color: #404041;
    font-family: Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    height: 44px;
}

gmp-place-autocomplete.shipperhq-place-autocomplete:focus-within {
    border-color: #3b82f6;
    outline: 2px solid rgb(59 130 246 / 50%);
    outline-offset: 0;
}

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

.magecode-place-autocomplete-wrap .magecode-place-autocomplete-cleaner {
    position: absolute;
    top: 50%;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    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: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #797979;
    z-index: 2;
}

.magecode-place-autocomplete-wrap .magecode-place-autocomplete-cleaner:hover {
    color: #404041;
}
