
/* topbar-nudge.css — lower title & icons slightly (title a bit more) */
:root{
  --nudge-title: 4px;   /* title goes down a touch more */
  --nudge-icons: 2px;   /* icons down slightly */
}

.topbar .topbar-inner .title{
  margin-top: var(--nudge-title) !important;
}
.topbar .topbar-inner .icons{
  margin-top: var(--nudge-icons) !important;
}
