.fds-inventory-counters{direction:rtl;gap:1rem;width:100%;display:grid}.fds-inventory-counters--cols-1{grid-template-columns:1fr}.fds-inventory-counters--cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.fds-inventory-counters--cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.fds-inventory-counters--cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.fds-inventory-counters--cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}@media (width<=1023px){.fds-inventory-counters--cols-4,.fds-inventory-counters--cols-5{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=767px){.fds-inventory-counters--cols-2,.fds-inventory-counters--cols-3,.fds-inventory-counters--cols-4,.fds-inventory-counters--cols-5{grid-template-columns:1fr}}.fds-inv-counter{text-align:center;border:1px solid #11182714;flex-direction:column;justify-content:center;align-items:center;min-height:100%;padding:1.35rem 1rem;display:flex;box-shadow:0 1px 2px #0f172a0f}.fds-inv-counter__icon{justify-content:center;align-items:center;width:3.25rem;height:3.25rem;margin-bottom:.65rem;font-size:1.85rem;line-height:1;display:flex}.fds-inv-counter__icon svg{width:1.85rem;height:1.85rem}.fds-inv-counter__value{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.35rem;margin:0 0 .35rem;line-height:1.15;display:flex}.fds-inv-counter__number{letter-spacing:-.02em;font-size:clamp(1.75rem,4vw,2.35rem);font-weight:800}.fds-inv-counter__suffix{opacity:.75;font-size:.95rem;font-weight:600}.fds-inv-counter__title{color:#4b5563;margin:0;font-size:.95rem;font-weight:600;line-height:1.45}.fds-inv-counter--incoming .fds-inv-counter__icon{color:#b45309}.fds-inv-counter--distributed .fds-inv-counter__icon{color:#047857}.fds-inv-counter--remaining .fds-inv-counter__icon{color:#1d4ed8}.fds-inv-counter--out_week .fds-inv-counter__icon{color:#c2410c}.fds-inv-counter--out_month .fds-inv-counter__icon{color:#7c3aed}.fds-inv-counter-empty{text-align:center;color:#6b7280;margin:0;padding:1rem;font-size:.95rem}