.installment-summary{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}.installment-summary article{display:grid;align-content:center;min-height:68px;padding:10px;border:1px solid var(--border-subtle);border-radius:8px;background:var(--bg-surface)}.installment-summary small{color:var(--text-muted);font-size:7px}.installment-summary strong{margin-top:4px;font-size:13px}
.payment-obligation-shared-status{grid-template-columns:minmax(220px,1fr) repeat(3,minmax(130px,auto)) auto}.payment-obligation-countdown b{color:var(--color-warning)}.payment-obligation-countdown small{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:1100px){.installment-summary{grid-template-columns:repeat(3,1fr)}.payment-obligation-shared-status{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.installment-summary{grid-template-columns:repeat(2,1fr)}.payment-obligation-shared-status{grid-template-columns:1fr}}
