.footer-bottom {
  flex-wrap: wrap;
}

.footer-legal {
  flex: 0 0 100%;
  max-width: 920px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.footer-legal strong {
  color: rgba(255, 255, 255, 0.9);
}

.company-identity-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.company-identity-link:hover {
  color: currentColor;
  text-decoration-thickness: 2px;
}

.company-identity-link:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
  border-radius: 2px;
}

.legal .company-identity-link {
  color: var(--blue);
  font-weight: 700;
}

.legal-meta {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.legal-address {
  font-style: normal;
  line-height: 1.8;
}
