.agri-wpr { border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px; font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial, 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji'; }
.agri-wpr-header { font-weight: 600; margin-bottom: 8px; display: flex; gap: 8px; align-items: baseline; }
.agri-wpr-subtitle { color: #6b7280; font-weight: 400; font-size: 0.9em; }
.agri-wpr-controls { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin-bottom: 10px; }
.agri-wpr-controls input[type=text], .agri-wpr-controls select { padding: 6px 8px; border: 1px solid #e5e7eb; border-radius: 6px; }
.agri-wpr-controls button { padding: 6px 10px; border: 1px solid #d1d5db; background: #f9fafb; border-radius: 6px; cursor: pointer; }
.agri-wpr-table { width: 100%; border-collapse: collapse; }
.agri-wpr-table th, .agri-wpr-table td { border-top: 1px solid #e5e7eb; padding: 8px; text-align: left; }
.agri-wpr-table thead th { border-top: none; }
.agri-wpr-badge { padding: 2px 8px; border-radius: 999px; font-size: 0.85em; border: 1px solid #d1d5db; }
.agri-wpr-low { background: #ecfdf5; }
.agri-wpr-medium { background: #fff7ed; }
.agri-wpr-high { background: #fef2f2; }
.agri-wpr-error { color: #b91c1c; }
.agri-wpr-footnote { margin-top: 6px; color: #6b7280; font-size: 0.85em; }
/* Widget friendliness: allow scrolling when narrow */
.widget .agri-wpr { overflow-x: auto; }
.widget .agri-wpr-table { min-width: 520px; }