.furkan-wa-float {
    position: fixed;
    right: var(--fwc-right, 24px);
    bottom: var(--fwc-bottom, 24px);
    z-index: var(--fwc-z, 99999);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 56px;
    padding: 8px 18px 8px 11px;
    border-radius: 999px;
    background: #25D366;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    -webkit-tap-highlight-color: transparent;
}

.furkan-wa-float:hover,
.furkan-wa-float:focus {
    background: #20bd5a;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(0,0,0,.22);
    outline: none;
}

.furkan-wa-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    border-radius: 50%;
    background: rgba(255,255,255,.16);
}

.furkan-wa-icon svg {
    display: block;
    width: 29px;
    height: 29px;
}

.furkan-wa-text {
    white-space: nowrap;
}

.furkan-wa-icon-only-desktop {
    width: 58px;
    height: 58px;
    min-height: 58px;
    padding: 0;
    border-radius: 50%;
}

.furkan-wa-icon-only-desktop .furkan-wa-text {
    display: none;
}

.furkan-wa-icon-only-desktop .furkan-wa-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    background: transparent;
}

@media (max-width: 767px) {
    .furkan-wa-hide-mobile { display: none !important; }
    .furkan-wa-float {
        width: 58px;
        height: 58px;
        min-height: 58px;
        padding: 0;
        border-radius: 50%;
        right: max(16px, env(safe-area-inset-right));
        bottom: max(16px, env(safe-area-inset-bottom));
    }
    .furkan-wa-float .furkan-wa-text { display: none; }
    .furkan-wa-float .furkan-wa-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        background: transparent;
    }
}

@media (min-width: 768px) {
    .furkan-wa-hide-desktop { display: none !important; }
}
