/*ribbon*/
.ribbon-blue {
  background: #00247d;
  height: 3px;
}
.ribbon-yellow {
  background: #ffcd00;
  height: 3px;
}
.ribbon-black {
  background: #000000;
  height: 3px;
}

/* FOOTER */
/* Disable footer brand log for OJS */
.pkp_brand_footer {
  display: none;
}
.pkp_structure_footer_wrapper {
  background-color: #f9cb3c;
}
.pkp_footer_content {
  background-color: #f9cb3c;
  padding: 1rem;
}
.site-footer {
  background: #f9cb3c;
  color: var(--text);
  text-align: center;
  padding: 22px 16px;
}
.site-footer > div:first-child {
  font-size: 1rem;
}
.site-footer > div:last-child {
  font-size: 0.75rem;
}

.site-footer a {
  color: var(--green);
  font-weight: 700;
}
