/* Basic styles for Feature Voting */
.rmfv-wrap{border:1px solid #e2e8f0;padding:16px;border-radius:8px;background:#fff}
.rmfv-topnote{margin-bottom:12px}
.rmfv-controls{margin:12px 0}
.rmfv-table{width:100%;border-collapse:collapse}
.rmfv-table th,.rmfv-table td{border:1px solid #e5e7eb;padding:10px;text-align:left}
.rmfv-table th{background:#f8fafc}
.rmfv-vote-btn{padding:8px 12px;border:0;border-radius:6px;background:#00D47E;color:#fff;cursor:pointer}
.rmfv-vote-btn:hover{opacity:.9}
.rmfv-form{margin-top:24px}
.rmfv-form input[type="text"], .rmfv-form textarea{width:100%;padding:8px;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:8px}
.rmfv-form button{padding:10px 14px;background:#111827;color:#fff;border:0;border-radius:6px;cursor:pointer}
.rmfv-feedback{margin-top:8px;font-style:italic}
