.svg-grid{display:flex;flex-wrap:wrap;gap:var(--gap);justify-content:var(--align)}.svg-box{align-items:center;background:var(--bg);border-radius:var(--radius);box-sizing:border-box;display:flex;justify-content:center;max-width:100%;overflow:hidden;padding:var(--box-pad)}.svg-box img{display:block;height:100%!important;object-fit:contain;width:100%!important}.svg-fallback{color:hsla(0,0%,100%,.7);font:500 14px/1.4 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.mode-fixed .svg-box{height:var(--box-h);width:var(--box-w)}.mode-auto .svg-box{aspect-ratio:var(--ar);height:auto;width:var(--box-w)}.mode-dynamic{align-items:stretch;display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--dynamic-min),1fr))}.mode-dynamic .svg-box{aspect-ratio:var(--ar);height:auto;width:100%}.mode-auto .svg-box img,.mode-dynamic .svg-box img{height:100%!important;object-fit:contain;width:100%!important}