.citation-box-21ab073d {
    width: 100%;
}
.cb-tabs-header-21ab073d {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.cb-tab-21ab073d {
    background: none;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}
.cb-tab-21ab073d.active {
    border-bottom-color: #000;
    font-weight: bold;
}
.cb-tab-content-21ab073d {
    display: none;
    flex-direction: column;
    gap: 12px;
}
.cb-tab-content-21ab073d.active {
    display: flex;
}
.cb-text-21ab073d {
    width: 100%;
}
.cb-copy-row-21ab073d {
    display: flex;
    justify-content: flex-end;
}
.cb-copy-btn-21ab073d {
    background: #f1f1f1;
    border: 1px solid #ccc;
    padding: 5px 14px;
    cursor: pointer;
    font-size: 12px;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s;
}
.cb-copy-btn-21ab073d:hover {
    background: #e0e0e0;
}
.cb-bibtex-21ab073d {
    font-family: monospace;
    white-space: pre-wrap;
}
/* Stand-alone translation: "Original source" line above the citation tabs */
.cb-source-21ab073d {
    margin: 0 0 26px;
    line-height: 1.6;
}
.cb-source-21ab073d a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.cb-cite-heading-21ab073d {
    margin-top: 4px;
}
/* Editors-only reminder when the Original Source fields are still empty */
.cb-warn-21ab073d {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #a81916;
    border: 1px dashed #a81916;
    padding: 12px 16px;
    margin: 0;
}
