/* 自定义OAuth登录样式 */
.social-login-item.custom_oauth {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  color: #333;
  transition: all 0.3s ease;
}

.social-login-item.custom_oauth:hover {
  background-color: #e0e0e0;
  transform: translateY(-2px);
}

/* 自定义图标样式 */
.social-login-item.custom_oauth .zibll-oauth-custom-icon:before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
}

/* 如果没有图标，调整文字间距 */
.social-login-item.custom_oauth .social-name {
  margin-left: 8px;
}
