.combook{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    height: 100%;
}

.combook .book-head{
    width : 100%;
    height: auto;
    padding: 30px 10px 10px 10px;
}

.combook .book-head h2{
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--fumlibrary-color-primary);
}

.combook .book-body{
    display:flex;
    flex-direction: row;
}

.combook .book-img{
    width : 25%;
    padding: 10px;
}

.combook .book-img img{
    width : 100%;
}

.combook .book-items {
    padding-top: 1rem;
}

.combook .book-items ul li {
    list-style: none;
}
