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 {
  margin: 1em auto;
  display: flex;
  flex-direction: column;
  min-width: 42.4rem;
  max-width: 38.4rem;
  width: 100%;
  padding: 1.6rem;
  border-radius: 8px;
  background: #ffffff;
}

.profilemodal-container {
  padding: 3.2rem;
  border-radius: 8px;
  box-shadow: 0 0.06rem 0.18rem rgba(0, 0, 0, 0.1), 0 0.32rem 0.72rem rgba(0, 0, 0, 0.13);
  border: 0.1rem solid #f3f2f2;
  display: flex;
  flex-direction: column;
}

.profilemodal-logo {
  display: none;
}
.profilemodal-logo svg {
  display: block;
  margin: 0 auto 2.4rem;
}

.profilemodal-heading {
  text-align: center;
  font-weight: 700;
}

.profilemodal-content {
  margin: 1.6rem 0 0;
}
.profilemodal-content pn-segmented-control {
  transform: translateZ(0) translateX(-50%);
  left: 50%;
}

.profilemodal-cta {
  margin: 1.6rem 0 0;
  transition: max-height 0.15s ease, opacity 0.15s ease;
  overflow: hidden;
  opacity: 1;
}
.profilemodal-cta[aria-hidden=true] {
  max-height: 0;
  opacity: 1;
}
.profilemodal-cta > pn-button {
  width: 100%;
}