details:not([open]) {background:#fff;border-bottom:1px solid #ddd;}
details:not([open]) summary {padding:1.5rem;}	
details[open] summary {background:#fff;padding:1.5rem;margin-bottom:2rem;}
.summary p {margin-top:0;}.subtitulo-book{margin-bottom:1.5rem;}
.bookContents ol li, .bookContents ul li {margin-bottom:0;letter-spacing: 0;line-height: 27px;font-size:1.2rem;}
.cursor-pointer {
    cursor: zoom-in;
}
	.modal-book-image {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
}
	.modal-content .btn-close {
    z-index: 1056; /* más alto que la imagen */
}
	.modal-content .btn-close {
    background-color: rgba(255,255,255,0.85);
    border-radius: 50%;
    padding: 0.5rem;
}
.crp_inner img {
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
}
	.crp_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.crp_related .col-lg-2 {
    display: flex;
}

.col-lg-2 .crp_inner {
    flex: 1;
}
.h2-overview-book {font-size:.85rem;text-transform:uppercase;letter-spacing:1px;margin-top:0;margin-bottom:1rem;}
.book-summary {font-size:1rem;}
.book-info {margin-top:1rem;display:inline;}
.sizesm {font-size:.9rem;}
.sizexs {font-size:.75rem;}

.summary a {
    position: relative;
    display: inline-block;
}

.cover-icon {
    position: absolute;
    bottom: -5px;
    right: -5px;

    width: 30px;
    height: 30px;

    background: #b13622; 
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25);
	cursor: zoom-in;


}