/* Shortcode Styles */

.conference-papers-shortcode,
.scientific-papers-shortcode {
    padding: 20px 0;
}

.conference-papers-shortcode h2,
.scientific-papers-shortcode h2 {
    font-size: 2em;
    margin-bottom: 30px;
    color: #2d3748;
    border-bottom: 3px solid #2d3748;
    padding-bottom: 10px;
}

.papers-list {
    margin-bottom: 30px;
}

.paper-item {
    padding: 25px;
    margin-bottom: 25px;
    background: #ffffff;
    border: 2px solid #e1e8ed;
    border-left: 5px solid #2d3748;
}

.paper-item:hover {
    border-color: #2d3748;
    background: #f8f9fa;
}

.paper-item h3 {
    margin: 0 0 15px 0;
    font-size: 1.5em;
    line-height: 1.4;
}

.paper-item h3 a {
    color: #2d3748;
    text-decoration: none;
}

.paper-item h3 a:hover {
    text-decoration: underline;
}

.paper-authors {
    color: #718096;
    font-size: 1em;
    margin: 10px 0;
}

.paper-year {
    color: #4a5568;
    font-size: 0.95em;
    margin: 8px 0;
}

.paper-doi {
    color: #4a5568;
    font-size: 0.9em;
    margin: 8px 0;
}

.paper-doi a {
    color: #2d3748;
    text-decoration: none;
}

.paper-doi a:hover {
    text-decoration: underline;
}

.read-more {
    color: #2d3748;
    text-decoration: none;
    font-weight: 600;
}

.read-more:hover {
    text-decoration: underline;
}

.view-all-papers {
    text-align: center;
    margin-top: 40px;
}

.view-all-papers .button,
.papers-link-button {
    display: inline-block;
    padding: 15px 35px;
    background: #2d3748;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1em;
    border: 2px solid #2d3748;
}

.view-all-papers .button:hover,
.papers-link-button:hover {
    background: #1a202c;
    color: white;
}
