.elementor-4556 .elementor-element.elementor-element-54d4935 > .elementor-container{max-width:600px;}.elementor-4556 .elementor-element.elementor-element-e41c533 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:10px;}#elementor-popup-modal-4556 .dialog-widget-content{animation-duration:1s;background-color:#FFFFFF;border-style:none;border-radius:0px 0px 0px 0px;margin:0px 0px 0px 0px;}#elementor-popup-modal-4556{background-color:#000000D9;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4556 .dialog-message{width:523px;height:auto;padding:00px 00px 00px 00px;}#elementor-popup-modal-4556 .dialog-close-button{display:flex;}#elementor-popup-modal-4556 .dialog-close-button i{color:#1B1B1B;}#elementor-popup-modal-4556 .dialog-close-button svg{fill:#1B1B1B;}@media(min-width:768px){.elementor-4556 .elementor-element.elementor-element-e41c533{width:100%;}}@media(max-width:1024px){#elementor-popup-modal-4556 .dialog-message{width:90vw;}}@media(max-width:767px){#elementor-popup-modal-4556 .dialog-message{width:88vw;}}/* Start custom CSS for html, class: .elementor-element-ec8e7df *//* Center and size popup */
.elementor-4556 .elementor-element.elementor-element-ec8e7df {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden !important;
  padding: 0 !important;
}

/* Responsive Bunny iframe */
.bunny-popup-video {
  position: relative;
  width: 100%;
  max-width: 900px; /* adjust width as desired */
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.bunny-popup-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Mobile optimization */
@media (max-width: 600px) {
  .bunny-popup-video {
    max-width: 95%;
    border-radius: 10px;
  }
}/* End custom CSS */