.rubika-floating-btn {
    position: fixed;
    z-index: 99999;
}

.rubika-floating-btn img {
    width: 65px;
    height: 65px;
}

/* موقعیت‌ها */
.bottom-left { bottom: 20px; left: 20px; }
.bottom-right { bottom: 20px; right: 20px; }
.top-left { top: 20px; left: 20px; }
.top-right { top: 20px; right: 20px; }
