:root { --p-s: 12px; --p-m: 24px; --p-l: 48px; --p-xl: 64px; } html * { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } html { scroll-padding-top: 64px; } a:-webkit-any-link:focus-visible { outline: none !important; } #brx-content.wordpress { padding: var(--p-m); min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; } #brx-content .post-password-form { width: 100%; display: flex; flex-direction: column; align-items: center; } @media screen and (min-width:786px) { #brx-content .post-password-form p:last-child { width: 50%; } } #brx-content .post-password-form input[type=submit] { height: 42px; border: none; color: #fff; background: var(--bricks-color-iwztyu); border-radius: 0; }