.block{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--color-rule)}@media(max-width:700px){.block{grid-template-columns:repeat(2,1fr)}}.cell{padding:.6rem .85rem .7rem 0;border-right:1px solid var(--color-rule)}.cell:last-child{border-right:none}.cell:not(:first-child){padding-left:.85rem}@media(max-width:700px){.cell:nth-child(2n){border-right:none}.cell:nth-child(-n+2){border-bottom:1px solid var(--color-rule)}.cell:nth-child(odd){padding-left:0}.cell:nth-child(2n){padding-left:.85rem}}.cell b{display:block;font-family:var(--font-mono);font-size:.8rem;font-weight:600;letter-spacing:-.01em;margin-top:.15rem}
