﻿.qe-form .qe-postcode .dropdown, .qe-box form .dropdown {
    display: flex;
    align-items: center;
    gap: 2%;
}

.qe-postcode .dropdown ul {
    overflow: scroll;
    max-height: 400px;
    max-width: none;
    width: 100%;
    left: 0px;
}

.qe-postcode .dropdown ul > li > a{
    white-space: break-spaces;
}

#formPage .qe-box.form-box {
    overflow: visible;
}

    #formPage .qe-box.form-box .address-text, .form-wrapper .vehicle-text, .address-text {
        font-weight: bold;
        background-color: #eee;
        padding: 10px 0 10px 20px;
    }


form.address-submit .form-address a.back-postcode {
    white-space: break-spaces;
}