/*
 * PE-Class v1.20.73 — PAPS action-bar parity only.
 * Table, value, scoring and responsive PAPS layout rules stay untouched.
 */

@media (min-width: 769px) {
  html[data-pe-tab="paps"]:not(.pe87FoldWide):not([data-pe-fold-wide="true"])
  #app:has(#papsTableBox) > .pe87PageHead.peRecordStickyRegion > .row > :is(#bulkMale, #bulkFemale) {
    display: none !important;
  }

  html[data-pe-tab="paps"]:not(.pe87FoldWide):not([data-pe-fold-wide="true"])
  #app:has(#papsTableBox) > .pe87PageHead.peRecordStickyRegion > .row > #papsBulkMenuBtn12073 {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }
}

/* Match the Fold7-unfolded two-choice dialog on PC, MacBook and iPad. */
.papsBulkChoiceModal12073 {
  z-index: 53000;
}

.papsBulkChoiceModal12073 > .papsBulkChoiceCard12073 {
  width: min(390px, calc(100vw - 36px));
  max-width: calc(100vw - 36px);
  padding: 18px;
  overflow: hidden;
  box-sizing: border-box;
}

.papsBulkChoices12073 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.papsBulkChoices12073 > .papsBulkChoice12073 {
  display: inline-flex;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  word-break: keep-all;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 420px) {
  .papsBulkChoiceModal12073 > .papsBulkChoiceCard12073 {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    padding: 16px;
  }

  .papsBulkChoices12073 {
    grid-template-columns: 1fr;
  }
}
