/* --- SPECIFIČNO ZA ZNANSTVENE RADOVE --- */
.publications {
    max-width: 850px;
    margin: 40px auto;
    padding: 0 20px;
}

.paper-item {
    margin-bottom: 30px;
    padding: 20px;
    background: white;
    border-left: 5px solid #3f8f3f; /* Tvoja zelena */
    border-radius: 0 8px 8px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.paper-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.paper-row.secondary {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 0.9rem;
}

.pdf-link {
    color: #e74c3c;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
}
