 html {background-color: var(--white)} body {background: none}:where(:root) .bricks-color-primary {color: var(--dark)}:where(:root) .bricks-background-primary {background-color: var(--dark)}:where(:root) .bricks-color-secondary {color: var(--dark-purple)}:where(:root) .bricks-background-secondary {background-color: var(--dark-purple)}:where(:root) .bricks-color-light {color: var(--white)}:where(:root) .bricks-background-light {background-color: var(--white)}:where(:root) .bricks-color-dark {color: var(--dark)}:where(:root) .bricks-background-dark {background-color: var(--dark)}:where(:root) .bricks-color-muted {color: var(--light-grey)}:where(:root) .bricks-background-muted {background-color: var(--light-grey)}:where(:root) * {border-color: var(--light-grey)} :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 {color: var(--dark-purple); transition: 0.2s ease-in} :where(.brxe-accordion .accordion-content-wrapper) a:hover, :where(.brxe-icon-box .content) a:hover, :where(.brxe-list) a:hover, :where(.brxe-post-content):not([data-source="bricks"]) a:hover, :where(.brxe-posts .dynamic p) a:hover, :where(.brxe-shortcode) a:hover, :where(.brxe-tabs .tab-content) a:hover, :where(.brxe-team-members) .description a:hover, :where(.brxe-testimonials) .testimonial-content-wrapper a:hover, :where(.brxe-text) a:hover, :where(a.brxe-text):hover, :where(.brxe-text-basic) a:hover, :where(a.brxe-text-basic):hover, :where(.brxe-post-comments) .comment-content a:hover {color: rgba(97, 32, 226, 0.5)} .brxe-section {padding-top: var(--XL); padding-right: 4rem; padding-bottom: var(--XL); padding-left: 4rem} .brxe-container {flex-direction: row; width: 120rem; column-gap: var(--M); row-gap: var(--M)} .woocommerce main.site-main {width: 120rem} #brx-content.wordpress {width: 120rem} .brxe-block {column-gap: var(--M); row-gap: var(--M)}