.repo-card {
    border: 1px solid #d0d7de;
    border-radius: 6px;
}
.repo-title {
    font-size: 0.9em;
    font-weight: 600;
    color: #0969da;
    text-decoration: none;
}
.repo-title:hover {
    text-decoration: underline;
}
.badge-custom {
    border-radius: 12px;
    border: 1px solid #d0d7de;
}
.repo-description {
    font-size: 0.8em;
}
.repo-meta {
    font-size: 0.8em;
}
