 .brxe-container {width: var(--max-screen-width); min-width: var(--min-screen-width); padding-top: var(--space-3xl); padding-right: var(--header-space); padding-bottom: var(--space-3xl); padding-left: var(--header-space)} .woocommerce main.site-main {width: var(--max-screen-width)} #brx-content.wordpress {width: var(--max-screen-width); min-width: var(--min-screen-width)} html {font-size: 100%} body {font-family: "Lato"; font-size: var(--text-m); color: var(--text-body); font-style: normal} h1, h2, h3, h4, h5, h6 {font-family: "Lato"; color: var(--text-title); font-weight: 900} h1 {font-size: var(--text-4xl); line-height: var(--text-4xl)} h2 {font-size: var(--text-3xl); line-height: var(--text-3xl); font-weight: 700} h3 {font-size: var(--text-2xl); line-height: var(--text-2xl)} h4 {font-size: var(--text-xl); line-height: var(--text-xl)} h5 {font-size: var(--text-l)} h6 {font-size: var(--text-m)} body.bricks-is-frontend :focus-visible {outline: none} @supports not selector(:focus-visible) { body.bricks-is-frontend :focus {outline: none; }} .bricks-button {border-radius: var(--radius-s); transition: all ease-out .3s; padding-top: var(--space-xs); padding-right: var(--space-m); padding-bottom: var(--space-xs); padding-left: var(--space-m); font-size: var(--text-m); text-align: center; font-style: normal; font-weight: 900} :root .bricks-button[class*="primary"] {color: var(--light); font-size: var(--text-m); text-align: center; font-weight: 900} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--primary)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--secondary)} .bricks-button.sm {padding-bottom: var(--space-s)} :root .bricks-button[class*="secondary"] {color: var(--primary)} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: var(--primary-10)}:root .bricks-color-primary {color: var(--primary)}:root .bricks-background-primary {background-color: var(--primary)}:root .bricks-color-secondary {color: var(--secondary)}:root .bricks-background-secondary {background-color: var(--secondary)}.brxe-form .form-group input {border-color: var(--primary-30); border-radius: var(--radius-s)}.brxe-form .flatpickr {border-color: var(--primary-30); border-radius: var(--radius-s)}.brxe-form select {border-color: var(--primary-30); border-radius: var(--radius-s); color: var(--primary-50)}.brxe-form textarea {border-color: var(--primary-30); border-radius: var(--radius-s)}.brxe-form .bricks-button {border-color: var(--primary-30); border-radius: var(--radius-s)}.brxe-form .choose-files {border-color: var(--primary-30); border-radius: var(--radius-s)}.brxe-form ::placeholder {color: var(--primary-50)}