/* LH-FIX-150: a two-tone, non-colour-only keyboard indicator for the exact
 * subject catalogue per-page control. The dark/white pair is 17.74:1. */
.lh-catalogue__perpage-select[data-lh-perpage]:focus-visible {
	outline: 3px solid #111827 !important;
	outline-offset: 3px !important;
	box-shadow: 0 0 0 6px #fff !important;
}
