.info-row { display: grid; grid-template-columns: minmax(140px,.35fr) 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid #e4e6de; }
.info-row dt { font-weight: 700; }
.info-row dd { font-family: "IBM Plex Mono",monospace; font-size: .86rem; }
.disclosure button { width: 100%; text-align: left; display: flex; justify-content: space-between; gap: 1rem; }
.disclosure .panel { max-height: 0; overflow: hidden; transition: max-height .3s; }
.disclosure.open .panel { max-height: 170px; }
.disclosure .plus { transition: .25s; }
.disclosure.open .plus { transform: rotate(45deg); }
