div[data-testid="stSidebarHeader"] {
  height: fit-content !important;
  margin-top: 1rem !important;
}

div[data-testid="stCaptionContainer"] p {
  margin-bottom: 0.5rem !important;
}

.stSidebar[aria-expanded="false"]+div .stLogo {
  display: none !important;
}

.stLogo {
  height: 100% !important;
  max-width: 200px !important;
  text-align: center !important;
}

.stLogo[src*="_slogan"] {
  max-width: 220px !important;
}

p {
  text-align: justify !important;
  hyphens: auto !important;
}

div[data-testid="stVerticalBlockBorderWrapper"] {
  overflow: hidden !important;
}