.nSMUvu {
  position: relative;
  display: inline-block;
}

.OpqHvG {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: all 0.3s ease;
  outline: none;
  width: auto;
  min-width: 70px;
  padding: 5px 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

.YoLOxz {
  margin-right: auto;
}

.OpqHvG svg {
  width: 14px;
  height: 7px;
  fill: currentColor;
}

.yIEcYT {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  min-width: 70px;
  padding-top: 8px;
}

.yIEcYT[data-state="show"] {
  display: block;
  opacity: 1;
}

.rzvqvf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 8px 10px;
  background: #0f0f0f;
  color: rgba(255, 255, 255, 0.86);
}

.rzvqvf.keZdVb {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
  font-weight: 700;
}

.rzvqvf:hover {
  font-weight: 700;
}

@media (max-width: 767px) {

  .OpqHvG,
  .rzvqvf {
    padding: 10px 20px;
    height: 50px;
    gap: 20px;
  }
}