.gh-release-list {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.gh-release-item {
    padding: 2em 0;
    border-bottom: 1px solid #253967;
    list-style: none !important;
}

.gh-release-head {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 26px;
}

.gh-release-name {
    color: #fff !important
}

.gh-release-tag {
    color:#999;
}

.gh-latest-tag {
    background: transparent;
    color:#0eff9f;
    border: 1px solid #0eff9f;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 9px;
    margin-left: 15px;
    text-transform: uppercase;
    line-height: 1;
}

.gh-release-date {
    color:#999;
    font-size: 12px;
    margin-top: 5px;
    line-height: 1em;
}

.gh-assets {
    list-style: disc !important;
    margin: 1em 0 0.5em 2em;
}

.gh-asset {
    margin: 0;
}

.gh-asset-size, .gh-asset-count {
    color: #999
}

.gh-releases-error {
    color:#b00020;
}
