.modern-footer {
  margin-top: 2rem;
  padding: 1rem 0;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
}

.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footer-link {
  color: var(--pf-v5-global--link--Color);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: var(--pf-v5-global--link--Color--hover);
}

.footer-copyright {
  color: var(--pk-copyright-color);
  font-size: 0.875rem;
}
