/* Elementsync Hub - RSVP Display */
.elementsync-js body:not(.elementor-editor-active).elementsync-rsvp--hidden .elementor-widget-wds_rsvp,
body:not(.elementor-editor-active).elementsync-rsvp--hidden .elementor-widget-wds_rsvp,
body:not(.elementor-editor-active).elementsync-rsvp--hidden .elementsync-rsvp--hidden-container,
body:not(.elementor-editor-active).elementsync-rsvp--hidden .elementsync-rsvp--hidden-menu-item {
	display: none !important;
}

/* Modern CSS :has() selector for instant hiding of dedicated RSVP container/section without flash */
body:not(.elementor-editor-active).elementsync-rsvp--hidden .e-con:has(.elementor-widget-wds_rsvp):not(:has(#btnAmplop, #amplop, .elementsync-gift-content, [class*="copy-text"])),
body:not(.elementor-editor-active).elementsync-rsvp--hidden .elementor-inner-section:has(.elementor-widget-wds_rsvp),
body:not(.elementor-editor-active).elementsync-rsvp--hidden .elementor-section:has(.elementor-widget-wds_rsvp):not(:has(#btnAmplop, #amplop, .elementsync-gift-content, [class*="copy-text"])) {
	display: none !important;
}
