/* Chatbot Widget Styles */

/* Base styles for the chatbot button */
.kapa-widget-container {
    z-index: 9999;
}

/* Custom positioning */
#kapa-widget-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #kapa-widget-button {
        bottom: 15px;
        right: 15px;
        width: 40px !important;
        height: 40px !important;
    }
}
