.wdqq-control,
.wdqq-control * {
  box-sizing: border-box;
}

.wdqq-control {
  width: 100%;
  margin-top: 10px;
  position: relative;
  font-family: inherit;
  isolation: isolate;
}

.wdqq-control .wdqq-buy,
.wdqq-control .wdqq-stepper,
.wdqq-control.wdqq-choice a,
.wdqq-control.wdqq-unavailable span {
  width: 100% !important;
  height: var(--wdqq-height, 46px) !important;
  min-height: 0 !important;
  max-height: var(--wdqq-height, 46px) !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: var(--wdqq-radius, 12px) !important;
  background-color: var(--wdqq-color, #2563eb) !important;
  color: var(--wdqq-text, #fff) !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
  transition: filter .18s ease, transform .12s ease, opacity .18s ease;
}

.wdqq-control .wdqq-buy {
  display: flex !important;
  cursor: pointer;
  padding: 0 16px !important;
}

.wdqq-control .wdqq-buy:hover,
.wdqq-control.wdqq-choice a:hover {
  color: var(--wdqq-text, #fff) !important;
  filter: brightness(.94);
}

.wdqq-control .wdqq-buy:active,
.wdqq-control.wdqq-choice a:active {
  transform: scale(.985);
}

.wdqq-control .wdqq-stepper {
  display: grid !important;
  grid-template-columns: var(--wdqq-height, 46px) minmax(0, 1fr) var(--wdqq-height, 46px);
  overflow: hidden;
  padding: 0 !important;
}

.wdqq-control .wdqq-stepper[hidden],
.wdqq-control .wdqq-buy[hidden] {
  display: none !important;
}

.wdqq-control .wdqq-stepper button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font: 700 20px/1 Arial, sans-serif !important;
  text-align: center !important;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.wdqq-control .wdqq-stepper button:hover {
  background-color: #00000012 !important;
  color: inherit !important;
}

.wdqq-control .wdqq-stepper button:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.wdqq-control .wdqq-value {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-left: 1px solid #ffffff33;
  border-right: 1px solid #ffffff33;
  color: inherit !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  font-variant-numeric: tabular-nums;
}

.wdqq-status {
  display: block;
  min-height: 0;
  margin: 0;
  text-align: center;
  font-size: 11px;
  line-height: 1.55;
  color: #667085;
  overflow-wrap: anywhere;
}

.wdqq-status:not(:empty) {
  padding-top: 6px;
}

.wdqq-error .wdqq-status {
  color: #b42318;
}

.wdqq-busy .wdqq-buy,
.wdqq-busy .wdqq-stepper {
  background-image: linear-gradient(105deg, transparent 30%, #ffffff2b 45%, transparent 60%) !important;
  background-size: 220% 100%;
  animation: wdqq-loading 1.1s linear infinite;
}

.wdqq-control.wdqq-choice a {
  display: flex !important;
  padding: 0 12px !important;
}

.wdqq-control.wdqq-unavailable span {
  display: flex !important;
  background-color: #eef1f5 !important;
  color: #7b8494 !important;
  cursor: not-allowed;
}

.wdqq-native-hidden {
  display: none !important;
}

.wdqq-control :focus-visible {
  outline: 2px solid var(--wdqq-color, #2563eb);
  outline-offset: 2px;
}

@keyframes wdqq-loading {
  to { background-position: -220% 0; }
}

@media (max-width: 575px) {
  .wdqq-control { margin-top: 8px; }
  .wdqq-control .wdqq-buy,
  .wdqq-control .wdqq-stepper,
  .wdqq-control.wdqq-choice a,
  .wdqq-control.wdqq-unavailable span { font-size: 13px !important; }
  .wdqq-control .wdqq-stepper button { font-size: 18px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .wdqq-control * {
    animation: none !important;
    transition: none !important;
  }
}
