.adhocShell-header {
  /* make the vertical paddings smaller: 1rem -> 0.5rem to fill the freed space with the logo */
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.adhocShell-logo {
  /* slightly shifting the logo to the top for better visual vertical alignment */
  transform: translateY(-0.15rem);
}
