/* Oakwood Provisions — Minimal brand overrides for Tailwind CDN */

/* Status badge backgrounds — brand-specific rgba values not in Tailwind */
.badge-submitted { background: rgba(111, 138, 99, 0.15); color: #6F8A63; }
.badge-created, .badge-processing { background: rgba(183, 138, 60, 0.15); color: #B78A3C; }
.badge-confirmed { background: #3F5B47; color: white; }
.badge-rejected { background: rgba(192, 57, 43, 0.15); color: #C0392B; }

/* Smooth transitions for interactive elements */
a, button, [role="button"] { transition: all 0.15s ease; }

/* Scrollbar styling for sidebar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-thumb { background: #D8DDD7; border-radius: 3px; }
