.Formats{grid-gap:var(--primary-outside-gap);display:grid}.Formats__item{display:flex}@media (min-width:744px){.Formats{grid-template-columns:repeat(2,1fr)}.Formats:has(.Formats__item:nth-child(odd):last-child) .Formats__item:last-child{grid-column:1/-1;justify-self:center;max-width:50%}}@media (min-width:1280px){.Formats{grid-template-columns:repeat(3,1fr)}.Formats:has(.Formats__item:nth-child(odd):last-child) .Formats__item:last-child{grid-column:auto;justify-self:auto;max-width:none}.Formats:has(.Formats__item:nth-child(3n+1):last-child) .Formats__item:last-child{grid-column:2}.Formats:has(.Formats__item:nth-child(3n+2):last-child) .Formats__item:nth-last-child(2){grid-column:1}.Formats:has(.Formats__item:nth-child(3n+2):last-child) .Formats__item:last-child{grid-column:3}}
