.t-menu-base__button .t-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  background: #f3f3f5 !important;
  border: none !important;
  border-radius: 9999px !important;
  padding: 6px 6px 6px 22px !important;
  color: #111 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

.t-menu-base__button .t-btn::after {
  content: "↗";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #7b2d6e;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}