/* Hide PKP/OJS default footer branding */
.pkp_brand_footer {
  display: none !important;
}

/* Refine Icelandic Connection footer */
.pkp_structure_footer_wrapper {
  border-top: 1px solid rgba(0,0,0,.1); /* subtle divider */
  padding: 1.25rem 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #333; /* keep it readable on light grey */
}

/* Limit width and center nicely */
.pkp_structure_footer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Footer paragraphs */
.pkp_structure_footer p {
  margin: 0.25rem 0;
}

/* Footer links */
.pkp_structure_footer a {
  color: #1e5fa8; /* your Nordic blue */
  text-decoration: none;
}
.pkp_structure_footer a:hover,
.pkp_structure_footer a:focus {
  text-decoration: underline;
}

