/* CSS to remove any floating buttons or elements in the bottom right corner */
.page-footer, 
.page-footer-mobile, 
.footer-button, 
.footer-dialog,
[class*="footer-"],
[id*="footer-"],
[class*="floating"],
[id*="floating"],
[style*="position: fixed"],
[style*="position:fixed"],
[style*="bottom: 0"],
[style*="bottom:0"],
[style*="right: 0"],
[style*="right:0"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Hide any potential AI-related floating elements */
[class*="ai-"],
[id*="ai-"],
[class*="made-with"],
[id*="made-with"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
