﻿.publication-list {
    list-style: none;
}

.publication-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.publication-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.publication-item h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}

.publication-item h3 a {
    color: #1a73e8;
    text-decoration: none;
}

.publication-item h3 a:hover {
    text-decoration: underline;
}

.authors {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 8px;
    line-height: 1.5;
}

.authors b {
    font-weight: 600;
}

.meta {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
}

/* Venue styles - highlighted in red */
.venue {
    display: inline-block;
    margin-right: 12px;
}

.publication-tag {
    color: #d32f2f !important;
    font-weight: 500;
}

/* .publication-year {
    color: #2e7d32;
} */