@media (max-width: 767px) {
    /* GTranslate */
    .gglobe {
        position: fixed;
        bottom: 105px; 
        left: 16px;    
        z-index: 9999;
    }

    /* Chaty */
    .chaty-cta-button {
        position: fixed;
        bottom: 80px;  
        right: 10px;   
        z-index: 9999;

        display: flex;          
        flex-direction: column; 
        gap: 6px;               
    }
}