/* OJS Elementor Plus — estilos */

.ojs-ep-widget .ojs-ep-title,
.ojs-ep-widget .ojs-ep-title a {
    color: #D9631E;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    text-decoration: none;
    margin: 0 0 0.2em;
}
.ojs-ep-widget .ojs-ep-title a:hover {
    color: #CA5917;
    text-decoration: underline;
}
.ojs-ep-widget .ojs-ep-authors {
    font-size: 0.875rem;
    color: #555;
    margin-top: 0.15em;
    line-height: 1.4;
}
.ojs-ep-widget .ojs-ep-item {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #eee;
}
.ojs-ep-widget .ojs-ep-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.ojs-ep-widget .ojs-ep-section-header {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: #222;
    margin: 1.4rem 0 0.6rem;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid #D9631E;
}
.ojs-ep-widget .ojs-ep-section-header:first-child {
    margin-top: 0;
}
.ojs-ep-widget .ojs-ep-metric {
    font-size: 0.8rem;
    color: #888;
    margin-top: 0.15em;
}
.ojs-ep-error {
    color: #c00;
    font-size: 0.875rem;
}
