.cpm-volume{
    max-width:1200px;
    margin:40px auto;
    padding:30px;
    background:#fff;
    border:1px solid #ddd;
}

.cpm-cover{
    text-align:center;
    margin-bottom:30px;
}

.cpm-cover img{
    max-width:250px;
    height:auto;
}

.cpm-meta{
    margin-top:20px;
    line-height:1.8;
}

.cpm-editors{
    margin-top:20px;
    padding:15px;
    background:#f8f8f8;
}

.cpm-papers-title{
    margin-top:40px;
    border-bottom:2px solid #ddd;
    padding-bottom:10px;
}

.cpm-paper{
    padding:20px;
    border-bottom:1px solid #ddd;
}

.cpm-paper h4{
    margin-bottom:10px;
}

.cpm-buttons{
    margin-top:15px;
}

.cpm-btn,
.cpm-btn:link,
.cpm-btn:visited{

    display:inline-block;
    padding:8px 14px;
    margin-right:10px;
    text-decoration:none !important;
    border-radius:4px;

}

.cpm-buttons a{
    display:inline-block !important;
    padding:8px 14px !important;
    margin-right:10px !important;
    text-decoration:none !important;
    border-radius:4px !important;
    color:#ffffff !important;
}

.cpm-buttons .cpm-abstract-btn{
    background:#2e7d32 !important;
    border:1px solid #1b5e20 !important;
    color:#ffffff !important;
}

.cpm-buttons .cpm-pdf-btn{
    background:#2e7d32 !important;
    border:1px solid #1b5e20 !important;
    color:#ffffff !important;
}

.cpm-buttons .cpm-abstract-btn:hover,
.cpm-buttons .cpm-pdf-btn:hover{
    background:#218838 !important;
    color:#ffffff !important;
}

.cpm-modal{
    display:none;
    position:fixed;
    z-index:9999;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
}

.cpm-modal-content{
    background:#fff;
    max-width:800px;
    margin:80px auto;
    padding:30px;
}

.cpm-close{
    float:right;
    cursor:pointer;
    font-size:24px;
}

.cpm-paper-result{

    background:#ffffff;

    border:1px solid #dddddd;

    padding:20px;

    margin-bottom:20px;

    border-radius:6px;

}

.cpm-result-title{

    margin-top:0;

    color:#006633;

}

.cpm-result-meta p{

    margin:8px 0;

}

.cpm-search-results hr{

    display:none;

}

.cpm-volume-header{

    display:flex;

    gap:40px;

    align-items:flex-start;

    margin-bottom:30px;

}

.cpm-cover{

    flex:0 0 280px;

}

.cpm-cover img{

    width:100%;

    height:auto;

}

.cpm-meta{

    flex:1;

}

.cpm-meta p{

    margin:0 0 12px;

}

.cpm-editors{

    margin-bottom:30px;

}

@media (max-width:768px){

    .cpm-volume-header{

        display:block;

    }

    .cpm-cover{

        margin-bottom:20px;

    }

}