.footer {
  max-width: 420px;
  margin: 48px auto 24px;
  padding: 24px 16px 0;
  text-align: center;

  border-top: 1px solid #ddd;
  color: #666;
  font-size: 13px;
}

.footer-text {
  margin-bottom: 14px;
  line-height: 1.4;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  margin-bottom: 14px;
}

.footer-links a {
  color: #444;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
}

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

.footer-meta {
  font-size: 12px;
  color: #999;
}
