#elementor-popup-modal-1008{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1008 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1008 .dialog-close-button{display:flex;}#elementor-popup-modal-1008 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-c492d0c */.refund-popup {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: 0 18px 45px rgba(10, 40, 90, 0.18);
  max-width: 420px;
  margin: 0 auto;
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.refund-popup--blue {
  border-top: 4px solid #1e73be; /* Elementor-style blue */
}

.refund-popup__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e5f1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #1e73be;
  margin-bottom: 12px;
}

.refund-popup__headline {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 10px;
  color: #16375a;
}

.refund-popup__sub {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 12px;
  color: #4b5a6d;
}

.refund-popup__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  font-size: 13px;
  color: #3f4d60;
}

.refund-popup__bullets li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}

.refund-popup__bullets li::before {
  content: "•";
  position: absolute;
  left: 6px;
  top: 0;
  color: #1e73be;
  font-size: 18px;
  line-height: 1;
}

.refund-popup__cta {
  width: 100%;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #1e73be, #134a80);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 16px;
  cursor: pointer;
  margin-bottom: 8px;
  transition: transform 0.08s ease, box-shadow 0.08s ease, background 0.2s ease;
}

.refund-popup__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(19, 74, 128, 0.4);
}

.refund-popup__cta:active {
  transform: translateY(0);
  box-shadow: none;
}

.refund-popup__small {
  font-size: 11px;
  color: #718196;
  margin: 0;
}/* End custom CSS */