.formatLegends{display:grid;gap:.5rem;grid-auto-rows:1fr;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.formatLegends__legend{align-items:center;background:var(--format-background);border-radius:3px;display:flex;justify-content:center;padding:3px}.formatLegends__inner{background:transparent;display:flex;flex:1;flex-direction:column;height:100%;justify-content:center;padding:.25rem 0;transition:background .15s ease-in-out}.formatLegends__inner span{color:var(--format-background-text-color);font-size:.75rem;font-weight:500;line-height:1.1;text-align:center;transition:color .15s ease-in-out}
