/* Shared social row — pair with js/footer-social.js and <div data-footer-social></div> */

.corp-footer-inner {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.footer-legal-stack {
  text-align: left;
}

.footer-legal-stack > p {
  margin: 0;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  justify-content: flex-start;
}

.footer-social-link {
  display: inline-flex;
  color: #ffffff;
  opacity: 0.92;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-social-link:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.footer-social-link svg {
  width: 22px;
  height: 22px;
  display: block;
}

.footer-social-link:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: 3px;
}
