*:focus { outline: none!important; }   ::-webkit-scrollbar { width: 8px; background: var(--white); }  ::-webkit-scrollbar-track { border-radius: var(--radius); }  ::-webkit-scrollbar-thumb { border-radius: 30px; background: var(--primary); opacity: 1; }  :is([class*="u-text-style-"], h1, h2, h3, h4, h5, h6, p, blockquote) { display: flow-root; } :is([class*="u-text-style-"], h1, h2, h3, h4, h5, h6, p, blockquote)::before { content: ""; display: table; margin-bottom: calc(-0.5lh + 0.26em); } :is([class*="u-text-style-"], h1, h2, h3, h4, h5, h6, p, blockquote)::after { content: ""; display: table; margin-bottom: calc(-0.5lh + 0.43em); }