/* ====== KOMPAKT FOOTER ====== */
.login-footer {
  background-color: #f2f2f2;
  color: #555;
  font-size: 14px;
  width: 100%;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.03);
  padding: 8px 16px;
  line-height: 20px;
  text-align: center;
  flex-shrink: 0;
}

.footer-top {
  margin-bottom: 4px;
}

.footer-top a {
  color: #555;
  text-decoration: none;
  margin: 0 4px;
  transition: color 0.1s ease;
}

.footer-top a:hover {
  color: #0d6efd;
  text-decoration: underline;
}

.footer-bottom {
  color: #777;
  font-size: 13px;
}

.footer-bottom a {
  color: #555;
  text-decoration: none;
  transition: color 0.1s ease;
}

.footer-bottom a:hover {
  color: #0d6efd;
  text-decoration: underline;
}