body {
  overflow-x: hidden;
}

.sidebar {
  width: 250px;
  min-height: 100vh;
  background-color: #ffffff;
  border-right: 1px solid #dee2e6;
}

.content-wrapper {
  flex-grow: 1;
}

.main-content {
  max-width: 800px;
  margin: 0 auto;
}

.max-w-500 {
  max-width: 500px;
}

.fs-90 {
  font-size: 0.9em;
}

.csp-hidden {
  display: none;
}

.transition-transform {
  transition: transform 0.2s ease-in-out;
}
