.x1fvl24d17twho7{
		display: flex;
		flex-direction: column;
		flex-shrink: 0;
		width: 160px;
		scroll-snap-align: start;
	}.x1fvl24d17twho7 .reading-link{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0.75rem;
		width: 100%;
		padding: 0.5rem 0.75rem 0;
		text-align: center;
		color: inherit;
		text-decoration: none;
	}.x1fvl24d17twho7 .reading-cover{
		margin-bottom: 0.75rem;
	}.x1fvl24d17twho7 .reading-link:hover .book,.x1fvl24d17twho7 .reading-link:focus-visible .book{
		transform: rotateY(-10deg);
	}.x1fvl24d17twho7 .reading-link:hover .book-face img,.x1fvl24d17twho7 .reading-link:focus-visible .book-face img{
		opacity: 1;
	}.x1fvl24d17twho7 .reading-meta{
		display: flex;
		flex-direction: column;
		width: 100%;
		font-size: 0.875rem;
		color: var(--colour-subtext);
	}.x1fvl24d17twho7 .reading-title{
		font-size: 1rem;
		font-weight: 600;
		color: var(--colour-text);
		transition: color 0.32s cubic-bezier(0.16, 1, 0.3, 1);
	}.x1fvl24d17twho7 .reading-link:hover .reading-title,.x1fvl24d17twho7 .reading-link:focus-visible .reading-title{
		color: var(--colour-accent);
	}.x1fvl24d17twho7 .reading-title,.x1fvl24d17twho7 .reading-author{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		overflow-wrap: anywhere;
	}.x1fvl24d17twho7 .reading-kind{
		margin-top: 0.25rem;
		font-size: 0.6875rem;
		color: var(--colour-text-muted);
	}.x1fvl24d17twho7 .reading-status{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 0.25rem;
		margin-top: 0.25rem;
		font-size: 0.6875rem;
		color: var(--colour-accent);
	}@media (prefers-reduced-motion: reduce){.x1fvl24d17twho7 .reading-link:hover .book,.x1fvl24d17twho7 .reading-link:focus-visible .book{
			transform: rotateY(-26deg);
		}}