:where(.brxe-text-basic) a { position: relative; text-decoration: none;}:where(.brxe-text-basic) a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: currentColor; transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease-in-out;}:where(.brxe-text-basic) a:hover::after { transform: scaleX(1);} .brxe-container {width: var(--max-screen-width)} .woocommerce main.site-main {width: var(--max-screen-width)} #brx-content.wordpress {width: var(--max-screen-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 {color: var(--primary)} body {font-size: var(--text-m); color: var(--primary-d-4); font-family: "Figtree"} h1, h2, h3, h4, h5, h6 {color: var(--primary-d-2); font-family: "Lora"; font-weight: 500; font-style: italic} .brxe-section {padding-top: var(--space-2xl); padding-right: var(--space-m); padding-bottom: var(--space-2xl); padding-left: var(--space-m)} html {background-color: var(--light)} body {background: none} .bricks-button:where(.bricks-background-primary:not(.outline)) {background-color: var(--primary)} .bricks-button:where(.bricks-background-primary), .bricks-button:where(.bricks-color-primary) {color: var(--light)} .bricks-button:where(.bricks-background-primary:not(.outline)):hover {background-color: var(--primary-d-1)} .bricks-button {transition: all 0.2s} .bricks-button:where(.bricks-color-primary.outline) {color: var(--primary)} .bricks-button:where(.bricks-color-primary.outline):hover {background-color: var(--primary-d-1); color: var(--light); border-color: var(--primary-d-1)}