/* Align with lr_b2c / Wave form + dropdown look (brand primary #D8012E). */
.conn-loqate-field {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
}

.conn-loqate-suggestions {
    position: absolute;
    z-index: 1050;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 2px 0 0;
    padding: 0.25rem 0;
    list-style: none;
    font-family: inherit;
    font-size: 0.9375rem;
    line-height: 1.5;
    text-align: left;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    max-height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
}

.conn-loqate-suggestions li {
    display: block;
    padding: 0.5rem 0.875rem;
    margin: 0;
    color: #333;
    cursor: pointer;
    border-left: 3px solid transparent;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.conn-loqate-suggestions li strong {
    display: block;
    font-weight: 600;
    color: #212529;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.conn-loqate-suggestions li span {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.8125rem;
    font-weight: 400;
    color: #6c757d;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.conn-loqate-suggestions li:hover,
.conn-loqate-suggestions li:focus,
.conn-loqate-suggestions li.is-active {
    background-color: #f8f9fa;
    border-left-color: #D8012E;
    outline: none;
}

.conn-loqate-suggestions li:hover strong,
.conn-loqate-suggestions li:focus strong,
.conn-loqate-suggestions li.is-active strong {
    color: #D8012E;
}

.conn-loqate-suggestions li:hover span,
.conn-loqate-suggestions li:focus span,
.conn-loqate-suggestions li.is-active span {
    color: #495057;
}
