/* Footer Styles */
.footer-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
  padding: 1rem;
  background-color: #f8f9fa;
  border-top: 1px solid #ddd;
  gap: 1rem;
}

.footer-facebook-link {
  margin-bottom: 0;
}

.footer-copyright {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}

/* Visually hidden label for accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
