/* Baseline heights for the custom CMS "Witruimte" (spacer) block.
   Shipped with the block via {% require_css %} so a spacer has a visible
   height on any site, even before site-specific CSS exists. Sites can
   override these (or the per-spacer css_class) for their own scale. */
.wm-spacer {
    display: block;
    width: 100%;
}

.wm-spacer--sm {
    height: 16px;
}

.wm-spacer--md {
    height: 32px;
}

.wm-spacer--lg {
    height: 64px;
}

.wm-spacer--xl {
    height: 120px;
}
