.brRCBH {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: rgb(255, 255, 255);
    background: linear-gradient(rgb(111, 124, 133), rgb(145, 155, 159));
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 20px;
    transition: all 0.2s ease 0s;
    height: 55px;
    width: 100px;
    position: fixed;
    top: 60px;
    left: 5px;
    overflow: hidden;
}

#bbTimeList {
    width: 79%;
    margin: auto;
    background: var(--card-bg);
    color: var(--font-color);
    margin-top: 0.1rem;
    padding: 0.6rem 1rem 0.5rem 1rem;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
}

.github-badge {
    transition: all 0.5s ease-in-out;
    background-color:rgb(111, 124, 133);
    color: var(--heo-fontcolor);
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    font-family: 'Menlo', Arial, sans-serif;
}

#article-container.post-content h3 {
    font-size: 0.7rem;
    line-height: 1.6;
}

#article-container.post-content h1:before, #article-container.post-content h2:before, #article-container.post-content h3:before, #article-container.post-content h4:before, #article-container.post-content h5:before, #article-container.post-content h6:before {
    position: absolute;
    top: calc(50% - 7px);
    color: #dbc1be;
    content: '\f0c1';
    line-height: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.github-badge .header .repo {
    padding-top: 16px;

}

.github-badge .header {
    background: #ebdab9;
    min-height: 70px;
    overflow-y: hidden;
    padding-right: 16px;
    
}

.github-badge .info {
    background: #f8f5f5;
    overflow-y: hidden;
    padding-right: 16px;
}

.github-badge .commits {
    padding-right: 16px;
    overflow: hidden;
    background: #F1F3F8;
    height: auto;
    max-height: 256px;
    color: black;
    transition: all 0.5s ease-in-out;
}

.github-badge .header .content a {
    text-decoration: none;
    border-bottom: 2px solid var(--heo-lighttext);
    color: var(--heo-fontcolor);
    font-weight: bold;
    padding: 0 4px;
    border-radius: 4px 4px 0 0;
}

#article-container .github-badge h3:before{
    display: contents;
    font-weight: 600;
    font-family: 'Font Awesome 6 Free';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
