img{ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ::selection { color:var(--light); background: var(--color-4); } a{ transition:all 0.2s ease; } .brxe-text :where(p) { margin:0 0 var(--space-s); } .brxe-text :where(p:last-of-type) { margin-bottom: 0; } .brxe-text ul{ padding-left: 17px; margin: 0; } body.bricks-is-frontend :focus { outline: none !important; } h2 { scroll-margin-top: 176px; } @media (max-width:480px){ h2 { scroll-margin-top: 155px; } } 