.logo {
    width: 60px !important;
    height: auto !important;
    object-fit: contain !important;
}

#readme-button {
    display: none !important;
}

#theme-toggle {
    display: none !important;
}

#chat-submit {
    color: white !important;
    fill: white !important;
    background-color: #D48019 !important;
}

#stop-button {
    color: white !important;
    fill: white !important;
    background-color: #D48019 !important;
}

#chat-input {
    font-size: 14px !important;
}

cl-starter-button span {
        font-size: 14px !important; /* Adjust the desired font size */
}


/* change the font size of leading-7 class and its children to 16px */
.leading-7 {
    font-size: 14px !important;
}

.leading-7 * {
    font-size: inherit !important;
}