.repo-style-list{display:flex;flex-wrap:wrap;gap:1rem;margin:1rem 0}.repo-style-list .repo-card{background:#fff;border:1px solid #ddd;border-radius:6px;padding:1rem;width:100%;box-shadow:0 2px 4px rgba(0,0,0,0.05);transition:box-shadow 0.2s ease}.repo-style-list .repo-card:hover{box-shadow:0 4px 8px rgba(0,0,0,0.08)}@media (min-width:600px){.repo-style-list .repo-card{width:calc(50% - 1rem)}}@media (min-width:900px){.repo-style-list .repo-card{width:calc(33.333% - 1rem)}}.repo-card h3{margin:0 0 0.5rem;font-size:1.1rem;overflow-wrap:anywhere}.repo-card h3 a{text-decoration:none;color:#0366d6;word-break:break-word;overflow-wrap:break-word}.repo-card h3 a:hover{text-decoration:underline}.repo-desc{margin:0 0 0.5rem;font-size:0.9rem;color:#586069}.repo-meta{font-size:0.8rem;color:#6a737d}