/* v69: quick links between the three management destinations. */
.topbar{
  gap:12px;
}
.topbar-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:6px;
}
.topbar-actions .ghost{
  white-space:nowrap;
  padding:7px 10px;
  font-size:12px;
}
@media(max-width:800px){
  .topbar{
    position:static;
    flex-direction:column;
  }
  .topbar-actions{
    justify-content:flex-start;
  }
  .sidebar{
    top:0;
  }
  .topbar-actions .ghost{
    padding:6px 8px;
    font-size:11px;
  }
}
