/* Keep post images inside the readable column. */
body#post article img,
body#collection article img,
body#subpage article img,
body#post article video,
body#collection article video,
body#subpage article video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Markdown images often sit inside a paragraph. */
body#post article p img,
body#collection article p img,
body#subpage article p img {
  max-width: 100%;
  height: auto;
}

/* Fediverse follow strip — match WriteFreely footer */
.fedi-follow {
  max-width: 40rem;
  margin: 2em auto 0;
  padding: 0 2em;
  text-align: center;
  font-family: inherit;
  font-size: 0.9em;
  color: #444;
}
.fedi-follow p {
  margin: 0.35em 0 0;
  line-height: 1.5;
}
.fedi-follow .sep {
  margin: 0 0.35em;
  color: #bbb;
}
.fedi-follow a.fedi-handle {
  color: #999;
  font-weight: inherit;
  text-decoration: none;
  border-bottom: none;
}
.fedi-follow a.fedi-handle:hover {
  color: #666;
  text-decoration: none;
}
.fedi-follow .fedi-hint {
  display: none;
}
.fedi-follow + footer hr {
  margin-top: 2em;
}
.fedi-follow + footer nav {
  margin-top: 1.5em;
}
