
#bb-floating-button {
    position: fixed;
    bottom: 90px;
    z-index: 9999;
}
#bb-floating-button.left { left: 20px; }
#bb-floating-button.right { right: 20px; }
#bb-floating-button button {
    background: #0073aa;
    color: white;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
#bb-popup {
    margin-top: 10px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    max-width: 200px;
}
#bb-popup a {
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
    color: black;
}
