/* === Lucide Icons Fix === */

/* 社交图标 - 32px */
.profile-social svg {
  display: inline-block !important;
  width: 32px !important;
  height: 32px !important;
  vertical-align: middle !important;
  margin: 0 4px !important;
}

/* Logo 图标 - 32px */
.logo svg {
  display: inline-block !important;
  width: 32px !important;
  height: 32px !important;
  vertical-align: middle !important;
  margin: 0 3px !important;
}

/* 社交链接 */
.profile-social a {
  opacity: 0.9 !important;
}
.profile-social a:hover {
  opacity: 1 !important;
}

/* 滚动箭头 */
.scroll-down svg {
  width: 32px !important;
  height: 32px !important;
}

/* 头像下方文字 */
.profile-name h2 {
  font-size: 28px !important;
  line-height: 1.5 !important;
}
.profile-name h2 span {
  font-size: 16px !important;
  display: block !important;
  line-height: 1.6 !important;
}
