#gutschein-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
}

.gutschein-popup-content {
  background: #fff;
  width: 90%;
  max-width: 500px;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  text-align: center;
}

.gutschein-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 34px;
  cursor: pointer;
}

#gutschein-popup .wbte_sc_coupon_desc {
  font-size: 14px;
}

#gutschein-popup .wbte_sc_footer .wt_sc_coupon_code.wt-coupon-code code {
  font-size: 17px !important;
}

#gutschein-popup .wt_sc_coupon_expiry.wt-coupon-expiry {
  font-size: 14px !important;
}

#gutschein-popup .wt_sc_single_coupon {
  width: auto !important;
  max-width: 450px !important;
}

#gutschein-popup .wt-single-coupon.minimal_outline .wbte_sc_footer {
  flex-direction: column;
  position: relative;
}

#gutschein-popup .wt-single-coupon.minimal_outline .wt_sc_coupon_type {
  font-size: 16px;
}