#nsWpNoticeModal.premium-alert-modal {
    z-index: 99999999 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

#nsWpNoticeModal.premium-alert-modal .modal-box {
    opacity: 1 !important;
    pointer-events: auto !important;
}

#nsWpNoticeModal .ns-wp-notice-btn {
    display: block;
    width: 100%;
    padding: 14px 18px;
    border: 0;
    border-radius: 12px;
    background: #25D366;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    pointer-events: auto !important;
}

#nsWpNoticeModal .ns-wp-notice-btn:hover {
    background: #1ebe57;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.42);
}

#nsWpNoticeModal .btn-cancel {
    opacity: 1 !important;
    pointer-events: auto !important;
}
