.brx-body { min-height: 100vh; } :where(.brxe-form) .message { background-color: transparent !important; } :focus-visible:not(input):not(textarea):not(select) { outline: 4px dashed red !important; outline-offset: 3px !important; transition: outline 0s !important; border-radius: var(--dis_small) !important; }  body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: background-color:hsla(0,0%,100%,1); background-image: radial-gradient(at 100% 69%, hsla(210,52%,86%,1) 0px, transparent 20%), radial-gradient(at 33% 0%, hsla(210,52%,86%,1) 0px, transparent 20%); }  body::after { content: ""; position: fixed; inset: 0; z-index: -1; background: url("/wp-content/uploads/grainy-noise.svg") repeat; background-size: 400px 400px; opacity: 0.15;  pointer-events: none; }