/* Shared pack face: names/countdowns must never resize or shift the D logo. */
.pack-wrapper .pack-wrapper-copy {
  position:absolute;
  inset:9% 8%;
  width:auto;
  display:grid;
  grid-template-rows:40% 32% 16% 12%;
  gap:0;
  justify-items:center;
  align-items:center;
}
.pack-wrapper .pack-wrapper-copy .pack-wrapper-mark {
  width:50%;
  height:auto;
  aspect-ratio:1;
  max-height:100%;
}
.pack-wrapper .pack-wrapper-tier {
  width:100%;
  min-width:0;
  margin:0;
  line-height:1.12;
  overflow-wrap:anywhere;
}
.pack-wrapper .pack-wrapper-count {
  width:100%;
  line-height:1.1;
}
.pack-wrapper .pack-promo-expiry {
  width:100%;
  margin:0;
  line-height:1;
  font-size:6px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.pack-opening-stage .pack-wrapper .pack-promo-expiry { font-size:8px; }
