.wk_hyperlocal_block a[id^="opener_wk_hyperlocal_popup_box"] {
    width: 20px;
    height: 20px;
    font-size: 20px;
    display: inline-block;
    background-size: 20px 20px;
    background-image: url('./target-icon.png');
}
div[id^="wk_selected_address"] {
    vertical-align: top;
    display: inline-block;
}
div[id^="content_wk_hyperlocal_popup_box"] form.wk_address_form input {
    width: 100%;
}
.pac-container.pac-logo {
    z-index: 1200;
}
div[id^="wk_here_suggestions"] {
    z-index: 1100;
    position: absolute;
    box-sizing: border-box;
    background-color: #FFF;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;    
}
div[id^="wk_here_suggestions"]:hover {
    cursor: pointer;
}
div[id^="wk_here_suggestions"] .wk_single_suggestion {
    padding: 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #EEE;
}
div[id^="wk_here_suggestions"] .wk_single_suggestion:hover {
    background-color: #EEE;
}
.wk_hyperlocal_custom_fields .wk-hyperlocal-info {
    color: #0c5460;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    box-sizing: border-box;
    padding: .75rem 1.25rem;
    border-color: #bee5eb;
    background-color: #d1ecf1;
    border: 1px solid transparent;
}
div[id^="content_wk_hyperlocal_popup_box"] .wk_hyperlocal_custom_fields {
    min-height: 200px;
}

@media only screen and (min-width: 550px) {
    div[id^="content_wk_hyperlocal_popup_box"] .wk_hyperlocal_custom_fields {
        width: 500px;
    }
}