body.bricks-is-frontend :focus{ outline: none; }  .brxe-post-content ul:not(.list--faqs), .brxe-text ul:not(.list--faqs) { list-style: none; padding-left: 0; } .brxe-post-content ul:not(.list--faqs) li, .brxe-text ul:not(.list--faqs) li{ position: relative; padding-bottom: 1em; margin-top: 1em; border-bottom: solid 1px var(--primary); padding-left: 1.7em; } .brxe-post-content ul:not(.list--faqs) li:last-child, .brxe-text ul:not(.list--faqs) li:last-child{ border: none; padding-bottom: 0; } .brxe-post-content ul:not(.list--faqs) li:before, .brxe-text ul:not(.list--faqs) li:before{ content: ""; position: absolute; top: .3em; left: 0; width: 1.2em; height: 1.2em; background-image: url('https://stagingenvironment.dev/trust/wp-content/uploads/check-atlantis.svg'); background-repeat: no-repeat; background-size: contain; }  body .brxe-post-content a:not([class]), body .brxe-text a:not([class]), body label a{ text-decoration-line: underline; text-decoration-color: var(--primary); text-underline-offset: .2em; text-decoration-thickness: 1px; transition: all .3s; } body .brxe-post-content a:hover:not([class]), body .brxe-text a:hover:not([class]), body label a:hover{ color: var(--primary); }  [id]{ scroll-margin-top: var(--offset, 0); } html { scroll-behavior: smooth; }  body.bricks-is-frontend :focus{ outline: none; } body.bricks-is-frontend :focus-visible{ outline: solid 1px var(--primary); outline-offset: 5px; transition: all .3s; }  ul{ padding: 0; margin: 0; } .bricks-nav-menu { flex-wrap: wrap; justify-content: center; }  body{ font-size: var(--text-m); color: var(--text-color); line-height: var(--text-line-height); font-weight: var(--text-font-weight); } h1, h2, h3, h4, h5, h6{ line-height: var(--heading-line-height); color: var(--heading-color); font-weight: var(--heading-font-weight); } h1 { font-size: var(--h1); } h2 { font-size: var(--h2); } h3 { font-size: var(--h3); } h4 { font-size: var(--h4); } h5 { font-size: var(--h4); } h6 { font-size: var(--h6); }  :where(section:not(section section)){ padding: var(--padding-section); } section:where(:not(.bricks-shape-divider)){ gap: var(--container-gap); } :where(.brxe-container) > .brxe-block, section > div:where(:not(.bricks-shape-divider)){ gap: var(--content-gap); }  header{ max-width: 100vw; } html, body{ overflow-x: clip; } bodybody:.no-scroll{ overflow: hidden !important; }