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-customernumber-selector-option {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
pn-customernumber-selector-option:last-of-type {
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}

.customernumberoption {
  overflow: hidden;
  max-width: 100%;
  text-decoration: none;
  background: #ffffff;
  transition: background 0.15s ease;
  padding: 1.6rem 1rem;
}
.customernumberoption:hover, .customernumberoption:focus, .customernumberoption:active {
  background: #e0f8ff;
  text-decoration: none;
}

.customernumberoption-text {
  font-weight: 700;
  color: #2d2013;
}

.customernumberoption-title {
  display: block;
  font-size: 1em;
  color: #005d92;
  font-weight: 700;
}

.customernumberoption-description {
  font-size: 0.75em;
  color: #5e554a;
  font-weight: normal;
}