/* Admin page button click fix */
.page-hero::after,
.admin-hero::after {
  pointer-events: none !important;
}

.admin-hero .shell,
.admin-hero .split-heading,
.admin-hero .button-row,
.admin-hero .button {
  position: relative;
  z-index: 5;
}

.admin-hero a.button,
.admin-hero button.button {
  pointer-events: auto !important;
}
