.facts .list{align-self:flex-end;display:grid;gap:var(--map-fallback-gap-module);grid-area:list;list-style:none;margin:0;padding:0}@container facts (max-width: 600px){.facts .list{grid-template-columns:1fr}}@container facts (max-width: 800px) and (min-width: 600.1px){.facts .list{grid-template-columns:repeat(2,1fr)}}@container facts (max-width: 1300px) and (min-width: 800.1px){.facts .list{grid-template-columns:repeat(3,1fr)}}@container facts (min-width: 1300.1px){.facts .list:not(:has(.fact:nth-child(4))){grid-template-columns:repeat(3,1fr)}.facts .list:has(.fact:nth-child(4)){grid-template-columns:repeat(4,1fr)}}