#pwev-popup-overlay {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6); z-index: 99999;
    display: flex; align-items: center; justify-content: center;
}
#pwev-popup {
    background: #fff; border-radius: 12px; padding: 30px; max-width: 500px; width: 90%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3); text-align: right; direction: rtl;
}
.pwev-question { margin: 15px 0; }
.pwev-question label { display: block; font-weight: bold; margin-bottom: 5px; }
.pwev-stars { display: flex; justify-content: flex-start; gap: 5px; }
.pwev-stars .star { font-size: 24px; cursor: pointer; color: #ddd; }
.pwev-stars .star.selected { color: gold; }
#pwev-submit { background: #4CAF50; color: white; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; }
#pwev-next-eval { background: #2196F3; color: white; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; margin-right: 10px; }
