#elementor-popup-modal-864{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-864 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-864 .dialog-close-button{display:flex;}#elementor-popup-modal-864 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-b42846f */<style>
  .financing-popup-container {
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .financing-popup-wrapper {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .financing-popup-wrapper h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    font-size: 24px;
    padding-top: 15px;
  }
  
  .financing-iframe-container {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  
  .financing-iframe-container iframe {
    border: none;
    min-height: 600px;
  }
  
  /* Responsive adjustments */
  @media (max-width: 767px) {
    .financing-iframe-container iframe {
      min-height: 500px;
    }
    
    .financing-popup-container {
      padding: 10px;
    }
  }
</style>/* End custom CSS */