/* jb-ami-table.css - HUD income-limit table for the Clayton County DPA page. */
.jb-ami{width:100%;border-collapse:collapse;margin:18px 0 22px;font-size:1rem}
.jb-ami caption{caption-side:top;text-align:left;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted,#797E8B);padding-bottom:10px}
.jb-ami th,.jb-ami td{padding:11px 14px;border-bottom:1px solid var(--border,#E5E2D8);text-align:left}
.jb-ami thead th{font-weight:700;color:var(--text-heading,#212934);border-bottom:2px solid var(--brand-green-deep,#0F4C3A);font-size:.92rem}
.jb-ami td:last-child,.jb-ami thead th:last-child{text-align:right;font-variant-numeric:tabular-nums;font-weight:600}
.jb-ami tbody tr:nth-child(even){background:var(--surface-alt,#F5F3EE)}
.jb-ami tbody tr:last-child td{border-bottom:0}
@media(max-width:520px){.jb-ami th,.jb-ami td{padding:9px 8px;font-size:.94rem}}
