/* Profile edit tools only: fixed geometry without hover/press layout movement. */
.ea-community-page .forum-profile-edit-tool[data-profile-edit]{
  box-sizing:border-box;
  appearance:none;
  -webkit-appearance:none;
  vertical-align:middle;
  transform:none;
  touch-action:manipulation;
  transition:border-color .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease;
}
.ea-community-page .forum-profile-edit-tool[data-profile-edit]:hover,
.ea-community-page .forum-profile-edit-tool[data-profile-edit]:active{
  transform:none;
}
.ea-community-page .forum-profile-edit-tool[data-profile-edit]:active{
  box-shadow:0 4px 12px rgba(0,0,0,.18),inset 0 1px 3px rgba(0,0,0,.2);
}
.ea-community-page .forum-profile-edit-tool[data-profile-edit] .forum-profile-edit-icon{
  pointer-events:none; box-sizing:border-box;min-width:0;padding:0;margin:0;border:0;background:none;color:inherit;
}
