/* The application shell uses a generic header selector. Keep those fixed-shell
   dimensions away from the semantic header inside the order dialog. */
#orderEditor>.order-modal>.order-modal-head{
  position:static!important;
  inset:auto!important;
  width:auto!important;
  height:auto!important;
  min-height:0!important;
  z-index:auto!important;
  display:flex!important;
  flex:0 0 auto;
  padding:17px 20px 14px!important;
  color:var(--ink)!important;
  border-right:0!important;
}
#orderEditor>.order-modal>.order-modal-head>div{min-width:0}
@media(max-width:700px){
  #orderEditor>.order-modal>.order-modal-head{padding:13px 14px!important}
}
