/* Penpot 2.17.2 structure, independent of the selected UI language. */
.change-email,
[class*="sidebar-nav-settings"] > li:nth-of-type(2),
section:has(form input[name="password-old"]) {
  display: none !important;
}
/* The whole email row otherwise opens the modal, even with a disabled input. */
form[class*="profile-form"] [class*="fields-row"]:has(input[name="email"]) {
  pointer-events: none;
}
