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-type[selected=true]:not([selected-profile=""]) pn-profile-modal-profile[selected=false] {
  display: none;
}

.pn-profile-modal-profile-listitem {
  overflow: hidden;
  max-height: 10rem;
  transition: max-height 0.15s ease;
  opacity: 1;
}
.pn-profile-modal-profile-listitem[aria-hidden=true] {
  max-height: 0;
  opacity: 0;
}

.pn-profile-modal-profile-listitem-button {
  padding: 0.8rem;
  margin: 0;
  background: #ffffff;
  outline: 0;
  appearance: none;
  border: 0;
  cursor: pointer;
  border-radius: 0.8rem;
  transition: background 0.15s ease;
  text-align: left;
  width: 100%;
}
.pn-profile-modal-profile-listitem-button:hover, .pn-profile-modal-profile-listitem-button:focus, .pn-profile-modal-profile-listitem-button:active {
  background: #effbff;
}
.pn-profile-modal-profile-listitem[aria-hidden=true] .pn-profile-modal-profile-listitem-button {
  display: none;
}

.pn-profile-modal-profile-listitem-heading {
  color: #005d92;
  font-weight: 700;
  font-size: 1.6rem;
}

.pn-profile-modal-profile-listitem-description {
  color: #5e554a;
  font-weight: 400;
  font-size: 1.2rem;
}

.pn-profile-modal-profile-details {
  max-height: 300rem;
  transition: max-height 0.15s ease;
  opacity: 1;
}
.pn-profile-modal-profile-details[aria-hidden=true] {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.pn-profile-modal-profile-details > pn-button {
  position: relative;
  margin-left: -1.2rem;
}
.pn-profile-modal-profile-details > pn-button .pn-button-content {
  font-weight: 500;
}

.pn-profile-modal-profile-details-company {
  border-top: 1px solid #d3cecb;
  border-bottom: 1px solid #d3cecb;
  padding: 0.8rem 0.8rem;
  margin: 1.6rem 0;
}

.pn-profile-modal-profile-details-label {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.pn-profile-modal-profile-details-company-heading {
  font-weight: 700;
  font-size: 1.6rem;
}

.pn-profile-modal-profile-details-company-description {
  color: #5e554a;
  font-weight: 400;
  font-size: 1.2rem;
}

.pn-profile-modal-profile-details-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 0 0;
}

.pn-profile-modal-profile-details-list-label {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 0 0 0.8rem;
}