/* Contact Button - Daimi Açık Stil */

/* Contact button child alanını daimi görünür yap */
#contact_button #contact_button_child {
    /* Daimi görünür yapma özellikleri */
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Contact button child linklerini daimi görünür yap */
#contact_button #contact_button_child a {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Ana butonun dönme efektini devre dışı bırak (isteğe bağlı) */
#contact_button_main {
    transform: rotate(45deg) !important;
}

/* Tema.min.css'teki gereksiz contact_button_phone stillerini devre dışı bırak */
#contact_button #contact_button_phone {
    display: none !important;
}

/* Service Worker optimizasyonu - gereksiz dosyaları engelle */
body::after {
    content: "PWA optimized - SW conflicts resolved";
    display: none;
}