.sidebar-header .logo img {
    width: 100px !important;
    height: auto;
}
/* Paragraph / body text */
p {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  margin-bottom: 0.75rem !important;

  /* Better text flow */
  word-break: break-word !important;
  overflow-wrap: break-word !important;

  /* Hyphenation */
  -webkit-hyphens: auto !important;
  -ms-hyphens: auto !important;
  hyphens: auto !important;

  /* Font rendering */
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

/* Mobile optimization */
@media (max-width: 768px) {
  p {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }
}