/* ============================================================
   custom.css
   ------------------------------------------------------------
   Hand-maintained CSS for the cora theme.

   The original SCSS / gulp build chain in this theme is from
   2015 and will not compile on a modern Mac (node-sass 3.x has
   no prebuilt binaries and node-gyp 3.x requires Python 2.7,
   which is end-of-life). Rather than fight the toolchain, add
   any new CSS rules to this file by hand. See the README in
   this directory for context.
   ============================================================ */


/* ----- Content Builder elemental blocks ----- */

.content-builder-page .element {
    margin-bottom: 3rem;
}

.content-builder-page .element:last-child {
    margin-bottom: 0;
}

.content-builder-page .element__title {
    margin-top: 0;
    margin-bottom: 1.25rem;
}

.content-builder-page .image-block__figure {
    margin: 0;
}

.content-builder-page .image-block__caption {
    margin-top: 0.5rem;
    font-style: italic;
    color: #666;
}

.content-builder-page .featured-product-block__products {
    margin-top: 0.5rem;
}
