/**
 * Modificación mediante CSS de
 * @file styles
 * para Debates y Combates (UNVM)
 * 
 *
 * Realizado por Lucas Aimar (Sep 2026)
 *
 */

/* Estilo del HEADER general para PC o notebook */
.pkp_site_name_wrapper {
  	border-bottom: 1px solid #ddd;
	background-image: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(250, 0, 0, 0)),
        url(/ojs/img/bgbanner_sociales.png) !important;
    background-repeat: no-repeat;
    background-position-x: right;
	min-height: 130px;
}

.pkp_site_name {
	padding-top: 2.6rem;
}

.pkp_site_name .is_text {
	font-size: 4.2rem;
	text-transform: none;
}

/* Estilo del HEADER para pantallas pequeñas */
@media (max-width: 992px) {
  .pkp_site_name_wrapper {
    background-image: none !important;
  }
}

/* Estilo para los iconos de ARK, DOI, etc.*/
img.orcid_icon {
    display: inline-block;
    margin-right: 0.25em;
    width: 24px;
    height: 24px;
    vertical-align: bottom;
}

/* Estilos datos numero completo ARK, DOI, Publicado, Ver numero completo, etc.*/

.obj_issue_toc .heading .published {
	text-align: end;
	margin: 1.2rem 0;	
}

.issue_link {
	text-align: end;
	margin: 1.2rem 0;
}

.pub_id.ark {
	text-align: end;
	margin: 1.2rem 0;
}

/* fin estilos datos numero completo */

/* Inicio estilos datos de articulo */

span.pubIdtype {
    font-weight: bold;
}

/* Fin estilos datos de articulo */

.itemDoiArt {
    padding-top: .357rem;
    font-size: .93rem;
    line-height: 1.43rem;
}

.obj_issue_toc .sections:not(:first-child) {
    margin-top: 1.286rem;
}

/* Cambiado de #4b7d92 (azul) a rojo carmesí */
.obj_issue_toc .heading .pub_id .id a {
    color: #b30000;
    text-decoration: underline;
    font-weight: bold;
}

.obj_issue_toc .heading .pub_id .id a:hover,
.obj_issue_toc .heading .pub_id .id a:focus {
    color: #800000;
}

.pkp_structure_main {
    padding: 0px 30px 0px;
}

.pkp_structure_main:first-child:last-child {
	margin-bottom: 2.857rem;
}

.pkp_structure_content {
	padding-bottom: 15px;
}

.pkp_block {
    padding: 10px 20px;
    margin: 10px 20px;
    border: 1px solid #ddd;
}

.block_make_submission {
	border: none;
}

.pkp_structure_sidebar.left::before {
	border-left: none;
}

.pkp_page_index {
	border-left: none;
}

.obj_issue_toc>.galleys h2, .obj_issue_toc .section h2 {
	padding: 0;
    margin-top: 0;
}

.pkp_structure_footer_wrapper {
    border-bottom: 0.5rem solid #fa0000;
}