.dar-address-suggestions {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ced4da;
    border-top: none;
    border-radius: 0 0 .25rem .25rem;
    max-height: 220px;
    overflow-y: auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.dar-address-suggestions li {
    padding: .5rem .75rem;
    font-size: 14px;
    cursor: pointer;
}

.dar-address-suggestions li:hover {
    background-color: #f1f3f5;
}