.my-user-nav-bar.userdata {
  justify-content: flex-start;
  gap: 32px;
  padding-top: 32px;
  height: auto;
}

.my-userdata-back-button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 70px;
  height: 70px;

  border: 4px solid #fcfcc7;
  border-radius: 5px;

  background: linear-gradient(180deg, #ffc300 0%, #5f3314 63.94%, #c59429 100%);
}

.my-user-title-container.userdata {
  width: 752px;
}

.my-user-nav-bar.userdata .my-user-title-container .my-title.fill {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.85);
  z-index: 2;
}
