/* ============================= */
/* 1. OCULTAR REFERENCIAS */
/* ============================= */

.article-references,
.article-references-content {
    display: none !important;
}


/* ============================= */
/* 2. MEJORAR TIPOGRAFÍA */
/* ============================= */

body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    font-size: 15px;
}

.obj_article_details h1 {
    font-weight: 600;
    margin-bottom: 15px;
}


/* ============================= */
/* 3. MEJORAR RESUMEN */
/* ============================= */

.obj_article_details .item.abstract {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
}


/* ============================= */
/* 4. BOTÓN PDF */
/* ============================= */

.obj_article_details .galley_link {
    background-color: #2c5aa0;
    color: #fff !important;
    border-radius: 4px;
    padding: 8px 14px;
    font-weight: 500;
    text-decoration: none;
}

.obj_article_details .galley_link:hover {
    background-color: #1f3f73;
}


/* ============================= */
/* 5. SIDEBAR MÁS LIMPIA */
/* ============================= */

.pkp_block {
    margin-bottom: 20px;
}

.pkp_block .title {
    font-weight: 600;
}


/* ============================= */
/* 6. MEJOR ESPACIADO GENERAL */
/* ============================= */

.obj_article_details .main_entry {
    margin-bottom: 25px;
}

.obj_article_details .item {
    margin-bottom: 20px;
}


/* ============================= */
/* 7. PRUEBA VISUAL (ELIMINAR LUEGO) */
/* ============================= */

/* Descomenta esto para verificar que el CSS carga */

/*
body {
    background: #f4f8fb !important;
}
 */
