sp-sidebar .sp-sidebar-wrapper {
  height: 100%;
  max-width: 500px;
  background: lightgray;
  display: flex;
  flex-direction: column;
}
sp-sidebar .sp-sidebar-wrapper > :not(:first-child) {
  padding-top: 24px;
  border-top: 1px solid #eee;
}
sp-sidebar .sp-sidebar-wrapper > :not(:last-child) {
  padding-bottom: 24px;
}
sp-sidebar .sp-sidebar-section {
  width: 100%;
}