/* TicketFlow v32.1 - inheritance helper UI */
.tf-inherit-hint{
  display:inline-flex;
  align-items:center;
  gap:6px;
  border:1px solid #d5e1ef;
  border-radius:999px;
  background:#f8fbff;
  color:#0f2f4d;
  padding:6px 10px;
  font-size:12px;
  font-weight:800;
}
.tf-inherit-hint:before{
  content:"↳";
  color:#1f5f9f;
  font-weight:900;
}
