/* AWSD Szczecin — stopka — wersja 3.4.7. */

.site-footer {
  margin-top: 34px;
  padding: 24px 0;
  background: #1f2f41;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

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

.footer-copyright {
  margin: 0;
}

.footer-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space-4);
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu li {
  margin: 0;
}

.footer-links a:hover {
  color: #fff;
}

@media (max-width: 720px) {
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    width: 100%;
  }

  .footer-menu {
    justify-content: flex-start;
  }
}
