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-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-language-selector {
  max-height: 5.2rem;
}

.languageselector {
  position: relative;
}

.languageselector-togglebtn {
  cursor: pointer;
  border: 0;
  padding: 0.64rem 0;
  background-color: #ffffff;
  color: #005d92;
  font-size: 1.6rem;
}
.languageselector-togglebtn:hover, .languageselector-togglebtn:focus, .languageselector-togglebtn:active {
  color: #0d234b;
  text-decoration: underline;
}
.languageselector-togglebtn svg {
  width: 1.9rem;
  height: 1.9rem;
}

.languageselector-title {
  padding: 0.8rem 1.6rem;
  display: flex;
  align-items: center;
}

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