/* ==========================================================================
   NWP Footer Styles
   ========================================================================== */

.nwp-footer {
  background-color: var(--color-primary-dark);
  color: #D3DFD9;
  padding: 0.95rem 1.5rem;
  font-size: 0.85rem;
  text-align: center;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-container {
  max-width: 1560px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-copyright {
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #E0EAE5;
}

.footer-links {
  display: flex;
  gap: 1rem;
  font-size: 0.78rem;
}

.footer-links a {
  color: var(--color-pale-green);
}

.footer-links a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
