/* Site footer */
.site-footer {
  background: linear-gradient(180deg, var(--oju-blue-dark) 0%, var(--oju-blue) 100%);
  border-top: 4px solid var(--oju-green);
  padding: 2.5rem 1rem;
  text-align: center;
  margin-top: auto;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 3rem 1.25rem;
  }
}

.site-footer .footer-inner {
  max-width: var(--container-max);
  margin: 0 auto;
}

.footer-logo {
  filter: brightness(0) invert(1);
  max-width: 5.5rem;
  width: 100%;
  height: auto;
  margin-bottom: 1.25rem;
  opacity: 0.95;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
}
