/* Özel fare imlecini gizle ve standart imleci geri getir */
.twm-cursor, 
.mouse-cursor, 
.custom-cursor, 
.cursor, 
.pointer { 
    display: none !important; 
    visibility: hidden !important; 
    opacity: 0 !important; 
}

body, a, button, input, select, .site-button { 
    cursor: auto !important; 
}

a, button, .site-button {
    cursor: pointer !important;
}