/*
 * Module: spacer
 *
 * Token-driven vertical gap. Used between sections per editorial composition,
 * not from TEMPLATE measurement (TEMPLATE shows pink "spacer" markers but
 * not their pixel values — those depend on how an issue is laid out).
 *
 * Spacer cells declare both data-fm-space="N" and height="<px>" AND inline
 * height style — different clients honor different attributes.
 */

.fm-spacer {
  line-height: 1px;
  font-size: 1px;
}
