.supply-values { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.supply-values div { padding:1rem; border:1px solid var(--line,#293733); border-radius:4px; min-width:0; }
.supply-values dt { font-family:monospace; font-size:.8rem; }
.supply-values dd { margin:.75rem 0 0; font-family:monospace; font-variant-numeric:tabular-nums; overflow-wrap:anywhere; }
.supply-address { overflow-wrap:anywhere; word-break:break-word; }
@media(max-width:520px) { .supply-values { grid-template-columns:1fr; } }
