/* Footer Styles */
footer {
  background-color: var(--color-bg-light);
  padding: 20px 0;
  margin-top: 50px;
}

footer .container {
  display: flex;
  flex-direction: column;
}

footer .footer-bottom {
  text-align: center;
}

footer .disclaimer {
  font-size: 0.8em;
  color: var(--color-text-light);
  margin-bottom: 0;
}

footer a {
  color: var(--color-primary);
  text-decoration: none;
}

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