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-profile-modal-customernumber-button {
  display: block;
  border: 0;
  margin: 0;
  background: #fff;
  cursor: pointer;
  appearance: none;
  border: 0;
  outline: 0;
  padding: 0.8rem;
  font-weight: 400;
  font-size: 1.4rem;
  border-radius: 0.8rem;
  line-height: 1.4;
  transition: background 0.15s ease;
  text-align: left;
  width: 100%;
}
.pn-profile-modal-customernumber-button:hover, .pn-profile-modal-customernumber-button:focus, .pn-profile-modal-customernumber-button:active {
  background: #effbff;
}