.yumpu_bookshelf_container {
	
}
.bookshelf-item { float:left; }

.yumpu_bookshelf_container .bookshelf-item {
    padding: 20px;
}
.bsitem-title { font-weight:600;}

.yumpu_bookshelf_container.cols-3 .bookshelf-item {
    width: 33%;
}
.yumpu_bookshelf_container .bookshelf-item {
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	margin: 3.16%;
	width: 27%;
	font-size: .9rem;
}
.yumpu_overlay.cc-infobadge p {
    font-size: .85rem;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}
.yumpu_overlay.cc-infobadge button {
    margin-top: 10px!important;
    padding: 10px;
}
@media(max-width:1024px) {
	.yumpu_bookshelf_container .bookshelf-item {
	    padding: 20px;
	    background: #fff;
	    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	    margin: 1%;
	    width: 31.333%;
	    font-size: .9rem;
	}
}
@media(max-width:600px){
	.yumpu_bookshelf_container .bookshelf-item {
	    width: unset;
	    margin: 20px auto;
	}
}