.block__browse{max-width:var(--pg-width-mid);place-items:center;gap:1em;display:grid}.block__browse img{width:max(8rem,min(40vw,16rem))}.block__browse h2{text-align:center;margin-bottom:0}.browse{max-width:var(--pg-width-mid);margin-left:auto;margin-right:auto}.episode{display:flex;position:relative}.episode>a{width:100%;height:100%;position:absolute;top:0;left:0}.episode>div{grid-template-columns:var(--chpt-thumb-size)auto;flex:1;grid-template-areas:"thumb title""thumb time";align-items:center;column-gap:max(.5rem,min(1.75vw,1rem));padding:.625rem;transition:background-color .15s;display:grid}.episode img{grid-area:thumb}.episode h3{grid-area:title;margin-bottom:0}.episode time{grid-area:time}.episode:hover h3{color:var(--clr-primary)}.episode:hover time{color:var(--clr-primary)}.chapter{padding-bottom:1em}.chapter h2{text-align:center}.chapter:not(:last-of-type){border-bottom:var(--site-border)}.volume ul{-webkit-text-stroke:1.5px;flex-wrap:wrap;justify-content:center;gap:1em;margin-bottom:2em;padding-left:2em;padding-right:2em;font-size:1.25em;display:flex}.volume a[aria-current=page]{outline:var(--site-border)}.post:not(:last-of-type){border-bottom:var(--site-border)}.post:not(:only-child){padding:1.5rem}.post:first-of-type{padding-top:0}.post h2{margin:0}.post p:first-of-type{margin-bottom:1.125em;font-style:italic}@media screen and not (max-width:52em){.block__browse{grid-template-columns:1fr 2fr}.block__browse img{width:max(12rem,min(40vw,16rem))}.chapter>*{margin-left:2em;margin-right:2em}.browse{padding:0 .625rem}.episode time{text-align:end}.episode>div{grid-template-columns:var(--chpt-thumb-size)auto auto;grid-template-areas:"thumb title time"}}