/* Shared by the Next.js layout and the standalone Draft Class document. */
.pp-site-footer {
  width: min(960px, calc(100% - 40px));
  margin: 32px auto 0;
  padding: 16px 0 24px;
  border-top: 1px solid var(--line);
  color: var(--text-2);
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
.pp-site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
}
.pp-site-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--text-2);
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.pp-site-footer a:hover { color: var(--gold-text); }
.pp-site-footer a:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.pp-site-footer p { margin: 8px 0 0; }
