#ureka-ai-floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0073aa; /* WordPress blue */
    color: white;
    padding: 15px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    z-index: 1000;
    transition: background-color 0.3s ease;
}

#ureka-ai-floating-button:hover {
    background-color: #005a87;
}