.topic-list article:first-child{grid-template-areas:'title description' 'link description';grid-template-rows:minmax(0,1fr) auto}.topic-list article:first-child h2{grid-area:title}.topic-list article:first-child .topic-summary{grid-area:description;align-self:end}.topic-list article:first-child .topic-summary p{margin:0 0 .7rem}.topic-list article:first-child .topic-summary p:last-child{margin-bottom:0}.topic-list article:first-child>a:last-child{grid-area:link}@media(max-width:760px){.topic-list article:first-child{display:flex}}
