/* Keep sidebar imagery in the compact, single-color navigation style. */
.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  mix-blend-mode: normal;
}

.nav-item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  mix-blend-mode: normal;
}

.crumb {
  gap: 12px;
}

.crumb-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.date-input img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}


