/* TL 6/16/2025 */
/* Remove light gray filters shown on the top right of the job, they overlap each other on mobile */
/*.chip[_ngcontent-serverApp-c101] {
	display: none !important;
} */
/* Remove "Powered By" with Bullhorn logo */
[_nghost-serverApp-c100] > section.credits[_ngcontent-serverApp-c100] .bullhorn[_ngcontent-serverApp-c100] {    
	display: none !important;
}
[_nghost-serverApp-c100] > section.credits[_ngcontent-serverApp-c100] span.powered-by[_ngcontent-serverApp-c100] {
	display: none !important;
}
