.archive-disclosure-note {
  font-size: 1.3rem;
  color: rgba(var(--color-foreground), 0.65);
  line-height: 1.6;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  padding: 1.5rem 0;
}

.archive-disclosure-note a {
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}
