$action-text-spacing: rem(24px);
.p_aw {
  @include page-layout;
}

.p_ft {
  max-width: none;
}

.p_m2 {
  max-width: layout-width(primary, max);
}

.p_p5 {
  @include page-content-layout;
}

.p_dq {
  @include page-header-layout;
}

.p_zq {
  @include page-header-has-secondaryactions;
}

.p_mh {
  @include page-actions-layout;
}

.p_aj {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: control-height();
  padding-right: $action-text-spacing;
  margin-bottom: (-1 * spacing(extra-tight));
  &:first-child {
    padding-right: 0;
  }
  @include page-content-when-partially-condensed {
    &:not(:last-child) {
      display: none;
    }
  }
}
