/*
 * 
 *  PHP Version 8
 * 
 *  Author:               Michael Hamann [KaMi] (info@michaelhamann.org)
 *  ------
 *  Created Date:         Friday January 9th 2026
 *  Last Modified:        Friday January 9th 2026 06:56:51
 *  ------
 *  Copyright:            2024 - 2026
 *  -----------------
 * 
 */

.footer {
  border-top: 1px solid var(--color__border);
  margin-top: 16px;
  background: rgba(10, 16, 28, 0.55);
  backdrop-filter: blur(10px);
}

.footer__inner {
  max-width: var(--layout__max);
  margin: 0 auto;
  padding: 14px 16px;
  color: var(--color__muted);
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer__sep {
  opacity: 0.6;
}
