.pac-container {
    border: 1px solid #86b7fe;
    border-radius: var(--bs-border-radius);
    font-family: unset;
    margin: 0.25rem 0 0 0;
    z-index: 1056;
}

.pac-icon {
    margin-top: 2px;
}

.pac-item {
    border: none;
    font-size: unset;
    line-height: var(--bs-body-line-height);
    padding: .5rem .75rem;
    text-transform: uppercase;
}

.pac-item-selected {
    background-color: #ebf2fe !important;
}

.pac-item:hover {
    background-color: #f8f8f8;
    cursor: pointer;
}

.pac-item-query {
    font-size: unset;
}
