.LegalPageList_Row{box-sizing:border-box;border-radius:12px;grid-template:"icon title lastUpdated"100%/auto 1fr auto;align-items:center;gap:0 12px;width:100%;padding:12px 24px;display:grid}.LegalPageList_Row:hover{background:var(--color-base-bg-2);-webkit-text-decoration:none;text-decoration:none}@media (width<=540px){.LegalPageList_Row{padding:8px}}@media (width<=400px){.LegalPageList_Row{grid-template:"icon title""icon lastUpdated"/auto 1fr}}.LegalPageList_Row-icon{grid-area:icon;display:block}.LegalPageList_Row-title{white-space:nowrap;grid-area:title}.LegalPageList_Row-lastUpdated{color:var(--color-base-fg-2);grid-area:lastUpdated}
.LegalPageList{--Slice-api-maxWidth:480px;--Slice-api-spacing:60px;flex-grow:1}.LegalPageList-contentWrapper{flex-direction:column;gap:12px;display:flex}
