.bk-note-box{
  margin-top:14px;
  padding:14px 16px;
  background:#f8fafc;
  border:1px dashed #cbd5e1;
  border-radius:12px;
  color:#334155;
  line-height:1.6;
}

.bk-note-box strong{
  color:#0f172a;
}

.bk-action-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:999px;
  text-decoration:none;
  font-weight:800;
  color:var(--bd-primary,#0f766e);
  background:transparent;
}

.bk-action-icon:hover{
  background:var(--bd-tint,#f0fdfa);
}
