It looks like the issue is that you’re targeting select as an input type, which it isn’t. Instead, you’ll want to directly target the select element itself. That should apply your background and border styling correctly to the “How Many People” field. Let me know if it’s still not showing as expected—there might be additional classes or specificity at play.