:root{--tablet:768px;--desktop:1024px;--background:#FBFBFB;--foreground:#171717;--border-grey:#e5e5e5;--primary-blue:#256aed;--primary-grey:#828282;--black:#222222;--black-bg:#1A1A1D;--white:#ffffff;--green:#309535}.ProseMirror p.is-editor-empty:first-child:before{color:#adb5bd;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.ant-image-mask{background-color:rgba(0,0,0,0)!important;border-radius:0}.ant-image-mask-info{color:rgba(0,0,0,0)!important}html{scroll-behavior:smooth;scroll-padding-top:40px}body{color:var(--foreground);background:var(--background);font-family:Poppins,Arial,Helvetica,sans-serif;margin:0}body h1{font-size:20px}body h1,body h2,body h3,body h4,body h5,body h6,body p{margin:0}body input,body label,body select,body textarea{font-size:16px!important}.content{margin:0 auto;padding:0 2rem}.bold{font-weight:700}.book-card{max-width:100%;width:80%;height:620px;border:1px solid var(--border-grey);border-radius:10px;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(3,1fr);padding:24px;box-shadow:40px 6px 40 rgba(196,196,196,.2);box-shadow:0 4px 8px rgba(0,0,0,.07);gap:12px}.book-card:hover{border:1px solid var(--primary-blue)}@media screen and (min-width:480px){.book-card{width:350px}}.book-card .book-card__picture{display:flex;flex-direction:column;align-items:center;height:100%;width:100%;border-bottom:1px solid var(--border-grey)}.book-card .book-card__picture:hover{cursor:pointer;-webkit-transform:scale(1.05);transform:scale(1.05);transition:.3s ease-in-out}.book-card .book-card__picture img{margin:12px auto;width:100%;height:260px;object-fit:contain}.book-card .book-card__title{display:flex;flex-direction:row;align-items:center;gap:16px}.book-card .book-card__title img{display:flex;align-items:center;border-radius:50%;object-fit:cover;box-shadow:0 0 1px 1px var(--border-grey)}.book-card .book-card__title img:hover{cursor:pointer;-webkit-transform:scale(1.05);transform:scale(1.05)}.book-card .book-card__title h3,.book-card .book-card__title p{line-height:1;font-size:16px;font-weight:400;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:var(--black)}.book-card .book-card__title h3{font-weight:600}.book-card .book-card__author{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:blue}.book-card .book-card__description{display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;text-align:justify;text-justify:none}.book-card .book-card__description p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-weight:400;letter-spacing:-.3px}.book-card .book-card__actions{display:flex;flex-direction:column;gap:8px}.book-card .book-card__actions h4{font-size:16px;font-weight:600;text-align:center}.book-card .book-card__actions button{width:80%}.book-card .book-card__actions button p{font-weight:600}.book-card .book-card__actions p{font-weight:300;font-size:14px}.book-card .book-card__actions a{display:flex;justify-content:center;text-decoration:none}.book-card__published{height:560px}