
@media (min-width: 992px) {
	.pkp_footer_content .pkp_block.block_make_submission:before {
		  margin-left: 30px;
		  content: " ";

	}
	.pkp_footer_content .pkp_block.block_make_submission {
		  margin-top: 0px;
		  padding-top: 0px;

	}
	.pkp_footer_content .pkp_block.block_make_submission a{
		background: none !important;
	}
	
}

.galleys h3{
	display: none !important;
}
/* ---------------------------------------------------------------
   Rodape da revista (OJSBR, 20/09/2026).
   Substitui o jQuery que montava a logo no rodape no tema antigo.
   --------------------------------------------------------------- */
.acm-footer { font-size: 14px; line-height: 1.55; }
.acm-footer p { margin: 0 0 8px; }
.acm-footer a { text-decoration: underline; }
.acm-footer__main { display: flex; flex-wrap: wrap; gap: 32px; align-items: flex-start; }
.acm-footer__brand img { width: 170px; max-width: 100%; height: auto; display: block; }
.acm-footer__cols { display: flex; flex-wrap: wrap; gap: 24px 28px; flex: 1 1 520px; }
.acm-footer__col { flex: 1 1 175px; min-width: 0; }
.acm-footer__title { margin: 0 0 6px; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; opacity: .7; }
.acm-footer__copy { margin: 24px 0 0; padding-top: 14px; border-top: 1px solid rgba(0,0,0,.12); font-size: 13px; opacity: .8; }
@media (max-width: 640px) {
  .acm-footer__main { gap: 20px; }
  .acm-footer__brand img { width: 140px; }
  .acm-footer__cols { gap: 20px; }
  .acm-footer__col { flex: 1 1 100%; }
}
