/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.single-fm-document * + .wp-block-image,
.single-fm-document * + .wp-block-table {
  margin-bottom: 60px;
}

.single-fm-document .wp-block-image + *,
.single-fm-document .wp-block-table + * {
  margin-top: 60px;
}

.fm-document-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.fm-document-container * + ul {
  margin-bottom: 60px;
}

.fm-document-container ul + * {
  margin-top: 60px;
}
