/* Styles for the legacy footer used only on the dashboard */

/* Footer styles (if needed) */
.site-footer {
  background-color: #f8f9fa;
  color: #6c757d;
  text-align: center;
  margin-top: 30px;
  padding: 20px 0;
  font-size: 14px;
  border-top: 1px solid #e7e7e7;
}

.site-footer .container {
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: #007bff;
  text-decoration: none;
  margin: 0 10px;
}

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