.elementor-273 .elementor-element.elementor-element-74fbaf8{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--flex-wrap:nowrap;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-273 .elementor-element.elementor-element-74fbaf8:not(.elementor-motion-effects-element-type-background), .elementor-273 .elementor-element.elementor-element-74fbaf8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-273 .elementor-element.elementor-element-74fbaf8:hover{background-color:var( --e-global-color-secondary );}.elementor-273 .elementor-element.elementor-element-74fbaf8.e-con{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-273 .elementor-element.elementor-element-2f7519f{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:10px 10px 10px 10px;}.elementor-273 .elementor-element.elementor-element-2f7519f.elementor-element{--align-self:center;}#elementor-popup-modal-273 .dialog-widget-content{animation-duration:0.6s;background-color:var( --e-global-color-secondary );border-style:solid;border-width:0px 0px 01px 0px;border-color:#1F242840;border-radius:0px 0px 0px 0px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-273{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-273 .dialog-message{width:100vw;height:100vh;align-items:flex-start;}#elementor-popup-modal-273 .dialog-close-button{display:flex;background-color:var( --e-global-color-secondary );}#elementor-popup-modal-273 .dialog-close-button i{color:var( --e-global-color-text );}#elementor-popup-modal-273 .dialog-close-button svg{fill:var( --e-global-color-text );}#elementor-popup-modal-273 .dialog-close-button:hover i{color:var( --e-global-color-accent );}#elementor-popup-modal-273 .dialog-close-button:hover{background-color:var( --e-global-color-secondary );}@media(min-width:768px){.elementor-273 .elementor-element.elementor-element-74fbaf8{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-74fbaf8 *//* ===== Search Popup 273: Menu-size on desktop, flexible on mobile ===== */

/* TEMP: hide a second instance if it ever appears */
#elementor-popup-modal-273 .idxaddons--search.basic + .idxaddons--search.basic{
  display:none !important;
}

/* Header offset (set by JS if you have it, otherwise keep this value) */
:root{
  --rr-header-offset: 160px;
}

/* Popup container sits below header */
#elementor-popup-modal-273{
  top: var(--rr-header-offset) !important;
  height: calc(100vh - var(--rr-header-offset)) !important;
}

/* Drawer panel */
#elementor-popup-modal-273 .dialog-widget-content{
  position: fixed !important;
  top: var(--rr-header-offset) !important;
  left: 0 !important;
  right: 0 !important;

  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  transform: none !important;

  display: block !important;
  border-radius: 0 0 0px 0px !important;
  overflow: hidden !important; /* important: prevents full-height feel */
}

/* MENU HEIGHT (desktop default) */
#elementor-popup-modal-273 .dialog-message{
  width: 100% !important;
  max-height: 190px !important;   /* menu-like height */
  overflow: hidden !important;    /* no big scroll areas on desktop */
}

/* Inner padding */
#elementor-popup-modal-273 .elementor-element-74fbaf8{
  padding: 14px 18px 16px 18px !important;
}

/* Close button */
#elementor-popup-modal-273 .dialog-close-button{
  top: 14px !important;
  right: 14px !important;
}

/* ===== Tablet: allow more height if needed ===== */
@media (max-width: 1024px){
  #elementor-popup-modal-273 .dialog-message{
    max-height: min(360px, calc(100vh - var(--rr-header-offset) - 16px)) !important;
    overflow: auto !important;
  }
}

/* ===== Mobile: allow it to fit the full form (up to viewport) ===== */
@media (max-width: 767px){
  #elementor-popup-modal-273 .dialog-message{
    max-height: calc(100vh - var(--rr-header-offset) - 12px) !important;
    overflow: auto !important;
  }

  #elementor-popup-modal-273 .elementor-element-74fbaf8{
    padding: 10px 12px 12px 12px !important;
  }

  /* Stack fields */
  #elementor-popup-modal-273 .idxaddons--search.basic .fields-container{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  #elementor-popup-modal-273 .idxaddons--search.basic input,
  #elementor-popup-modal-273 .idxaddons--search.basic select,
  #elementor-popup-modal-273 .idxaddons--search.basic .ms-ctn{
    width: 100% !important;
    max-width: 100% !important;
  }

  #elementor-popup-modal-273 .idxaddons--search.basic button{
    width: 100% !important;
  }
}/* End custom CSS */