/* RTP */
.rtp-wrap {
    position: fixed;
    z-index: 999;
    top: 570px;
    left: 40px;
    width: 150px;
    cursor: move;
}
 
#btn-rtp-close {
 	border: 2px solid var(--color4);
    color: var(--color4);
    background-color: transparent;
    left: 190px;
    bottom: 70px;
}

.rtpCloseBtn {
    position: absolute;
    top: 20px;
    right: -20px;
    font-size: 11px;
}

/* Mobile */
@media (max-width: 480px) {
	.rtp-wrap {
	    position: fixed;
	    z-index: 9999;
	    top: 470px;
	    left: 10px;
	    width: 30%;
	    cursor: move;
	}
 
	#btn-rtp-close {
	 	border: 2px solid var(--color4);
	    color: var(--color4);
	    background-color: transparent;
	    left: 120px;
    	bottom: 150px;
	}
	
	.rtpCloseBtn {
	    position: absolute;
	    top: 15px;
        right: -20px;
        font-size: 7px;
	}
}


.rtp_floating_img {
    object-fit: contain; /* ensures it scales nicely inside box */
    cursor: pointer; /* optional: show pointer on hover */
}
/* RTP */