 .brxe-container {width: var(--content-width); column-gap: var(--content-gap); row-gap: var(--content-gap)} .woocommerce main.site-main {width: var(--content-width)} #brx-content.wordpress {width: var(--content-width)} body {color: var(--text-color); font-size: var(--text-m); line-height: 1.5; text-wrap: pretty} h1, h2, h3, h4, h5, h6 {color: var(--heading-color); line-height: 1.2} h1 {font-size: var(--h1)} h2 {font-size: var(--h2)} h3 {font-size: var(--h3)} h4 {font-size: var(--h4)} h5 {font-size: var(--h5)} h6 {font-size: var(--h6)} body.bricks-is-frontend :focus-visible {outline: var(--focus-width) solid var(--focus-color)} @supports not selector(:focus-visible) { body.bricks-is-frontend :focus {outline: var(--focus-width) solid var(--focus-color); }} html {background-color: var(--body-color)} body {background: none} .brxe-section {padding-top: var(--section-m); padding-right: var(--gutter); padding-bottom: var(--section-m); padding-left: var(--gutter); row-gap: var(--container-gap); column-gap: var(--container-gap)} .brxe-block {column-gap: var(--content-gap); row-gap: var(--content-gap)}:where(p) { max-inline-size: var(--text-max-width);}:where(.brxe-button) { min-inline-size: var(--btn-min-width); gap: .5em;}:where(button:focus-visible, a:focus-visible) { outline-offset: var(--focus-offset);} :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, :where(.brxe-text-link, .brxe-text a) {color: var(--primary); text-decoration: underline; transition: var(--transition)} :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, :where(.brxe-text-link:hover, .brxe-text a):hover {color: var(--primary-hover)} .bricks-button {transition: var(--transition); line-height: 1.2; letter-spacing: normal; border: var(--border-width) solid var(--bricks-border-color); border-radius: var(--radius-m)} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--primary)} :root .bricks-button[class*="primary"] {color: var(--white); border-color: var(--primary)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--primary-hover)} :root .bricks-button[class*="primary"]:hover {border-color: var(--primary-hover)} :root .bricks-button[class*="primary"].outline {background-color: var(--white); border-color: var(--primary); color: var(--primary)} :root .bricks-button[class*="primary"].outline:hover {border-color: var(--primary-hover); color: var(--primary-hover)}