/* FO/FO.css – Footer-Styling */
#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 0.75rem 0;
  font-size: 0.9rem;
  color: #000;
  z-index: 999;
}
#footer a {
  margin: 0 0.5rem;
  text-decoration: none;
  color: inherit;
}
#footer select {
  margin-left: 1rem;
  font-size: 0.85rem;
}
