.elementor-674 .elementor-element.elementor-element-1d25dc77{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-674 .dialog-widget-content{animation-duration:1s;background-color:#F8F3EF;}#elementor-popup-modal-674{background-color:#000000B3;justify-content:flex-end;align-items:flex-end;pointer-events:all;}#elementor-popup-modal-674 .dialog-message{width:530px;height:auto;}#elementor-popup-modal-674 .dialog-close-button{display:flex;top:0%;font-size:15px;}body:not(.rtl) #elementor-popup-modal-674 .dialog-close-button{right:101%;}body.rtl #elementor-popup-modal-674 .dialog-close-button{left:101%;}#elementor-popup-modal-674 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-674 .dialog-close-button svg{fill:#FFFFFF;}@media(max-width:1024px){#elementor-popup-modal-674 .dialog-message{width:370px;}}@media(max-width:767px){#elementor-popup-modal-674 .dialog-message{width:320px;}}/* Start custom CSS for html, class: .elementor-element-ffd22ae *//* =========================================
   COUPY QR CODE POPUP – PREMIUM DESIGN
   -> Modernes Gutschein-Popup mit QR-Code
========================================= */

.coupy-qr-modal {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 44px 42px 40px;
  background:
    radial-gradient(circle at top, rgba(254, 201, 18, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
  border-radius: 34px;
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.24);
  text-align: center;
  overflow: hidden;
  font-family: "Manrope", "Inter", Arial, sans-serif;
  color: #20242b;
}

/* CLOSE BUTTON */
.coupy-qr-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  color: #1f2937;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
  transition: all 0.25s ease;
}

.coupy-qr-close:hover {
  transform: scale(1.06);
  background: #ffffff;
}

/* CONFETTI */
.coupy-qr-confetti span {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #fec912;
  opacity: 0.5;
  transform: rotate(45deg);
}

.coupy-qr-confetti span:nth-child(1) {
  top: 44px;
  left: 18%;
}

.coupy-qr-confetti span:nth-child(2) {
  top: 95px;
  left: 10%;
  background: #f6b700;
}

.coupy-qr-confetti span:nth-child(3) {
  top: 70px;
  right: 18%;
}

.coupy-qr-confetti span:nth-child(4) {
  top: 170px;
  right: 10%;
  background: #d7e7ef;
}

.coupy-qr-confetti span:nth-child(5) {
  top: 150px;
  left: 14%;
  background: #ffe49a;
}

/* MASCOT */
.coupy-qr-mascot {
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
}

.coupy-qr-mascot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* TITLE */
.coupy-qr-title {
  margin: 0;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #1f2933;
}

.coupy-qr-location {
  margin: 8px 0 18px;
  font-size: 18px;
  font-weight: 700;
  color: #6b7280;
}

/* DISCOUNT BADGE */
.coupy-qr-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 13px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff1bd 0%, #ffe19a 100%);
  color: #9a6700;
  font-size: 20px;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

/* QR CODE */
.coupy-qr-code-box {
  width: 100%;
  max-width: 330px;
  margin: 0 auto 22px;
  padding: 24px;
  background: #ffffff;
  border-radius: 28px;
  box-shadow:
    0 18px 45px rgba(254, 201, 18, 0.18),
    0 12px 35px rgba(15, 23, 42, 0.08);
}

.coupy-qr-code-box img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

/* INFO CARD */
.coupy-qr-info-card {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 auto 14px;
  padding: 17px 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  text-align: left;
}

.coupy-qr-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff1bd;
  color: #a36b00;
  font-size: 22px;
  font-weight: 900;
}

.coupy-qr-info-card p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  color: #27303b;
}

/* TIMER CARD */
.coupy-qr-timer-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(254, 201, 18, 0.55);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 248, 225, 0.92), rgba(255, 255, 255, 0.92));
}

.coupy-qr-timer-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.coupy-qr-timer-left span {
  font-size: 24px;
}

.coupy-qr-timer-left p {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  color: #303844;
}

.coupy-qr-timer-card strong {
  font-size: 26px;
  font-weight: 900;
  color: #f5a400;
  letter-spacing: -0.03em;
}

/* HINT */
.coupy-qr-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 auto 24px;
  color: #5f6875;
}

.coupy-qr-hint span {
  font-size: 28px;
}

.coupy-qr-hint p {
  max-width: 270px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

/* SAVE BUTTON */
.coupy-qr-save-button {
  width: 100%;
  padding: 18px 24px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffe27a 0%, #fec912 42%, #ffb000 100%);
  color: #604100;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(254, 201, 18, 0.36);
  transition: all 0.25s ease;
}

.coupy-qr-save-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(254, 201, 18, 0.46);
}

/* MOBILE */
@media (max-width: 520px) {
  .coupy-qr-modal {
    max-width: calc(100vw - 28px);
    padding: 36px 22px 28px;
    border-radius: 28px;
  }

  .coupy-qr-title {
    font-size: 28px;
  }

  .coupy-qr-location {
    font-size: 16px;
  }

  .coupy-qr-badge {
    font-size: 17px;
    padding: 11px 22px;
  }

  .coupy-qr-code-box {
    max-width: 280px;
    padding: 18px;
  }

  .coupy-qr-timer-card strong {
    font-size: 22px;
  }

  .coupy-qr-close {
    top: 18px;
    right: 18px;
  }
}/* End custom CSS */