.tr-ref-box{
  margin-top:32px;
  padding:18px 20px;
  border:1px solid #e5e7eb;
  border-radius:14px;
  background:linear-gradient(180deg,#ffffff 0%,#fafafa 100%);
  box-shadow:0 8px 24px rgba(16,24,40,.04), 0 2px 4px rgba(16,24,40,.06);
}
.tr-ref-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.tr-ref-icon{font-size:20px;line-height:1}
.tr-ref-title{
  margin:0;
  font-size:1.125rem;
  line-height:1.4;
  color:#0f172a;
  letter-spacing:.2px;
  font-weight:700;
}
.tr-ref-list{margin:0;padding-left:20px}
.tr-ref-item{margin:8px 0}
.tr-ref-item a{
  text-decoration:none;
  border-bottom:1px dashed #cbd5e1;
}
.tr-ref-item a:hover{
  border-bottom-style:solid;
}
