/* Styles of list/templates/list/footer.html, moved out of its inline <style>. */

footer {
  color: #333;
  font-weight: 500;
  text-align: center;
  padding: 16px 0;
}

footer a {
	color: #333 !important;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s ease;
  }

  footer a:hover {
	color: #fff !important; /* turn white on hover */
  }
