/* Hide Readme button */
button:has(svg[data-testid="ReadmeIcon"]) {
    display: none !important;
}

/* Hide Chat button */
button:has(svg[data-testid="ChatIcon"]) {
    display: none !important;
}

/* Hide Chainlit logo */
img[alt="Chainlit Logo"], .logo {
    display: none !important;
}

/* Hide the "Built with Chainlit" footer */
footer, footer a[href*="chainlit"], footer span {
    display: none !important;
}


a[href*="chainlit"], footer, img[alt="Chainlit Logo"], .logo {
    display: none !important;
}