/* Supplementary styles for the Octopia UI on top of assets/tailwind.css */

/* Status / note variants (octopia note style: #eef3ff tint, navy text) */
.status { background-color: #eef3ff; color: #001944; }
.status.info { background-color: #eef3ff; color: #001944; }
.status.pending { background-color: #eef3ff; color: #001944; }
.status.error { background-color: #fdecec; color: #b42318; }
.status.success { background-color: #e8f7ee; color: #166b44; }
