body.profile-page .profile-mobile-shell-v2 {
  grid-template-columns: minmax(0, 1fr) !important;
}

body.profile-page .profile-mobile-shell-v2 > * {
  min-width: 0 !important;
  grid-column: 1 !important;
}

body.profile-page .profile-person-copy h1 {
  overflow: visible !important;
  overflow-wrap: anywhere !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

body.profile-page .profile-auth-action {
  min-width: 58px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid rgba(30, 77, 54, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #1e4d36;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

body.profile-page .profile-auth-action:focus-visible {
  outline: 3px solid rgba(44, 90, 61, 0.24);
  outline-offset: 2px;
}

body.profile-page .profile-auth-logout {
  border-color: rgba(119, 54, 54, 0.18);
  background: rgba(255, 250, 250, 0.92);
  color: #713737;
}

@media (max-width: 390px) {
  body.profile-page .profile-auth-action {
    min-width: 52px;
    padding-inline: 11px;
  }
}
