.legal-footer {
  border-top: 1px solid rgba(20, 20, 20, 0.09);
  background: #fff;
  color: #666;
  padding: 40px 20px 116px;
}

.legal-footer__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.legal-footer__brand {
  display: block;
  width: 104px;
  height: auto;
  margin-bottom: 14px;
}

.legal-footer__meta {
  margin: 0;
  color: #999;
  font-size: 12px;
  line-height: 1.6;
}

.legal-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.legal-footer__links a {
  color: #555;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.legal-footer__links a:hover,
.legal-footer__links a:focus-visible {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 680px) {
  .legal-footer {
    padding: 32px 20px 108px;
  }

  .legal-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .legal-footer__links {
    justify-content: flex-start;
  }
}
