
#tier-list-floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #010F1B;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9999;
}

#tier-list-floating-button img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
