.hidden{
  display:none !important;
}

.rdfwc-coupon-copy-wrapper{
  display:flex;
  align-items:center;
  gap:10px;
}
.rdfwc-coupon-copy-wrapper .copy-coupon-button{
  background:none;
  border:none;
  cursor:pointer;
  padding:5px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
}
.rdfwc-coupon-copy-wrapper .copy-coupon-button .copy-icon, .rdfwc-coupon-copy-wrapper .copy-coupon-button .success-icon{
  display:inline-block;
  width:16px;
  height:16px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
}
.rdfwc-coupon-copy-wrapper .copy-coupon-button .copy-icon{
  background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>');
}
.rdfwc-coupon-copy-wrapper .copy-coupon-button .success-icon{
  background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="green" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
}

.rdfwc-banner{
  width:100%;
  text-align:center;
  padding:10px 20px;
}
.rdfwc-banner p{
  margin:0;
  font-size:16px;
  font-weight:500;
}

.rdfwc-banner-inner{
  max-width:1200px;
  margin:0 auto;
}

.rdfwc-popup-overlay{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.6);
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:99999;
}
.rdfwc-popup-overlay .rdfwc-popup{
  background:#fff;
  padding:30px;
  border-radius:10px;
  max-width:400px;
  text-align:center;
  position:relative;
}
.rdfwc-popup-overlay .rdfwc-popup h2{
  margin:0 0 10px;
  font-size:22px;
  font-weight:bold;
}
.rdfwc-popup-overlay .rdfwc-popup p{
  margin:0 0 20px;
  font-size:16px;
  color:#555;
}
.rdfwc-popup-overlay .rdfwc-popup .rdfwc-popup-btn{
  display:inline-block;
  padding:10px 20px;
  background:#ff5722;
  color:#fff;
  border-radius:5px;
  text-decoration:none;
  font-weight:600;
}
.rdfwc-popup-overlay .rdfwc-popup .rdfwc-popup-close{
  position:absolute;
  top:10px;
  right:10px;
  border:none;
  background:transparent;
  font-size:24px;
  cursor:pointer;
}
