body.bricks-is-frontend :focus { outline: none; } @layer bricks { body a:hover:not(header a,footer a,.exclude-link-styling a, .exclude-link-styling, .brxe-button) { text-decoration: underline; text-decoration-style: dotted; text-underline-offset: 0.125em; } body a:active:not(header a,footer a,.brxe-button,.exclude-link-styling a, .exclude-link-styling), body a:focus:not(header a,footer a,.brxe-button,.exclude-link-styling a, .exclude-link-styling) { text-decoration: none !important; background: black !important; color: var(--white) !important; -webkit-tap-highlight-color: transparent; } @media (max-width: 767px) { ul { padding-inline-start: 25px; } } }