html {  height: 100svh; }body {  min-height: 100svh; display: flex; flex-direction: column; margin: 0;}main {  flex: 1 0 auto; }footer {  flex-shrink: 0;}p, li { max-width: var(--text-max-width);}.flow > * + * { margin-block-start: var(--flow-space, 1em);} body {font-size: var(--t3)} h1, h2, h3, h4, h5, h6 {text-transform: lowercase} h1 {font-size: var(--h1); font-family: "Abril Fatface"; color: var(--secondary)} h2 {font-size: var(--h2); font-family: "Abril Fatface"; color: var(--secondary)} h3 {font-size: var(--h3); font-family: "Abril Fatface"; color: var(--secondary)} h4 {font-size: var(--h4)} h5 {font-size: var(--h5)} h6 {font-size: var(--h6)} .brxe-text * + :is(h1, h2, h3, h4, h5, h6), .brxe-post-content:not([data-source=bricks]) * + :is(h1, h2, h3, h4, h5, h6), body:not(.woocommerce-checkout) [class*=woocommerce] * + :is(h1, h2, h3, h4, h5, h6) {margin-block-start: var(--flow-space, 1em)} .brxe-text * + p, .brxe-post-content:not([data-source=bricks]) * + p, body:not(.woocommerce-checkout) [class*=woocommerce] * + p:not(.brxe-woocommerce-account-form-edit-account *) {margin-block-start: var(--flow-space, 1em)}.brxe-text * + :is(ul), .brxe-post-content:not([data-source=bricks]) * + :is(ul), body:not(.woocommerce-checkout) [class*=woocommerce] * + :is(ul) {margin-block-start: var(--flow-space, 1em)}.brxe-text * + :is(ol), .brxe-post-content:not([data-source=bricks]) * + :is(ol), body:not(.woocommerce-checkout) [class*=woocommerce] * + :is(ol) {margin-block-start: var(--flow-space, 1em)} html {background-color: var(--tertiary-l-3)} body {background: none} .brxe-section {row-gap: var(--container-gap); padding-top: var(--section-padding-block); padding-right: var(--gutter); padding-bottom: var(--section-padding-block); padding-left: var(--gutter); max-width: var(--section-max-width)} .brxe-container {width: var(--container-width); max-width: var(--site-box-max-width); row-gap: var(--content-gap)} .woocommerce main.site-main {width: var(--container-width)} #brx-content.wordpress {width: var(--container-width); max-width: var(--site-box-max-width)} :where(.brxe-accordion .accordion-content-wrapper) a, :where(.brxe-icon-box .content) a, :where(.brxe-list) a, :where(.brxe-post-content):not([data-source="bricks"]) a, :where(.brxe-posts .dynamic p) a, :where(.brxe-shortcode) a, :where(.brxe-tabs .tab-content) a, :where(.brxe-team-members) .description a, :where(.brxe-testimonials) .testimonial-content-wrapper a, :where(.brxe-text) a, :where(a.brxe-text), :where(.brxe-text-basic) a, :where(a.brxe-text-basic), :where(.brxe-post-comments) .comment-content a, a, a span {color: var(--primary)}h1,h2,h3,h4,h5,h6, p, figure, blockquote, ul, ol {margin: 0;}