/* Oculta el bloque OJS/PKP */
.pkp_brand_footer { display: none !important; }

/* Evitar títulos justificados en pantallas pequeñas */
@media (max-width: 768px) {
  h1, h2, h3,
  .page_title, .pkp_page_title,
  .obj_article_details .page_title,
  .obj_article_summary .title {
    text-align: left !important;
    text-justify: auto !important;
    hyphens: auto;
    overflow-wrap: anywhere;
  }
}

p { text-align: justify; }
@media (max-width: 768px) {
  p { text-align: left; }
}