.app-shell .customer-org-billing-form{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:9px!important;
  align-items:start;
}
.app-shell .customer-org-billing-form>label{
  min-width:0;
  align-self:start;
  align-content:start;
}
.app-shell .customer-org-billing-form>label.billing-span-2{grid-column:span 2}
.app-shell .customer-org-billing-form input:not([type="hidden"]){
  box-sizing:border-box;
  height:38px!important;
  min-height:38px!important;
}
.app-shell .customer-org-billing-form .customer-org-inherited-value{display:none!important}
.app-shell .customer-org-billing-form .customer-org-locked-input{
  background:#e9eeea!important;
  border-color:#cbd5cd!important;
  color:#415148!important;
  cursor:not-allowed;
}

@media(max-width:1000px){
  .app-shell .customer-org-billing-form{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .app-shell .customer-org-billing-form>label.billing-span-2{grid-column:span 1}
}
@media(max-width:560px){
  .app-shell .customer-org-billing-form{grid-template-columns:1fr!important}
  .app-shell .customer-org-billing-form input:not([type="hidden"]){height:44px!important;min-height:44px!important}
}
