a[href*='https://chainlit.io'] {
    visibility: hidden;
}

.watermark-matcha-lab {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -27px;
    position: relative;
}

.watermark-matcha-lab p {
    margin: 0;
}

.watermark-matcha-lab span {
    color: white;
}

.chat-history-drawer img,
#header img {
    height: 50px !important;
    max-height: 50px !important;
}

.relative .hidden, .bg-muted, .lg\:block {
    display: none !important;
}

.grid, .min-h-svh, .lg\:grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}