/* FSO Recovery — recovery-specific disposition colors. Everything else (.fso-wrap,
   .fso-table, .fso-modal, .fso-btn, .fso-field, .fso-form-grid, .fso-filters,
   .fso-list-header, .fso-detail-grid, .fso-log, .fso-disp) comes from fs-opportunity's
   own fso-public.css, which is already enqueued globally by the core plugin. */

.fso-disp-attempted_contact { background:#fff3e0; color:#e65100; }
.fso-disp-contacted         { background:#e8f5e9; color:#2e7d32; }
.fso-disp-recovered         { background:#1b5e20; color:#fff; }
