/* v0218 – balanced organisation page on wide desktop screens */
.customer-org-two-up{grid-template-columns:1fr}
.customer-org-billing-form{grid-template-columns:repeat(3,minmax(0,1fr))}
.customer-org-billing-form .customer-org-split{min-width:0}

@media(max-width:1120px){
  .customer-org-billing-form{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:560px){
  .customer-org-billing-form{grid-template-columns:1fr}
}
