/* IBS Chat Widget Styles */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

#ibs-chat-bubble:hover {
    transform: scale(1.1);
    transition: transform 0.2s;
}

