.sidebar-nav {
  width: 250px;
  min-width: 250px;
}

.sidebar-brand-logo {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

/* Scrollbar voor Raw Liquibase output */
.liquibase-raw-output {
  max-height: 28rem;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
}
