*:focus { outline: none!important; }   ::-webkit-scrollbar { width: 10px; }  ::-webkit-scrollbar-track { border-radius: 10px; }  ::-webkit-scrollbar-thumb { border-radius: 10px; background: var(--primary); opacity: 1; }  ::-webkit-scrollbar-thumb:hover { background: var(--primary); }  :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.4em); } :is([class*="u-text-style-"], h1, h2, h3, h4, h5, h6, p, blockquote)::after { content: ""; display: table; margin-bottom: calc(-0.5lh + 0.37em); }