/*

Custom style

You can override the default class or style here

This file will not be overwritten by the updater

*/
#floatButton {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999; /* Ensures it stays on top */
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    cursor: pointer;
}

#floatButton a {
    text-decoration: none;
    color: inherit;
}