/* V78 — correct TBD value sizing and notification time formatting */
/* Old recovery CSS hid the actual TBD label. Restore it as a normal value row. */
.value-display.tbd,
.value-display.tbd > span,
.value-display.tbd span{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  min-height:22px!important;
  color:#b887ff!important;
  font-size:1.03rem!important;
  line-height:1.1!important;
  font-weight:850!important;
  letter-spacing:0!important;
  text-transform:uppercase!important;
}
.value-display.tbd img[alt="TBD"]{
  display:none!important;
}
/* If the compiled card stores TBD in a text node/pill, prevent it shrinking. */
.item-card .value-display.tbd,
.beequip-card .value-display.tbd{
  margin-top:2px!important;
}

/* Notification timestamps should be compact and readable. */
.vv-notice-card span.vv-notice-time{
  color:#a99fb8!important;
  font-size:.72rem!important;
  font-variant-numeric:tabular-nums!important;
}
