/* Information for Authors Section Styles */
.author-section {
    padding: 2rem;
    background-color: #fffefc;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.author-section .section-heading {
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: #337ab7;
    font-family: serif;
}

.author-intro {
    font-size: 1.125rem;
    color: #0056b3;
    font-weight: bold;
    margin-bottom: 1rem;
}

.author-list {
    list-style: disc;
    padding-left: 1.5rem;
    font-size: 1.125rem;
    color: #374151;
    line-height: 1.7;
}

.author-list li {
    margin-bottom: 0.75rem;
}

.author-list .highlight {
    font-weight: bold;
}

.template-link {
    color: #0056b3;
    text-decoration: none;
    font-weight: bold;
}

.template-link:hover {
    text-decoration: underline;
}

.best-paper {
    margin-top: 2rem;
}

.best-paper h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0056b3;
    margin-bottom: 0.5rem;
}

.best-paper ul {
    list-style: disc;
    padding-left: 1.5rem;
    font-size: 1.125rem;
    color: #374151;
}
