.address-row{grid-template-columns:max-content max-content max-content max-content;gap:14px}
.state-code-field select{width:10ch;min-width:10ch;max-width:10ch;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:900px){.address-row{grid-template-columns:max-content max-content minmax(220px,1fr) max-content;gap:10px}}@media(max-width:700px){.address-row{grid-template-columns:1fr 1fr}.suburb-field,.postcode-field{grid-column:1/-1}.suburb-field .input-container,.postcode-field input{width:100%;min-width:0;max-width:none}}@media(max-width:460px){.address-row{grid-template-columns:1fr}.state-code-field,.state-field,.suburb-field,.postcode-field{grid-column:1}}
.logo-container{text-align:center;margin-bottom:0}.portal-logo{display:block;max-height:280px;max-width:100%;width:auto;margin:0 auto}
