/* RL Mate V0.34.29 – profile save button in header */
.profile-editor .profile-head-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}
.profile-editor .profile-head-actions .btn{
  white-space:nowrap;
}
@media(max-width:640px){
  .profile-editor .profile-head-actions{
    width:100%;
    justify-content:flex-start;
  }
}
