.pop-modal { position: fixed; inset: 0; z-index: 99999; display:flex; align-items:center; justify-content:center; }
.pop-modal-backdrop { position: absolute; inset:0; background: rgba(0,0,0,0.45); }
.pop-modal-dialog { position: relative; background: #fff; padding: 20px; max-width:600px; width:90%; border-radius:6px; box-shadow:0 8px 24px rgba(0,0,0,0.2); }

.pop-field { margin-bottom:12px; }
.pop-field label { display:block; margin-bottom:6px; font-weight:600; }
.pop-field input, .pop-field textarea { width:100%; padding:8px; border:1px solid #ddd; border-radius:4px; }
.pop-hint { font-size:12px; color:#666; margin-top:6px; }
.pop-actions { display:flex; gap:8px; align-items:center; margin-top:12px; }
.pop-submit { background:#0073aa; color:#fff; border:0; padding:8px 12px; border-radius:4px; cursor:pointer; }
.pop-cancel { background:#f5f5f5; border:0; padding:8px 12px; border-radius:4px; cursor:pointer; }
.po-poll-plus { display:inline-block; width:28px; height:28px; line-height:28px; text-align:center; border-radius:50%; background:var(--theme-palette-color-1, #0073aa); color: #000 !important; font-weight:700; }
.menu-item-poll-add a { display:inline-flex; align-items:center; }
