/* Custom CSS for publication pages */

/* Publication title font size */
/* .article-title {
    font-size: 1.2rem !important;
} */

/* Style subtitle as conference name */
/* .page-subtitle {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: #4e2a84 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 0.8rem !important;
    display: block !important;
} */

/* Conference name in list view */
.article-conference {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    color: #4e2a84 !important;
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
}

.article-conference .pub-icon {
    margin-right: 0.3rem;
}

/* Reduce spacing in list items */
.stream-item .article-title {
    margin-bottom: 0.3rem !important;
}

.stream-item .article-metadata {
    margin-bottom: 0rem !important;
}

.stream-item .stream-meta {
    margin-top: 0rem !important;
}

/* Publication authors font size */
.article-metadata {
    font-size: 0.95rem !important;
    color: #000000 !important;
}

/* Fix admin (your name) highlight color in author list */
.article-metadata a {
    color: #000000 !important;
    text-decoration: none !important;
}

/* Highlight your name (admin) in a custom color */
.article-metadata a[href*="/author/siyuan-chai"] {
    color: #4e2a84 !important;
    font-weight: 800 !important;
}

/* .article-metadata a:hover {
    color: #4e2a84 !important;
    text-decoration: underline !important;
} */

/* Hide summary/abstract section on publication pages */
.article-style,
.summary-link {
    display: none !important;
}

