
/* Rodapé com a mesma cor do cabeçalho */
.pkp_structure_footer_wrapper {
  background-color: #C5C8CB;
  color: #ffffff;
  padding: 20px 0;
  position: relative;
}

.pkp_structure_footer_wrapper a {
  color: #ffffff;
  text-decoration: none;
}

/* Ocultar logotipo do OJS */

.pkp_brand_footer {
  display: none;
}

/* Logos das instituições editoras */

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.footer-logos img {
  max-height: 60px;
  max-width: 150px;
  height: auto;
  width: auto;
  object-fit: contain;
}

.footer-logos img.logo-ajustada {
  height: 150px !important;
  width: auto !important;
}

