/**
 * Floating UI cleanup: keep Tidio only.
 * Cookie preferences remain available via footer "Cookie Settings" link.
 */

/* CookieYes floating revisit icon (consent still works via banner + footer link). */
.cky-btn-revisit-wrapper,
.cky-revisit-bottom-left,
.cky-revisit-bottom-right,
.cky-revisit-bottom-left-wrapper,
.cky-revisit-bottom-right-wrapper,
#cky-btn-revisit {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

/* Astra scroll-to-top (backup if theme option/filter does not remove markup). */
#ast-scroll-top,
.ast-scroll-to-top-right,
.ast-scroll-to-top-left {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}
