/* 删除资料按钮改为新版文字链接风格，参考“+ 新增资料” */

.xyt-hide-case-btn{
  position:absolute!important;
  right:14px!important;
  top:50%!important;
  transform:translateY(-50%)!important;

  width:auto!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;

  padding:0 2px 3px!important;
  border:0!important;
  border-bottom:1px solid rgba(151,87,57,.38)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;

  color:#8f4b2d!important;
  font-size:13px!important;
  font-weight:700!important;
  letter-spacing:.03em!important;
  line-height:1.2!important;
  cursor:pointer!important;
}

.xyt-hide-case-btn:hover{
  color:#a9322b!important;
  background:transparent!important;
  border-bottom-color:#a9322b!important;
}

.xyt-hide-case-btn::before{
  content:"－ ";
  font-weight:700;
}

/* 资料卡片右侧给文字按钮留一点位置 */
.consult-case-summary{
  position:relative!important;
  padding-right:88px!important;
}

/* 手机端：不要挤到资料文字里，放在右下角 */
@media(max-width:640px){
  .consult-case-summary{
    padding-right:0!important;
    padding-bottom:34px!important;
  }

  .xyt-hide-case-btn{
    right:0!important;
    top:auto!important;
    bottom:6px!important;
    transform:none!important;
  }
}
