/* Styling for Science and Nature journal badges */

.journal-science {
    background-color: #dc3545;
    color: white;
    padding: 1px 4px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 0.85em;
    white-space: nowrap;
    display: inline-block;
    margin-right: 4px;
}

.journal-nature {
    background-color: #28a745;
    color: white;
    padding: 1px 4px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 0.85em;
    white-space: nowrap;
    display: inline-block;
    margin-right: 4px;
}
