/* Careers-only utilities. */
.custom-scrollbar::-webkit-scrollbar { width: 6px; }
.custom-scrollbar::-webkit-scrollbar-track { background: #f5f5f4; border-radius: 4px; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #292524; border-radius: 4px; }
.custom-scrollbar::-webkit-scrollbar-thumb:hover { background: #44403c; }
