.elementor-920 .elementor-element.elementor-element-fcc68af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}#elementor-popup-modal-920{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-920 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-920 .dialog-close-button{display:flex;}#elementor-popup-modal-920 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-57f33f0 *//* 弹窗整体居中美化 */
.coupon-popup {
  text-align: center;
  padding: 40px 20px;
  font-family: "Arial", sans-serif;
  color: #333;
}

/* 优惠码高亮 */
.coupon-box {
  display: inline-block;
  margin: 20px 0;
  padding: 12px 24px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  background: #f7f7f7;
  border: 2px dashed #ff4b4b;
  color: #ff4b4b;
  border-radius: 8px;
}

/* 按钮美化 */
.shop-now-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background: #ff4b4b;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: 0.3s ease;
}

.shop-now-btn:hover {
  background: #e63e3e;
}/* End custom CSS */