#tesbeh-push-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 320px;
    background: #111;
    color: #fff;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    display: none;
    z-index: 999999;
}

#tesbeh-push-popup h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
}

#tesbeh-push-popup p {
    margin: 0 0 10px;
    font-size: 14px;
}

#tesbeh-push-popup button {
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

#tesbeh-push-allow {
    background: #0e9f3d;
    color: #fff;
}

#tesbeh-push-deny {
    background: #333;
    color: #ddd;
}

.tesbeh-push-hidden {
    display: none;
}