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-site-selector {
  display: flex;
  position: relative;
  justify-content: center;
  max-height: 5.2rem;
}
@media screen and (min-width: 75em) {
  pn-site-selector {
    display: block;
  }
}

.siteselector-heading {
  display: block;
  padding: 0;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 75em) {
  .siteselector-heading {
    display: flex;
    align-items: center;
    margin-top: 0.8rem;
  }
}

.siteselector-list {
  list-style: none;
  margin: 0;
  padding: 0;
}