/* Color: Default Yellow (matches original) */
.bg-primary, .badge-primary { background-color: #f5df4e !important; }
.text-primary { color: #f5df4e !important; }
.btn-link { color: #f5df4e; }
.btn-link:hover { color: #f3d92c; }
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { background-color: #f3d92c !important; }
.border-primary { border-color: #f5df4e !important; }
.btn-primary { background-color: #f5df4e; border-color: #f5df4e; color: #212529; }
.btn-primary:hover { background-color: #f3d92c; border-color: #f3d92c; color: #212529; }
