﻿.orderAddressSection {
    width: 100%;
}

.orderAddressHeader {
   
}

.orderAddressRow {
 
}

.orderAddressRowLabel {
    width: 100%;
}

.orderAddressRowInput {
    width: 50%;
}

.orderSelectAddressRow {
    margin-bottom: 4px;
}

.orderSelectAddress {
    padding: 5px 0;
    width: 100%;
}

.orderManualAddressEntry {
    margin-bottom: 4px;
}

.orderPostcodeContainer {
    display: flex;
    flex-direction: row;
}

.orderPostcodeLookup {
    width: 100%;
    text-transform: uppercase;
    margin: 3px 6px 3px 0;
}
