ul.custom-bullets{list-style:none;padding-left:2rem;margin:0}ul.custom-bullets li{position:relative;margin:.25rem 0}ul.custom-bullets li:before{content:"✔";position:absolute;left:-1.5rem}.icon{display:flex;align-items:center;justify-content:center;gap:2rem}.readme{padding:2rem;border-radius:12px;border:.5px solid var(--text-color-2);line-height:1.6;font-size:.95rem;width:100%;margin:0 auto;height:500px;overflow-y:auto}.readme h1,.readme h2,.readme h3{margin-top:1.2rem;margin-bottom:.8rem}.readme code{background:var(--gray-light);padding:.2rem .4rem;border-radius:6px;font-size:.9rem}.readme pre{background:var(--gray-medium);padding:1rem;border-radius:8px;overflow-x:auto}.readme a{text-decoration:underline}@media (max-width:768px){.readme{height:800px}}