.gh-repo-card-0150d5f6 {
    border: 1px solid #d0d7de;
    border-radius: 6px;
    padding: 16px;
    background-color: #ffffff;
    color: #24292f;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
}
.gh-repo-card-0150d5f6 .gh-repo-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-weight: 600;
}
.gh-repo-card-0150d5f6 .gh-repo-header svg {
    margin-right: 8px;
    fill: #57606a;
}
.gh-repo-card-0150d5f6 .gh-repo-title {
    color: #0969da;
    text-decoration: none;
    font-size: 16px;
}
.gh-repo-card-0150d5f6 .gh-repo-title:hover {
    text-decoration: underline;
}
.gh-repo-card-0150d5f6 .gh-repo-desc {
    font-size: 14px;
    color: #57606a;
    margin-bottom: 16px;
    margin-top: 0;
}
.gh-repo-card-0150d5f6 .gh-repo-meta {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #57606a;
}
.gh-repo-card-0150d5f6 .gh-repo-meta > span {
    display: flex;
    align-items: center;
    margin-right: 16px;
}
.gh-repo-card-0150d5f6 .gh-repo-meta svg {
    margin-right: 4px;
    fill: #57606a;
}
.gh-repo-card-0150d5f6 .gh-lang-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #3178c6;
    display: inline-block;
    margin-right: 4px;
}
