/* Override chat widget styles */
.chat-widget-button,
.chat-widget-header {
    /* Always use primary color */
    background-color: #4A90E2 !important;
}

/* Force font size to 15px for chat content elements */
.chat-widget-container,
.chat-widget-container *:not(.chat-widget-button i) {
    font-size: 15px !important;
}

/* Enlarge the plane icon */
.chat-widget-button i.fa-paper-plane {
    font-size: 24px !important;
    line-height: 1;
} 