.pac-container.esri-address-suggestions {
    display: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    font-family: inherit;
    font-size: 14px;
    margin-top: 2px;
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    z-index: 1000000;
}

.pac-container.esri-address-suggestions:empty {
    display: none !important;
}

.pac-container.esri-address-suggestions .pac-item {
    border-top: 1px solid #eeeeee;
    cursor: pointer;
    line-height: 1.4;
    padding: 8px 10px;
}

.pac-container.esri-address-suggestions .pac-item:first-child {
    border-top: 0;
}

.pac-container.esri-address-suggestions .pac-item .fas {
    color: #666666;
    margin-right: 6px;
}

.pac-container.esri-address-suggestions .pac-item:hover,
.pac-container.esri-address-suggestions .pac-item.pac-item-selected {
    background-color: #ebf2fe;
}

.pac-container.esri-address-suggestions .pac-matched {
    font-weight: 700;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
