.saltedlolly-goodreads-reading .slgr-book {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-align: center;
}

.saltedlolly-goodreads-reading .slgr-book:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.saltedlolly-goodreads-reading .slgr-cover {
	display: block;
	height: 100px;
	margin: 0 auto;
	width: auto;
}

.saltedlolly-goodreads-reading .slgr-cover-link {
	display: block;
	margin: 0 auto 8px;
	width: fit-content;
}

.saltedlolly-goodreads-reading .slgr-details,
.saltedlolly-goodreads-reading .slgr-title,
.saltedlolly-goodreads-reading .slgr-author {
	text-align: center;
}

.saltedlolly-goodreads-reading .slgr-title {
	font-weight: 700;
	line-height: 1.15;
	margin: 0 !important;
	padding: 0 !important;
}

.saltedlolly-goodreads-reading .slgr-author {
	line-height: 1.15;
	margin: 3px 0 0 !important;
	padding: 0 !important;
}

.saltedlolly-goodreads-reading .slgr-title a,
.saltedlolly-goodreads-reading .slgr-author a,
#text-14 [class^="gr_custom_title_"] a,
#text-14 [class^="gr_custom_author_"] a {
	text-decoration: none !important;
}

.saltedlolly-goodreads-reading .slgr-title a:hover,
.saltedlolly-goodreads-reading .slgr-title a:focus,
.saltedlolly-goodreads-reading .slgr-author a:hover,
.saltedlolly-goodreads-reading .slgr-author a:focus,
#text-14 [class^="gr_custom_title_"] a:hover,
#text-14 [class^="gr_custom_title_"] a:focus,
#text-14 [class^="gr_custom_author_"] a:hover,
#text-14 [class^="gr_custom_author_"] a:focus {
	text-decoration: underline !important;
}

.saltedlolly-goodreads-reading .slgr-progress {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin: 12px auto 0 !important;
	max-width: 180px;
	width: 85%;
}

.saltedlolly-goodreads-reading .slgr-progress-bar {
	background: whitesmoke;
	border: 1px solid darkgrey;
	border-radius: 15px;
	display: block;
	flex: 1 1 auto;
	height: 10px;
	overflow: hidden;
}

.saltedlolly-goodreads-reading .slgr-progress-bar > span {
	background: grey;
	display: block;
	height: 100%;
}

.saltedlolly-goodreads-reading .slgr-progress-text {
	flex: 0 0 auto;
	font-size: 11px;
}
