*:focus { outline: none!important; }   ::-webkit-scrollbar { width: 8px; }  ::-webkit-scrollbar-track { border-radius: 8px; }  ::-webkit-scrollbar-thumb { border-radius: 8px; background: var(--neutral); opacity: 1; }  ::-webkit-scrollbar-thumb:hover { background: var(--neutral); }  <style> :is([class*="u-text-style-"], h1, h2, h3) { display: flow-root; } :is([class*="u-text-style-"], h1, h2, h3)::before { content: ""; display: table; margin-bottom: calc(-0.5lh + 0.38em); } :is([class*="u-text-style-"], h1, h2, h3)::after { content: ""; display: table; margin-bottom: calc(-0.5lh + 0.38em); } </style>  <style> :is([class*="u-text-style-"], p, blockquote) { display: flow-root; } :is([class*="u-text-style-"], p, blockquote)::before { content: ""; display: table; margin-bottom: calc(-0.5lh + 0.39em); } :is([class*="u-text-style-"], p, blockquote)::after { content: ""; display: table; margin-bottom: calc(-0.5lh + 0.35em); } </style>