.wpcs-price {
  white-space: nowrap;
}

.wpcs-sticky-switch {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 92px;
  padding: 0.35rem;
  background: #1a1f2b;
  color: #f8fafc;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.28);
}

.wpcs-sticky-switch__quick-list {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.wpcs-sticky-switch__quick-button,
.wpcs-sticky-switch__select {
  width: 100%;
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  font-size: 0.95rem;
}

.wpcs-sticky-switch__quick-button {
  padding: 0.6rem 0.45rem;
  color: #ffffff;
  background: #1f2432;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.wpcs-sticky-switch__quick-button:hover,
.wpcs-sticky-switch__quick-button:focus {
  background: #2a3145;
  outline: none;
}

.wpcs-sticky-switch__quick-button.is-active {
  background: #3f63b8;
}

.wpcs-sticky-switch__select {
  padding: 0 0.45rem;
  color: #0f172a;
  background: #ffffff;
  border: 1px solid #d7dbe5;
  appearance: none;
}

.wpcs-screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 640px) {
  .wpcs-sticky-switch {
    top: auto;
    bottom: 1rem;
    left: 0.75rem;
    width: 88px;
    border-radius: 12px;
    transform: none;
  }
}
