#gcb-header { 
    background: #FFE3B3;
    border-color: #FFE3B3;
}
#gcb-widget { 
    border: 2px solid ##FFE3B3;
    border-radius: 0px;
}
#gcb-send {
    background: #FFE3B3;
}
#gcb-button {
    background: #FFE3B3;
}
.gcb-msg.user .gcb-bubble {
    background: #FFE3B3;
    color: #fff;
}
.gcb-msg.bot .gcb-bubble {
    border: 1px solid #FFE3B3;
}
#gcb-input {
    padding: 8px;
    border-top: 1px solid #FFE3B3;
    display: flex;
    gap: 6px;
}
#gcb-input input {
    flex: 1;
    border: 1px solid #FFE3B3;
    padding: 10px 10px;
    border-radius: 8px;
}