/* Buttons opt into pointer events inside the otherwise passive map overlay. */
.futures-wheel #legend{gap:7px 8px}
.futures-wheel #legend button{pointer-events:auto;display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:7px 10px;background:#ffffffdf;border:1px solid #bcced3;border-radius:5px;color:var(--navy);font-size:.875rem;line-height:1.3;box-shadow:0 1px 2px #16355308}
.futures-wheel #legend button:hover{background:#e2eeee;border-color:var(--category-color)}
.futures-wheel #legend button[aria-pressed="true"]{background:var(--navy);color:#fff;border-color:var(--navy);box-shadow:inset 0 -3px var(--category-color)}
.futures-wheel #legend button[aria-pressed="true"] i{outline:1px solid #fff;outline-offset:2px}
.futures-wheel #legend button:focus-visible{outline:3px solid #bb4c36;outline-offset:2px}
.futures-wheel #legend #category-highlight-status{flex-basis:100%;font-size:.75rem;line-height:1.5;color:#536b7b;margin-top:2px}
@media(pointer:coarse){.futures-wheel #legend button{min-height:44px}}
