
/* =========================
   RODAPÉ ESTILO SPRINGER (OJS 3.5)
========================= */

.pkp_structure_footer_wrapper {
    background: linear-gradient(180deg, #f4faf6 0%, #eef7f1 100%) !important;
    border-top: 3px solid #1e7a5c;
    
}


/* CONTAINER (FORÇA 2 COLUNAS ESTÁVEIS NO OJS) */
.pkp_structure_footer {
    max-width: 1100px;
    margin: auto;
    display: table;
    width: 100%;
}

/* COLUNAS */
.footer-col {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 0 30px;
}

/* TÍTULOS */
.footer-col h3 {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
    border-left: 4px solid #005ea2;
    padding-left: 10px;
}

/* TEXTO */
.footer-col p {
    font-size: 14px;
    color: #444;
    line-height: 1.9;
    margin-bottom: 10px;
}

/* LINKS */
.footer-col a {
    color: #005ea2 !important;
    text-decoration: none;
}

.footer-col a:hover {
    text-decoration: underline;
}

/* =========================
   ÍCONES (SPRINGER STYLE CLEAN)
========================= */

.footer-icon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-icon i {
    color: #005ea2;
    width: 18px;
}

/* RESPONSIVO */
@media (max-width: 768px) {

    .pkp_structure_footer {
        display: block !important;
    }

    .footer-col {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }
}


.pkp_structure_footer_wrapper small,
.pkp_structure_footer_wrapper .pkp_brand_footer,
.pkp_structure_footer_wrapper .powered_by,
.pkp_footer_content small {
    display: none !important;
}


/* =========================
   JUSTIFICAR TEXTOS DA REVISTA
========================= */

/* TEXTO GERAL */
body,
p,
li,
td,
th,
blockquote,
.obj_article_summary,
.obj_article_details,
.item.abstract,
.page,
.cmp_notification,
.pkp_page_content,
.pkp_structure_main,
.obj_issue_summary,
.obj_article_summary p,
.obj_article_details p,
.item.abstract p {
    text-align: justify !important;
    text-justify: inter-word;
}

/* TÍTULOS CONTINUAM ALINHADOS NORMALMENTE */
h1, h2, h3, h4, h5, h6 {
    text-align: left !important;
}

/* RESUMOS DOS ARTIGOS */
.item.abstract {
    line-height: 1.9;
}

/* MELHOR LEITURA */
.pkp_page_content {
    line-height: 1.9;
}

/* PARÁGRAFOS */
p {
    margin-bottom: 14px;
}
p {
    text-indent: 20px;
}








/* =========================================
   BOTÃO FLUTUANTE WHATSAPP — OJS 3.5
========================================= */

.whatsapp-float {

    position: fixed !important;

    width: 65px;
    height: 65px;

    bottom: 25px;
    right: 25px;

    background-color: #25D366 !important;

    color: #ffffff !important;

    border-radius: 50%;

    font-size: 34px;

    display: flex !important;

    align-items: center;
    justify-content: center;

    text-decoration: none !important;

    z-index: 999999 !important;

    box-shadow:
    0 10px 25px rgba(37,211,102,0.35);

    transition: all .3s ease;
}

/* HOVER */

.whatsapp-float:hover {

    background-color: #1ebe5d !important;

    transform: scale(1.05);

    color: #ffffff !important;
}

/* ÍCONE */

.whatsapp-float img {

    width: 34px;
    height: 34px;
}

/* MOBILE */

@media(max-width:768px){

.whatsapp-float{

    width:58px;
    height:58px;

    bottom:20px;
    right:20px;
}

.whatsapp-float img{

    width:30px;
    height:30px;
}

}



/* =========================
   LAYOUT 2 COLUNAS
========================= */

.edition-grid{
    display:flex;
    gap:30px;
    align-items:flex-start;
}

/* CAPA */
.edition-cover{
    flex:0 0 280px;
}

.edition-cover img{
    width:100%;
    height:auto;
    border-radius:12px;
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

/* CONTEÚDO */
.edition-content{
    flex:1;
}

/* BADGE */
.volume-badge{
    display:inline-block;
    background:#1e7a5c;
    color:#fff;
    padding:6px 14px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

/* DATAS */
.submission-dates{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:15px;
}

.date-box{
    background:#f4faf6;
    border-left:4px solid #1e7a5c;
    padding:10px 14px;
    border-radius:8px;
    font-size:14px;
}

/* TÍTULO */
.edition-content h3{
    color:#1e7a5c;
    margin-top:10px;
    margin-bottom:10px;
}

/* TEXTO */
.edition-content p{
    text-align:justify;
    line-height:1.9;
    margin-bottom:12px;
}

/* RESPONSIVO */
@media(max-width:768px){

.edition-grid{
    flex-direction:column;
}

.edition-cover{
    width:100%;
}

}


