.ctsfw-lnb {
    margin-block: 2rem;
}

.ctsfw-lnb [data-accordion-parent] {
    border-bottom: 1px solid #e2e8f0;
}

.ctsfw-lnb [data-accordion-toggle] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem 0;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.ctsfw-lnb .ctsfw-lnb-see-all {
    margin-top: 1.25rem;
    font-size: 0.9rem;
}
.ctsfw-lnb .ctsfw-lnb-book-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ctsfw-lnb .ctsfw-lnb-book-row {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.ctsfw-lnb .ctsfw-lnb-book-media {
    flex: 0 0 auto;
}

.ctsfw-lnb .ctsfw-lnb-book-cover {
    width: 90px;
    height: auto;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.ctsfw-lnb .ctsfw-lnb-book-main {
    flex: 1 1 0;
    min-width: 0;
}

.ctsfw-lnb .ctsfw-lnb-book-title {
    font-size: 0.95rem;
    line-height: 1.3;
    margin: 0 0 0.25rem;
}

.ctsfw-lnb .ctsfw-lnb-book-title a {
    text-decoration: none;
}

.ctsfw-lnb .ctsfw-lnb-book-title a:hover,
.ctsfw-lnb .ctsfw-lnb-book-title a:focus-visible {
    text-decoration: underline;
}

.ctsfw-lnb .ctsfw-lnb-book-author {
    font-size: 0.85rem;
    color: #64748b;
}

.ctsfw-lnb .ctsfw-lnb-book-summary-wrap {
    margin-top: 0.4rem;
}

.ctsfw-lnb .ctsfw-lnb-book-summary {
    font-size: 0.85rem;
    margin: 0;
}

@media (min-width: 768px) {
    .ctsfw-lnb .ctsfw-lnb-book-cover {
        width: 110px;
    }
}
@media (max-width: 480px) {
    .ctsfw-lnb .ctsfw-lnb-book-row {
        flex-direction: column;
    }

    .ctsfw-lnb .ctsfw-lnb-book-media {
        margin-bottom: 0.5rem;
    }
}
/* Remove top margins from all images inside .prose */
.prose :where(img) {
    margin-top: 0 !important;
}