/* Basic sidenote-style presentation for footnotes on wide screens */
@media (min-width: 1100px) {
  .post-body {
    position: relative;
  }

  .post-body aside,
  .post-body .footnote,
  .post-body .footnotes {
    font-size: 0.85rem;
    color: var(--color-text-secondary);
  }
}
