.repo-card{border:1px solid #e1e4e8;border-radius:6px;padding:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;transition:box-shadow .2s ease-in-out;display:flex;flex-direction:column;justify-content:space-between;height:100%;max-width:350px}.repo-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.repo-card-header .repo-name a{font-size:20px;font-weight:600;color:#0366d6;text-decoration:none}.repo-card-header .repo-name a:hover{text-decoration:underline}.repo-card-header .repo-description{font-size:14px;color:#586069;margin-top:8px;flex-grow:1}.repo-card-stats{display:flex;align-items:center;margin-top:16px;font-size:12px;color:#586069}.repo-card-stats .repo-stat{display:flex;align-items:center;margin-right:16px}.repo-language-color{width:12px;height:12px;border-radius:50%;margin-right:4px;border:1px solid rgba(27,31,35,.1)}