/* V21 — keep the secondary menu above the full-card primary action. */

.work-card__button,
.specimen.work-card__button {
  z-index: 1;
}

.work-card__more {
  z-index: 8;
}

.work-card__menu {
  z-index: 9;
}

.work-card.is-menu-open .work-card__button {
  pointer-events: none;
}
