 body.bricks-is-frontend :focus { outline: none; } body.bricks-is-frontend :focus-visible { outline: none; box-shadow: 0 0 0 3px var(--outline-color); } .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }  .focus-parent { position: relative; } .focus-parent:focus-within { box-shadow: 0 0 0 3px var(--outline-color); } .focus-parent a:focus-visible { box-shadow: none; }  .clickable-parent a:before { content: ''; position: absolute; inset: 0; z-index: 1; }  h1, h2, h3, h4, h5, h6 { text-wrap: balance; } p { text-wrap: pretty; }  html { scroll-behavior: smooth; }  body { overscroll-behavior-x: none; background-color: #2b2a2a; }