/* ── Search bar ──────────────────────────────────────────────────────────── */

/* Colour the submit button's left border when the category select is focused */
#nav-search div:has(select:focus) + button {
    border-color: var(--color-brand-500);
    transition: border-color 150ms;
}