@charset "UTF-8";.next-reads{background-color:var(--theme-color-background-b);}@media screen and (max-width: 799px){.next-reads{padding:24rem 0;}}@media screen and (min-width: 800px){.next-reads{padding:56rem 84rem;}}.next-reads > .title{font-family:var(--theme-font-family);font-weight:500;font-size:24rem;line-height:1.3;color:var(--theme-color-text-on-light);}.next-reads > .title::selection{background-color:var(--theme-color-action-accent-hover);}@media screen and (max-width: 799px){.next-reads > .title{margin-bottom:24rem;padding:0 16rem;}}@media screen and (min-width: 800px){.next-reads > .title{margin-bottom:40rem;}}@media screen and (min-width: 800px){.next-reads .items{display:-ms-grid;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24rem;}}