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-marketweb-siteheader-login-linklist {
  display: flex;
  flex-direction: column;
}
pn-marketweb-siteheader-login-linklist .pn-marketweb-siteheader-login-linklist-heading {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}
pn-marketweb-siteheader-login-linklist strong {
  margin-bottom: 2.4rem;
}
pn-marketweb-siteheader-login-linklist ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
pn-marketweb-siteheader-login-linklist ul > li {
  margin-bottom: 2.4rem;
}
pn-marketweb-siteheader-login-linklist ul > li a:not(.pn-button) {
  color: #005d92;
}
pn-marketweb-siteheader-login-linklist ul > li a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
pn-marketweb-siteheader-login-linklist ul > li pn-icon {
  padding-left: 0.8rem;
}
pn-marketweb-siteheader-login-linklist ul > li pn-icon svg > path {
  fill: #005d92 !important;
}
pn-marketweb-siteheader-login-linklist ul > li:hover a {
  color: #0d234b;
  text-decoration: underline;
}
pn-marketweb-siteheader-login-linklist ul > li:hover pn-icon svg > path {
  fill: #0d234b !important;
}
pn-marketweb-siteheader-login-linklist ul > li:last-of-type {
  margin-bottom: 0;
}