#bac-place-container,
#bac-street-container {
    background-color: #fff;
    padding: 5px;
    position: absolute !important;
    width: 100%;
    max-height: 150px;
    overflow-y: scroll;
    z-index: 1000;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial,sans-serif;
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#bac-place-container .bac-suggestions,
#bac-street-container .bac-suggestions {
    list-style-type: none;
    padding-left: 5px;
}

#bac-place-container .bac-item,
#bac-street-container .bac-item {
    margin: 2px;
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 24px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 12px;
    /* color: #999; */
}

#bac-place-container .bac-item:hover,
#bac-street-container .bac-item:hover {
    background-color: #f5f4f4;
}

#bac-place-container .bac-brand,
#bac-street-container .bac-brand {
    float: right;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

[name="shippingAddress.street.shippingAddress.custom_attributes.checkbox_street"] > label:first-child,
[name="billingAddressshared.street.billingAddressshared.custom_attributes.checkbox_street"] > label:first-child {
    display: none !important;
}