.ma-user-profile-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #8b4a18, #d59a2e) !important;
  color: #fff !important;
  font-weight: 1000 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(139, 74, 24, 0.18) !important;
}
.ma-user-profile-pill .ma-user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff8e8;
  color: #8b4a18;
  font-size: 13px;
  font-weight: 1000;
}
.ma-profile-menu {
  position: fixed;
  right: 102px;
  top: 122px;
  z-index: 99999;
  width: 280px;
  background: #fffdf8;
  border: 1px solid #e6c996;
  border-radius: 22px;
  box-shadow: 0 24px 80px rgba(60, 30, 10, 0.18);
  padding: 18px;
  display: none;
}
.ma-profile-menu.show {
  display: block;
}
.ma-profile-menu h3 {
  margin: 0 0 6px;
  color: #3b2417;
  font-size: 20px;
}
.ma-profile-menu p {
  margin: 0 0 14px;
  color: #76543a;
  font-size: 14px;
  word-break: break-word;
}
.ma-profile-menu a,
.ma-profile-menu button {
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin-top: 10px;
  border: 1px solid #e6c996;
  border-radius: 999px;
  background: #fff8ea;
  color: #5c351d;
  padding: 12px 14px;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
}
.ma-profile-menu button {
  background: #8b4a18;
  color: #fff;
  border-color: #8b4a18;
}
