.footer-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 13;
}

footer {
  background-color: #216f39;
  color: #fffdc7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 14pt;
  text-align: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

footer span {
  margin: 0;
}

footer span + span::before {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  content: '\2022'; /* '•'; */
}

footer span a {
  color: #fffdc7;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  transition: color 0.3s; /* Smooth color change on hover */
}

footer span a:hover {      
  color: #f0d040;
}

footer span.noselect {
  user-select: none;
}
