/* --- Filter-Toggle Rules --- */
                        body.filter-active:not(.show-day-title) .day_sub-title { display: none !important; }
                        body.filter-active:not(.show-day-image) .day-main-image { display: none !important; }
                        body.filter-active:not(.show-day-extra-images) .day-extra-images { display: none !important; }
                        body.filter-active:not(.show-breakfast) .meal-item-breakfast { display: none !important; }
                        body.filter-active:not(.show-lunch) .meal-item-lunch { display: none !important; }
                        body.filter-active:not(.show-dinner) .meal-item-dinner { display: none !important; }
                        body.filter-active:not(.show-hotel) .hotel-item { display: none !important; }
                        body.filter-active:not(.show-day-desc) .day-description { display: none !important; }
                        body.filter-active:not(.show-map) #tour_map_section,
                        body.filter-active:not(.show-map) .day-map-section,
                        body.filter-active:not(.show-map) .stop-sidebar { display: none !important; }
                        body.filter-active:not(.show-booking) .day-booking-section { display: none !important; }

                        #compareModal.cmp-filter-active:not(.cmp-show-title) .cmp-day-title { display: none !important; }
                        #compareModal.cmp-filter-active:not(.cmp-show-main-img) .cmp-day-main-img { display: none !important; }
                        #compareModal.cmp-filter-active:not(.cmp-show-extra-img) .cmp-day-extra-img { display: none !important; }
                        #compareModal.cmp-filter-active:not(.cmp-show-breakfast) .cmp-meal-breakfast { display: none !important; }
                        #compareModal.cmp-filter-active:not(.cmp-show-lunch) .cmp-meal-lunch { display: none !important; }
                        #compareModal.cmp-filter-active:not(.cmp-show-dinner) .cmp-meal-dinner { display: none !important; }
                        #compareModal.cmp-filter-active:not(.cmp-show-hotel) .cmp-hotel { display: none !important; }
                        #compareModal.cmp-filter-active:not(.cmp-show-desc) .cmp-desc { display: none !important; }
                        #compareModal.cmp-filter-active:not(.cmp-show-map) .cmp-map { display: none !important; }