/* V271 — beat the final full-screen mobile modal rule for Edit Profile only. */
@media (max-width: 700px) {
  #profileModal:has(#profileEditSection:not(.hidden)),
  #profileModal:has(.profile-editing-active) {
    align-items: center !important;
    justify-content: center !important;
    padding: 10px !important;
    overflow: hidden !important;
  }

  #profileModal:has(#profileEditSection:not(.hidden)) > .profile-modal,
  #profileModal > .profile-modal.profile-editing-active {
    box-sizing: border-box !important;
    flex: 0 1 auto !important;
    width: min(94vw, 560px) !important;
    max-width: 560px !important;
    height: min(64dvh, 580px) !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 48px) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 34px !important;
  }

  #profileModal:has(#profileEditSection:not(.hidden)) > .profile-modal #profileEditSection,
  #profileModal > .profile-modal.profile-editing-active #profileEditSection {
    display: grid !important;
    grid-template-rows: 46px minmax(0, 1fr) auto !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  #profileModal:has(#profileEditSection:not(.hidden)) > .profile-modal .profile-edit-scroll,
  #profileModal > .profile-modal.profile-editing-active .profile-edit-scroll {
    min-height: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  #profileModal:has(#profileEditSection:not(.hidden)) > .profile-modal #profileEditSection > h2,
  #profileModal > .profile-modal.profile-editing-active #profileEditSection > h2 {
    min-height: 46px !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 6px 56px 4px 14px !important;
    font-size: 20px !important;
    line-height: 1.05 !important;
  }

  #profileModal:has(#profileEditSection:not(.hidden)) > .profile-modal .profile-edit-persistent-actions,
  #profileModal > .profile-modal.profile-editing-active .profile-edit-persistent-actions {
    grid-row: 3 !important;
    flex: none !important;
    padding: 6px 14px 8px !important;
  }
}
