/* filoprestij: bağımsız sabit WhatsApp çubuğu */

/* Eski FAB gizlensin; yeni bağımsız çubuk kullanılacak */
a.fab {
    display: none !important;
}

#filoprestij-whatsapp-fixed {
    position: fixed !important;
    right: 20px !important;
    bottom: 20px !important;
    left: auto !important;
    z-index: 2147483646 !important;

    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;

    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    text-decoration: none !important;
}

#filoprestij-whatsapp-fixed .filoprestij-wa-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;

    min-height: 62px !important;
    padding: 0 24px !important;

    background: #25d366 !important;
    color: #fff !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .24) !important;

    font-family: system-ui, -apple-system, "Segoe UI", sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

#filoprestij-whatsapp-fixed svg {
    display: block !important;
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px !important;
    fill: #fff !important;
}

@media (max-width: 760px) {
    body {
        padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px)) !important;
    }

    #filoprestij-whatsapp-fixed {
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;

        width: 100% !important;
        min-height: calc(94px + env(safe-area-inset-bottom, 0px)) !important;
        padding: 14px 28px
                 calc(14px + env(safe-area-inset-bottom, 0px))
                 28px !important;

        background: #20c968 !important;
    }

    #filoprestij-whatsapp-fixed .filoprestij-wa-inner {
        width: 100% !important;
        min-height: 66px !important;
        padding: 0 12px !important;
        border-radius: 20px !important;
        background: #24ce6e !important;
        font-size: 21px !important;
    }
}
