.latest-chapter-title {text-align:left}.latest-chapter {display:flex;margin-bottom:20px}.latest-chapter .cover {width:160px;height:250px;flex-shrink:0}.chapter-info {text-align:left}.chapter-info b {display:block;margin-bottom:12px}.chapter-info p {margin:4px 0}@media (min-width:768px) {.latest-chapter .cover {margin-right:20px }}@media (max-width:767px) {.latest-chapter-title {text-align:center }.latest-chapter {justify-content:center }}
:root {--book-transition-speed:50ms}.cover {position:relative;will-change:transform;transition:transform ease-in-out var(--book-transition-speed);box-shadow:var(--shadow)}.book-image {display:block}.expanded-info {display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0.7);transition:opacity ease-in-out var(--book-transition-speed)}.expanded-info h2 {text-align:center;color:white}.cover:hover {transform:scale(1.02)}.cover:hover .expanded-info {opacity:1}