/* Hide the Chainlit footer link completely */
footer a[href*="chainlit.io"],
footer a[href*="github.com/Chainlit"],
.watermark,
[data-testid*="chainlit-footer"],
footer {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    opacity: 0 !important;
}

/* Optional: Hide any other potential Chainlit badges/logos if they appear */
img[src*="chainlit"],
[alt*="Chainlit"] {
    display: none !important;
}
