.mx-page-toolbar {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  height: 52px;
  gap: 16px;
}
