/* Add logo next to the New Chat button */
#cl-nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Logo styling */
.cl-custom-logo {
    height: 32px;
    width: auto;
    cursor: pointer;
}
