/* Global footer styling for ExpDater */

footer,
footer.foot {
  border-top: 1px solid #e5e5e5;
  padding: 16px 18px 24px;
  font-size: 0.92rem;
  color: #666;
  display: flex;
  flex-direction: column;      /* stack lines */
  align-items: center;         /* center horizontally */
  justify-content: center;
  text-align: center;          /* center text inside */
  background: #fafafa;
}

/* Link row spacing */
footer .footer-links {
  margin-top: 4px;
}

/* Footer links */
footer a {
  color: inherit;
  text-decoration: none;
  margin: 0 8px;
}

footer a:hover {
  text-decoration: underline;
}
