/* Custom chevron for the Sector dropdown toggle button — Tailwind has no
   utility for arbitrary inline-SVG background icons, and the browser's
   native <select> arrow (used before this became a custom dropdown, see
   template.php) never matched the site's style anyway. */
.job-alert__dropdown-toggle {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23032B36' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    background-size: 1.125rem;
}
