/* -------------------------
   Minimal Journal Footer
-------------------------- */

footer {
  background: #fdfcfb;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 24px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  color: rgba(30, 30, 30, 0.7);
  font-size: 14px;
  text-align: center;
}

footer a {
  color: rgba(30, 30, 30, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}

footer a:hover {
  color: rgba(107, 76, 230, 1);
}

@media (max-width: 600px) {
  footer {
    font-size: 13px;
    padding: 18px 10px;
  }
}
