.brand-sidebar {
  padding-top: 20px; /* Add some padding at the top for better alignment */
}

.logo-wrapper {
  text-align: center; /* Center-align the logo text */
}

.logo-text {
  color: #fff; /* White text color */
  font-weight: bold; /* Bold font weight */
  white-space: normal; /* Allow text to wrap */
  display: block; /* Ensure the text behaves like a block element */
  line-height: 1.8; /* Increase line height for spacing between lines */
  font-size: 16px; /* Adjust font size for readability */
  text-transform: uppercase; /* Optional: Uppercase text for branding */
  letter-spacing: 1px; /* Add slight spacing between letters */
  margin: 0 auto; /* Center-align the text horizontally */
  max-width: 140px; /* Restrict width to prevent overflow */
}