pn-button-dropdown .pn-button-dropdown > pn-button > .pn-button {
  min-height: initial;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media screen and (max-width: 767px) {
  .sr-only-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}

pn-sidenav-level {
  display: block;
  flex-basis: 100%;
}
pn-sidenav-level[data-level="2"] {
  padding-left: 2.5em;
  overflow: hidden;
  transition: max-height ease 0.2s;
  max-height: 40em;
}
pn-sidenav-level[data-level="2"][aria-hidden=true] {
  max-height: 0;
}