
/* ===== Step 4a: sidebar dots + top-panel advisor ===== */
/* keep the coloured status dot only on the psychological tests;
   remove it from the reference / results / passport items */
.side-item.rs-nav .rs-dot,
.side-item.pasport-nav .req-dot,
.side-item.dc-nav .dc-dot,
.side-item.qf-nav .qf-dot{ display:none !important; }

/* advisor line in the top panel */
.tn-advisor{
  display:flex; align-items:center; gap:6px;
  font-size:13px; font-weight:600; color:#6a5c50;
  white-space:nowrap;
}
.tn-advisor b{ color:#241812; font-weight:800; }
@media (max-width:720px){ .tn-advisor{ display:none; } }
