/* Stage + Trees small UI add-ons (kept separate so the core styles.css stays stable) */

/* Compact tables for lead lists */
.tableCompact th,
.tableCompact td{
  padding: 6px 8px;
}

/* Trees tooling */
#treeAdminWrap .btn,
#treeTronWrap .btn{
  white-space: nowrap;
}

.treeAnchor{
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
}
.treeAnchor.active{
  background: rgba(0,229,255,.18);
  border-color: rgba(0,229,255,.35);
}

/* Make the Trees stages feel less cramped on small screens */
@media (max-width: 900px){
  #treeBaseStage,
  #treeGoogleStage,
  #treePlotStage,
  #treeTronStage{
    min-height: 360px;
  }
}
