footer .paras-social-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 32px;
  padding: 20px 0 4px;
  border-top: 1px solid currentColor;
  border-top-color: color-mix(in srgb, currentColor 24%, transparent);
  color: inherit;
}
.paras-social-row .paras-social-label {
  margin: 0;
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.paras-social-row .paras-social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 28px;
}
.paras-social-row .paras-social-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin: 0;
  padding: 8px 0;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  text-underline-offset: 5px;
  opacity: 1;
}
.paras-social-row .paras-social-links a:hover {
  color: inherit;
  text-decoration: underline;
  opacity: 1;
}
.paras-social-row .paras-social-links a:focus-visible {
  color: inherit;
  outline: 2px solid currentColor;
  outline-offset: 5px;
  border-radius: 2px;
  opacity: 1;
}
.paras-social-row .paras-social-links svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.paras-social-row + .footer-bottom,
.paras-social-row + .cfooter-bottom,
.paras-social-row + .evidence-footer-bottom,
.paras-social-row + .sustain-footer-bottom,
.paras-social-row + .service-footer-bottom {
  margin-top: 20px;
}
@media (max-width: 600px) {
  footer .paras-social-row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .paras-social-row .paras-social-links { column-gap: 20px; }
}
