/* V270 — compact mobile Edit Profile sheet. */
@media (max-width: 640px) {
  .profile-modal:has(#profileEditSection:not(.hidden)),
  .profile-modal.profile-editing-active,
  .profile-modal.plus-profile-shell-active.profile-editing-active {
    height: min(60dvh, 540px) !important;
    max-height: calc(100dvh - 48px) !important;
  }
}
