.tazajmart-floating-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 99999;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 14px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #25d366;
    color: #ffffff;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.tazajmart-floating-whatsapp i {
    font-size: 20px;
    line-height: 1;
}

.tazajmart-floating-whatsapp:hover {
    background: #1ebe5a;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.32);
}

.tazajmart-floating-whatsapp:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

@media (max-width: 767.98px) {
    .tazajmart-floating-whatsapp {
        right: 12px;
        bottom: calc(78px + env(safe-area-inset-bottom, 0px));
        width: 52px;
        height: 52px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }

    .tazajmart-floating-whatsapp span {
        display: none;
    }
}
