/* PCMB - OJS custom styles
   Logo de cabecera optimizado, ISSN y pie de página compacto.
*/

/* =========================================================
   LOGO DE LA REVISTA
   ========================================================= */

.pkp_site_name .is_img img {
    width: 350px !important;
    max-width: 100% !important;
    max-height: none !important;
    height: auto !important;
    display: block !important;
}

.pkp_site_name {
    width: auto !important;
    max-width: none !important;
}

/* --- ISSN en la cabecera --- */
.pkp_site_name_wrapper::after {
    content: "ISSN: 3152-9666";
    display: block;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff;
}

/* =========================================================
   PIE DE PÁGINA COMPACTO
   ========================================================= */

.pkp_structure_footer {
    padding: 0 !important;
    min-height: 0 !important;
}

.pkp_structure_footer_wrapper {
    padding: 14px 28px !important;
    margin: 0 auto !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
}

.pkp_footer_content {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

.pkp_footer_content p {
    margin: 0 !important;
    padding: 0 !important;
}

.pkp_brand_footer {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

.pkp_brand_footer img {
    display: block !important;
    width: auto !important;
    max-width: 120px !important;
    max-height: 55px !important;
    margin: 0 !important;
}

/* =========================================================
   VERSIÓN MÓVIL
   ========================================================= */

@media (max-width: 600px) {
    .pkp_site_name .is_img img {
        width: 280px !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .pkp_site_name_wrapper::after {
        font-size: 12px;
    }

    .pkp_structure_footer_wrapper {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
        padding: 12px 18px !important;
    }
}
