.member-card-pair {
  display: grid;
  gap: 18px;
}
.member-card-pair .member-card-result {
  width: 100%;
  margin: 0;
}
.loyalty-form > label:not(.wide):not(.trap) {
  align-self: start;
  align-content: start;
  grid-auto-rows: max-content;
}
.cardholder-name {
  position: absolute;
  right: 6%;
  bottom: 2.5%;
  max-width: 42%;
  overflow: hidden;
  color: #f2c186;
  font-size: clamp(.55rem, 1.3vw, .9rem);
  letter-spacing: .04em;
  line-height: 1.15;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.print-card-sheet { display: none; }
@media print {
  @page { margin: 12mm; }
  body > * { display: none !important; }
  .print-card-sheet {
    display: grid !important;
    gap: 10mm;
    justify-content: start;
  }
  .print-card-sheet .metro-card {
    width: 85.6mm;
    height: 53.98mm;
    box-shadow: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
