.zhm2vn0 {
  position: relative;
  display: inline-block;
}
.zhm2vn1 {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 4px 8px;
}
.zhm2vn2 {
  position: absolute;
  top: 0;
  right: 35px;
  margin-top: 4px;
  background: var(--ColorWhite-50);
  border: 1px solid var(--ColorGray-100);
  border-radius: 4px;
  z-index: 1000;
  min-width: 120px;
  overflow: hidden;
}
.zhm2vn3 {
  display: -moz-box;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  gap: 8px;
  -moz-box-align: center;
       align-items: center;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  color: var(--ColorGray-600);
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  line-height: 18px;
  letter-spacing: -0.5px;
}
