/* 基础容器 */
#bib-container {
    margin-top: 2rem;
}

/* 论文条目样式微调 */
.bib-item {
    padding: 1.2rem 0 !important;
}

.bib-title {
    display: inline;
    color: #1a73e8 !important;
}

/* bibbase_note 容器 */
.bib-note {
    display: inline-block;
    vertical-align: middle;
}

/* 修正手风琴样式 */
.bib-accordion .title {
    background: #f9fafb !important;
    font-weight: bold !important;
    font-size: 1.2rem !important;
}

.bib-year-content {
    padding: 0 1.5rem !important;
}

/* BibTeX 代码块显隐 */
.bib-raw-code.show {
    display: block !important;
}
