:root{--textlist-gap:20px;--textlist-seperator-width:1px;--textlist-seperator-color:var(--gray)}.theme--dark{--textlist-seperator-color:#fff}.textlist__list{margin-bottom:calc(var(--textlist-gap)*-1)}.textlist__item{display:flex;flex-flow:column;gap:15px;padding:var(--textlist-gap) 0}.textlist__item:first-child{padding-top:0}.textlist__item+.textlist__item{border-top:var(--textlist-seperator-width) solid var(--textlist-seperator-color,var(--gray))}.textlist__cell{flex:1}@media (min-width:600px){.textlist__item{flex-flow:row}.textlist__cell--fourth{flex:0.33333}.textlist__cell--third{flex:0.5}.textlist__cell--half{flex:1}}