/* Optional styling overrides for the chatbot widget */

.theislam-chat-widget {
    z-index: 9999 !important;
}

/* Example: move widget slightly up */
.theislam-chat-widget.right {
    bottom: 80px;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .theislam-chat-widget {
        transform: scale(0.95);
    }
}
