/* Wazapbro Floating Widget Styling */
#wazapbro-chat-widget {
    position: fixed;
    bottom: 24px;
    z-index: 999999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

#wazapbro-chat-widget.wazapbro-right {
    right: 24px;
}

#wazapbro-chat-widget.wazapbro-left {
    left: 24px;
}

.wazapbro-widget-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #25D366;
    color: #FFFFFF !important;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
}

.wazapbro-widget-button:hover {
    background-color: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(18, 140, 126, 0.5);
    color: #FFFFFF !important;
}

.wazapbro-icon {
    flex-shrink: 0;
}
