.price-switch-btn {
  width: 48px;
  height: 24px;
  background-color: #2c80f0;
  cursor: pointer;
  border-radius: 40px;
  align-items: center;
  padding: 2px;
  display: flex;
}
.price-switch-btn-circle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
}

.popover-trigger {
  position: relative;
  cursor: pointer;
}

.popover-trigger .popover {
  display: none;
  position: absolute;
  width: 400px;
  left: 50%;
  top: -10px;
  transform: translate(-50%, -100%);
  padding: 8px 10px;
  border-radius: 8px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 11px 20px 4px rgba(26, 31, 44, .16);
}
.popover-trigger .popover::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: rotate(45deg) translate(-50%, 0);
  width: 10px;
  height: 10px;
  background-color: #fff;
}

.popover-trigger:hover .popover {
  display: block;
}

[v-cloak] {
  display: none;
}