.suburb-lga-helper {
    position: relative;
}
.suburb-list {
    border: solid grey 1px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.06);
    display: block;
    max-height: 20rem;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    z-index: 1;
    padding-left: 0 !important;
}
.suburb-list {
    width: calc(100% - 2.375rem);
}
.suburb-list li {
    background: white;
    padding: 0.25rem 1rem;
}
.suburb-list li:hover {
    background: #1967d2;
    color: white;
}
.lga-preview {
    margin-top: 1rem;
}
[data-display="false"] {
    display: none;
}