.closing-copy .reveal-list {
  list-style: none;
  padding: 0;
  font-size: .95rem;
  line-height: 1.8;
  gap: .25rem 0;
}
.closing-copy .contributor-review {
  margin-bottom: 3rem;
}
.reveal-list .contributor-separator {
  display: inline-block;
  width: 1.6em;
  text-align: center;
  white-space: pre;
}
.reveal-list .contributor-name {
  display: inline-block;
  position: relative;
  white-space: pre;
}
.reveal-mask {
  position: absolute;
  inset: 0;
  pointer-events: none;
  user-select: none;
}
.reveal-enabled .contributor-entry[data-reveal-state="masked"] .reveal-mask::before {
  content: "";
  position: absolute;
  inset: .3em -.025em;
  background: currentColor;
}
@media (forced-colors: active) {
  .reveal-mask { display: none; }
}
.reveal-cover {
  position: absolute;
  top: .3em;
  bottom: .3em;
  background: currentColor;
  pointer-events: none;
}
