.elementor-133274 .elementor-element.elementor-element-0d909a4 > .elementor-container{max-width:1440px;}.elementor-widget-jet-smart-filters-checkboxes .jet-filter-items-moreless__toggle{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-jet-smart-filters-checkboxes .apply-filters__button, .elementor-widget-jet-smart-filters-checkboxes .jet-filter-items-dropdown__apply-button{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-133274 .elementor-element.elementor-element-6d2c608 .jet-checkboxes-list__row{display:block;margin-right:calc(5px/2);margin-left:calc(5px/2);padding-top:calc(10px/2);margin-bottom:calc(10px/2);}.elementor-133274 .elementor-element.elementor-element-6d2c608 .jet-list-tree__children{display:block;margin-right:calc(5px/2);margin-left:calc(5px/2);padding-left:10px;}.elementor-133274 .elementor-element.elementor-element-6d2c608 .jet-checkboxes-list-wrapper{margin-left:calc(-5px/2);margin-right:calc(-5px/2);margin-top:calc(-10px/2);margin-bottom:calc(-10px/2);}.elementor-133274 .elementor-element.elementor-element-6d2c608 .jet-checkboxes-list__decorator{width:16px;height:16px;min-width:16px;min-height:16px;margin-right:5px;}.rtl .elementor-133274 .elementor-element.elementor-element-6d2c608 .jet-checkboxes-list__decorator{margin-left:5px;}.elementor-133274 .elementor-element.elementor-element-6d2c608 .jet-checkboxes-list__checked-icon{font-size:12px;}.elementor-133274 .elementor-element.elementor-element-6d2c608 .jet-collapse-icon{width:20px;height:20px;}.elementor-133274 .elementor-element.elementor-element-6d2c608 .jet-collapse-none{width:20px;height:20px;}.elementor-133274 .elementor-element.elementor-element-6d2c608 .jet-filter-label{font-weight:700;}.elementor-133274 .elementor-element.elementor-element-6d2c608 .jet-filters-counter{margin-left:initial;padding-left:5px;}.rtl .elementor-133274 .elementor-element.elementor-element-6d2c608 .jet-filters-counter{margin-right:initial;padding-right:5px;}.elementor-133274 .elementor-element.elementor-element-6d2c608 .jet-filter+.jet-filter{margin-top:10px;}.elementor-133274 .elementor-element.elementor-element-6d2c608 .jet-select[data-hierarchical="1"] + .jet-select[data-hierarchical="1"]{margin-top:10px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-133274 .elementor-element.elementor-element-259401c .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:25px;font-weight:600;color:var( --e-global-color-0ea1a46 );}.elementor-133274 .elementor-element.elementor-element-71f30cd > .elementor-widget-container > .jet-listing-grid > .jet-listing-grid__items, .elementor-133274 .elementor-element.elementor-element-71f30cd > .jet-listing-grid > .jet-listing-grid__items{--columns:4;}.elementor-133274 .elementor-element.elementor-element-71f30cd{width:var( --container-widget-width, 115.252% );max-width:115.252%;--container-widget-width:115.252%;--container-widget-flex-grow:0;}.elementor-133274 .elementor-element.elementor-element-4a16290 .jet-filters-pagination__link{padding:10px 10px 10px 10px;}.elementor-133274 .elementor-element.elementor-element-4a16290 .jet-filters-pagination__dots{padding:10px 10px 10px 10px;}.elementor-133274 .elementor-element.elementor-element-4a16290 .jet-filters-pagination__item{margin-right:calc(6px/2);margin-left:calc(6px/2);margin-top:calc(6px/2);margin-bottom:calc(6px/2);}.elementor-133274 .elementor-element.elementor-element-4a16290 .jet-filters-pagination{margin-right:calc(-6px/2);margin-left:calc(-6px/2);margin-top:calc(-6px/2);margin-bottom:calc(-6px/2);justify-content:center;}.elementor-133274 .elementor-element.elementor-element-4a16290 .jet-filters-pagination__load-more{order:initial;}@media(min-width:768px){.elementor-133274 .elementor-element.elementor-element-7ca0927{width:16.564%;}.elementor-133274 .elementor-element.elementor-element-128320d{width:83.436%;}}/* Start custom CSS for jet-listing-grid, class: .elementor-element-71f30cd *//* Target JetEngine Listing Grid items */
.jet-listing-grid__item {
    display: flex;
    flex-direction: column;
    height: 100%; /* Make each grid item fill available height */
}

.jet-listing-dynamic-field,
.jet-listing-dynamic-image,
.jet-listing-dynamic-link {
    flex-shrink: 0; /* Prevent shrinking of content */
}

/* If your grid uses a direct .elementor-widget-container inside each item: */
.jet-listing-grid__item .elementor-widget-container {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

/* Make the title height consistent */
.jet-listing-dynamic-field__content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    min-height: 50px;
    line-height: 1.1;
}/* End custom CSS */