@media (max-width:760px){
  .page-title-row .primary-button[data-customer-create="1"]{
    display:flex!important;
    width:100%;
    justify-content:center;
    margin-top:15px;
  }
  .page-title-row:has(.primary-button[data-customer-create="1"]){
    flex-wrap:wrap;
  }
  .page-title-row:has(.primary-button[data-customer-create="1"])>div{
    width:100%;
  }
}
