/* 放大右侧悬浮社交图标 */
.wd-sticky-social.wd-sticky-social-right .wd-social-icon {
  width: 56px !important;
  height: 56px !important;
  min-height: 56px !important;
  line-height: 56px !important;
  font-size: 24px !important;
}

/* 放大图标本身 */
.wd-sticky-social.wd-sticky-social-right .wd-social-icon .wd-icon {
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
  font-size: 28px !important;
}

/* 兼容 WoodMart 图标伪元素 */
.wd-sticky-social.wd-sticky-social-right .wd-social-icon .wd-icon:before {
  font-size: 28px !important;
  line-height: 1 !important;
}

/* 如果显示 Facebook / Instagram 这些文字，也稍微放大 */
.wd-sticky-social.wd-sticky-social-right .wd-icon-name {
  font-size: 14px !important;
}