.elementor-440 .elementor-element.elementor-element-4109171{--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-440 .elementor-element.elementor-element-261eca4{width:var( --container-widget-width, 31% );max-width:31%;--container-widget-width:31%;--container-widget-flex-grow:0;}#elementor-popup-modal-440{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-440 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-440 .dialog-close-button{display:flex;}#elementor-popup-modal-440 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-261eca4 *//* Remove full-screen overlay background */
.elementor-popup-modal.dropdown-popup .dialog-modal {
  background: transparent !important;
  pointer-events: none; /* So clicks pass through overlay */
}

/* Make popup content absolute positioned for dropdown behavior */
.elementor-popup-modal.dropdown-popup .dialog-widget-content {
  position: absolute !important;
  width: 280px !important; /* Adjust width */
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  border-radius: 6px;
  pointer-events: auto; /* Enable clicking inside */
  background: #fff;
  padding: 15px; /* optional */
  z-index: 99999 !important;
}/* End custom CSS */