/* Responsive video/audio embeds — always fill content column width */
video {
  width: 100%;
  height: auto;
}

iframe {
  width: 100%;
}

/* A little breathing room between list items in post/page content —
   ~half the paragraph spacing (paragraphs default to 1em apart). Scoped to the
   article body so site nav/footer menus are unaffected. */
.nested-copy-line-height li {
  margin-bottom: 0.5em;
}
