/* Profile edit keeps the same light header as the rest of the member area. */
body.member-profile-edit-page .member-header {
  background: #fff !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

/* Searchable selects expose one focus state on the control, not a second pink ring inside it. */
.profile-edit-form .profile-picker-trigger[aria-expanded="true"],
body[data-member-page="catalog"] .filter-select[aria-expanded="true"] {
  border-color: var(--pink);
  outline: 0;
  box-shadow: 0 0 0 2px rgba(247, 10, 104, .16);
}

.profile-edit-form .profile-picker-search,
.profile-edit-form .profile-picker-search:focus,
body[data-member-page="catalog"] .filter-search,
body[data-member-page="catalog"] .filter-search:focus {
  border-color: #dce4ef;
  outline: 0;
  box-shadow: none;
}

.profile-edit-form .language-chips input,
.profile-edit-form .language-chips input:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}
