.address-row{grid-template-columns:max-content max-content max-content max-content;gap:14px}
.state-code-field select{width:5ch;min-width:5ch;max-width:5ch;flex:none}
.state-field input{width:8ch;min-width:8ch;max-width:8ch;flex:none;text-transform:uppercase}
.suburb-field .input-container{width:30ch;min-width:30ch;max-width:30ch;flex:none}
.suburb-field input{width:100%;min-width:0;box-sizing:border-box}
.postcode-field input{width:10ch;min-width:10ch;max-width:10ch;flex:none}
@media(max-width:700px){.address-row{grid-template-columns:max-content max-content max-content max-content;gap:10px}.postcode-field{grid-column:auto}}
