.compux-login-to-view-price {
  display: inline-block;
  font-weight: 600;
  color: #11662e;
}

.compux-pending-approval {
  display: inline-block;
  font-weight: 600;
  color: #9a6500;
}

.compux-toggle-saved {
  margin-top: 12px;
}

.compux-saved-products {
  list-style: none;
  margin: 0;
  padding: 0;
}

.compux-saved-products li {
  padding: 8px 0;
  border-bottom: 1px solid #ececec;
}

.compux-saved-products .sku {
  color: #666;
  margin-left: 6px;
}

.compux-required-note {
  color: #6b7280;
  font-size: 13px;
  margin-top: 0;
}

.compux-two-factor-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  max-width: 620px;
  padding: 20px;
}

.compux-2fa-qr-wrap {
  margin: 12px 0;
}

.compux-2fa-qr-wrap img {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  display: block;
  max-width: 220px;
}

.woocommerce form .password-input {
  position: relative;
}

.woocommerce form .show-password-input {
  align-items: center;
  background: transparent;
  border: 0;
  bottom: 0;
  color: #4b5563;
  display: inline-flex;
  font-size: 0;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 0;
  width: 24px;
  z-index: 5;
  cursor: pointer;
  opacity: 1 !important;
  visibility: visible !important;
}

.woocommerce form .show-password-input::before {
  content: "\1F441";
  font-size: 16px;
  line-height: 1;
  font-family: sans-serif;
}

.woocommerce form .show-password-input.display-password::before {
  content: "\1F576";
}

.password-input .show-password-input,
.woocommerce .password-input .show-password-input {
  display: inline-flex !important;
}
