/*
 * RoboMecs P4B.3E RevA — Footer Social Balance
 * Version: V6.4.11
 */
.footer .footer-contact .footer-social {
  width: min(100%, 230px) !important;
  margin: 18px 0 0 !important;
  padding: 14px 0 0 !important;
  border-top: 1px solid rgba(255, 255, 255, .10) !important;
}
.footer .footer-contact .footer-social-title {
  margin: 0 0 10px !important;
  color: rgba(255, 255, 255, .50) !important;
  font-size: 9px !important;
  line-height: 1.2 !important;
  font-weight: 750 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}
.footer .footer-contact .footer-social-links {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.footer .footer-contact .footer-social-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .035) !important;
  color: rgba(255, 255, 255, .78) !important;
  line-height: 1 !important;
  box-shadow: none !important;
  transform: none !important;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease !important;
}
.footer .footer-contact .footer-social-link svg {
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  overflow: visible !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
.footer .footer-contact .footer-social-link svg .social-fill {
  fill: currentColor !important;
  stroke: none !important;
}
.footer .footer-contact .footer-social-link:hover {
  background: rgba(255, 255, 255, .10) !important;
  border-color: rgba(255, 255, 255, .30) !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
}
.footer .footer-contact .footer-social-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .92) !important;
  outline-offset: 3px !important;
  color: #fff !important;
}
.footer .footer-brand > p:not(.slogan) { margin-bottom: 0 !important; }
html[dir="rtl"] .footer .footer-contact .footer-social { margin-left: auto !important; margin-right: 0 !important; }
html[dir="rtl"] .footer .footer-contact .footer-social-links { direction: rtl !important; justify-content: flex-start !important; }
@media (max-width: 899px) {
  .footer .footer-contact .footer-social { width: min(100%, 260px) !important; margin-top: 16px !important; padding-top: 13px !important; }
}
@media (max-width: 560px) {
  .footer .footer-contact .footer-social-link { width: 32px !important; height: 32px !important; min-width: 32px !important; min-height: 32px !important; }
  .footer .footer-contact .footer-social-link svg { width: 14px !important; height: 14px !important; }
}
@media (prefers-reduced-motion: reduce) {
  .footer .footer-contact .footer-social-link { transition: none !important; }
  .footer .footer-contact .footer-social-link:hover { transform: none !important; }
}
