.contact-footer {
  position: fixed;
  bottom: 10%;
  left: 15px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-footer .social-icon {
  display: block;
  margin: 0 auto;
  width: 45px;
  height: 45px;
}
.contact-footer .social-icon img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.contact-footer .social-icon.facebook img {
  background: #1877f2;
}
.contact-footer .social-icon.zalo img {
  background: #0084ff;
}
.contact-footer .social-icon.tiktok img {
  background: #000;
}


.sec-footer .ux-menu-link__link {
  padding: 2px 0;
  min-height: auto;
}

.sec-footer .ux-menu-link__link .ux-menu-link__link-text {
  line-height: 1;
}
