/* iPad compact override: show the entire capacity explanation at once. */
.capacity-at-a-glance{grid-template-columns:190px minmax(0,1fr)}
.capacity-story{grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}
.capacity-story article{min-height:78px;padding:12px 14px;gap:4px;border-bottom:1px solid #e4ece8}
.capacity-story article:nth-child(even){border-right:0}
.capacity-story article:nth-last-child(-n+2){border-bottom:0}
.capacity-story strong{font-size:1.32rem}
.capacity-story small{min-height:0;font-size:.73rem;line-height:1.25}
@media(max-width:720px){.capacity-at-a-glance{grid-template-columns:1fr}}
