/*
 * RoboMecs P4B.3K V6.4.32
 * Footer social-icon optical alignment only.
 * Scope intentionally restricted to the existing footer social controls.
 */
.footer.rm-footer-v6420 .footer-social-link {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.footer.rm-footer-v6420 .footer-social-link svg {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 16.5px !important;
  height: 16.5px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  flex: 0 0 auto !important;
  transform: translate(-50%, -50%) !important;
  transform-origin: center center !important;
  overflow: visible !important;
  fill: currentColor !important;
}

html[dir="rtl"] .footer.rm-footer-v6420 .footer-social-link svg {
  transform: translate(-50%, -50%) !important;
}
