/* Commits page styles */
.commit_header_stats > span {
    padding: 0px 10px;
    border-left: 1px solid #ffffff1a
}

.commit_header_stats > span:first-child {
    padding-left: 0px;
    border-left: 0px;
}

.commit_header_stats > span:last-child {
    padding-right: 0px;
}
  
.commit_header_stats .commit_id {
    text-transform: uppercase;
}

.commit_header_stats .commit_additions {
    color: #3cca23;
}

.commit_header_stats .commit_deletions {
    color: #c92121;
}
  
.commit_header_stats .commit_edits_total {
    color: #ff9d17;
}

.commit_header_stats .commit_legacy_badge {
    border-left: 0px;
    color: #c949ff;
}
  
.commit_info {
    font-size: 14px;
    margin-top: 16px;
}
  
.commit_header_stats .commit_id {
    font-weight: bold;
}
  
.blam_commit {
    margin-bottom: 20px;
}

#commits_loading .ipsLoading {margin-top: 25px;}

.fetch_status_box {
    margin-bottom: 20px;
}
  
.fetch_error_icon {
    font-size: 40px;
    color: #ff4d4d;
}

.blam_commit.censored {
    filter: blur(0px);
}

.blam_commit.censored .commit_info,
.blam_commit.censored .commit_header_stats,
.blam_commit.censored > hr {
    filter: blur(8px);
    opacity: 0.7;
}

.blam_commit.censored .commit_author, .blam_commit.censored .commit_info {
    opacity: 0.5;
}