.dcsh-book-card{
    width:260px;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 14px rgba(0,0,0,.12);
    margin:20px;
    display:inline-block;
    vertical-align:top;
    transition:.3s;
}

.dcsh-book-card:hover{
    transform:translateY(-6px);
    box-shadow:0 8px 24px rgba(0,0,0,.18);
}

.dcsh-book-image img{
    width:100%;
    height:380px;
    object-fit:cover;
    display:block;
}

.dcsh-book-content{
    padding:18px;
}

.dcsh-book-title{
    font-size:20px;
    line-height:1.3;
    margin-bottom:10px;
}

.dcsh-book-title a{
    text-decoration:none;
    color:#003366;
}

.dcsh-book-author{
    color:#555;
    margin-bottom:8px;
}

.dcsh-book-year{
    color:#777;
    margin-bottom:8px;
}

.dcsh-book-isbn{
    font-size:13px;
    color:#888;
    margin-bottom:15px;
}

.dcsh-book-button a{
    display:inline-block;
    background:#0055aa;
    color:#fff;
    padding:10px 18px;
    border-radius:6px;
    text-decoration:none;
}

.dcsh-book-button a:hover{
    background:#003d7a;
}