/* ========== Hide Chainlit branding ========== */
a[href*="chainlit"],
a[href*="github.com/Chainlit"],
[class*="watermark"],
footer a[target="_blank"] {
    display: none !important;
}

/* ========== Logo in chat always visible ========== */
.MuiBox-root img[src*="logo"] {
    max-height: 48px !important;
}

/* ========== Welcome / Readme styling ========== */
.markdown-body h1 {
    font-size: 2em !important;
    text-align: center;
    margin-bottom: 0 !important;
}

.markdown-body h3 {
    text-align: center;
    font-weight: 400;
    color: #78909c;
    margin-top: 0 !important;
}

.markdown-body hr {
    margin: 16px 0;
    border-color: rgba(255,255,255,0.1);
}

/* ========== Starters grid ========== */
.starters {
    max-width: 700px;
    margin: 0 auto;
}

/* ========== Chat profile selector ========== */
.MuiChip-root {
    font-weight: 600 !important;
}
