.tdun-iso-legend{display:flex;flex-direction:column;gap:var(--wp--preset--spacing--xs);padding:var(--wp--preset--spacing--sm);background:var(--wp--preset--color--bg-card);border:1px solid var(--wp--preset--color--divider);border-radius:var(--wp--custom--border-radius--badge);box-shadow:var(--wp--custom--shadow--card);font-size:var(--wp--preset--font-size--caption);line-height:var(--wp--custom--line-height--caption)}.tdun-iso-legend__item{display:flex;align-items:center;gap:var(--wp--preset--spacing--sm);padding:var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);border:none;border-radius:var(--wp--custom--border-radius--badge);background:0 0;color:var(--wp--preset--color--text-primary);cursor:pointer;transition:opacity .15s;white-space:nowrap}.tdun-iso-legend__item:focus-visible{outline:2px solid var(--wp--preset--color--green-primary);outline-offset:2px}.tdun-iso-legend__item:hover{background:var(--wp--custom--interaction--hover-tint)}.tdun-iso-legend__item.is-hidden{opacity:.45}.tdun-iso-legend__item.is-hidden .tdun-iso-legend__swatch{opacity:.3}.tdun-iso-legend__swatch{display:inline-block;width:12px;height:12px;border-radius:3px;flex-shrink:0}.tdun-iso-legend__label{color:var(--wp--preset--color--text-secondary)}@media (prefers-reduced-motion:reduce){*{transition:none!important}}