#districtHeatingForm ul {
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-height: 250px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
}

#districtHeatingForm ul li {
    padding: 8px;
    cursor: pointer;
}

#districtHeatingForm ul li:hover {
    background-color: #f0f0f0;
}


#districtHeatingForm ul li[aria-selected="true"] {
    background-color: #f0f0f0;
}

#districtHeatingForm ul[aria-hidden="false"] {
    display: block;
}

.dh-error {
    margin-bottom: 1rem;
    padding: 0.5rem 0.75rem;
    border-radius: 5px;
    border: 1px solid #a00;
    background: #fcc;
    color: #a00;
}

.dh-result-wrapper .button {
	margin-top: var(--gap);	
}

.dh-result-wrapper .notice {
	margin-bottom: var(--gap-x2);	
}

.form-description {
	padding-bottom: var(--gap);
}