.nzela-reengagement {
    position: fixed;
    bottom: 6.5rem;
    right: 1.25rem;
    z-index: 9998;
    max-width: 18rem;
    padding: 0.85rem 2.25rem 0.85rem 0.9rem;
    border-radius: 12px;
    background: #0f172a;
    color: #f8fafc;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.28);
    font-size: 0.88rem;
    line-height: 1.4;
}

.nzela-reengagement-text {
    margin: 0 0 0.55rem;
}

.nzela-reengagement-cta {
    border: 0;
    border-radius: 8px;
    padding: 0.4rem 0.65rem;
    background: #22c55e;
    color: #052e16;
    font-weight: 600;
    cursor: pointer;
}

.nzela-reengagement-close {
    position: absolute;
    top: 0.35rem;
    right: 0.45rem;
    border: 0;
    background: transparent;
    color: #94a3b8;
    font-size: 1.1rem;
    cursor: pointer;
}

@media (max-width: 640px) {
    .nzela-reengagement {
        left: 1rem;
        right: 1rem;
        max-width: none;
        bottom: 5.5rem;
    }
}
