.wrap .wse-upsell-button-disabled,
.wrap .wse-upsell-button-disabled:hover {
  cursor: not-allowed;
  color: #50575e;
  border-color: #50575e;
  outline: none;
}

.wrap .wse-upsell-button-disabled:focus,
.wrap .wse-upsell-button-disabled:active {
  outline: none;
}

.wse-upsell-content-overlayed {
  position: relative;
}

.wse-upsell-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.wse-upsell-overlay-content {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 40px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #c3c4c7;
}

.wrap .wse-upsell-overlay-content p {
  font-size: 13px;
  line-height: 1.5;
  margin: 1em 0;
}

.wse-upsell-footer-link {
    display: inline-block;
    margin-top: 6px;
    font-size: 12px;
    color: #50575e;
}

.wse-upsell-button .button {
    background-color: #E27730;
    outline: initial;
    border: none;
    font-weight: 600;
    font-size: 14px;
    min-width: 220px;
    width: initial;
    padding: 6px 18px;
}

.wse-upsell-button .button:hover {
  background-color: #D66A2B;
}
