/* BOOK-EDITORIAL-UNIFIED-V3 */

body #description .book-editorial-grid {
    display: block !important;
    width: 100% !important;
    margin: 25px 0 34px !important;
    padding: 28px 30px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    background:
        linear-gradient(145deg, #ffffff 0%, #f9f8ff 100%)
        !important;
    border: 1px solid #ddd8f2 !important;
    border-top: 4px solid #6845e6 !important;
    border-radius: 19px !important;
    box-shadow: 0 14px 38px rgba(46, 35, 83, .09) !important;
}

body #description .book-editorial-grid > .book-editorial-card,
body #description .book-editorial-grid > .book-editorial-card:first-child,
body #description .book-editorial-grid > .book-editorial-card:nth-child(2n),
body #description .book-editorial-grid > .book-editorial-card:nth-child(3n) {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 23px 4px !important;
    box-sizing: border-box !important;
    color: #485269 !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #e3dfef !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body #description
.book-editorial-grid > .book-editorial-card:first-child {
    padding: 4px 4px 23px !important;
}

body #description
.book-editorial-grid > .book-editorial-card:last-child {
    padding-bottom: 4px !important;
    border-bottom: 0 !important;
}

body #description .book-editorial-card h2 {
    position: relative !important;
    margin: 0 0 14px !important;
    padding: 0 0 11px 18px !important;
    color: #20253a !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    font-weight: 750 !important;
    border: 0 !important;
    border-bottom: 1px solid #ebe7f4 !important;
}

body #description .book-editorial-card h2::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    bottom: 13px;
    width: 5px;
    border-radius: 8px;
    background: linear-gradient(180deg, #6845e6, #db2777);
}

body #description .book-editorial-card p,
body #description .book-editorial-card li {
    max-width: none !important;
    color: #4b556a !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
}

body #description .book-editorial-card p {
    margin: 0 0 14px !important;
}

body #description .book-editorial-card p:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    body #description .book-editorial-grid {
        margin: 18px 0 27px !important;
        padding: 19px 17px !important;
        border-radius: 15px !important;
    }

    body #description .book-editorial-grid >
    .book-editorial-card,
    body #description .book-editorial-grid >
    .book-editorial-card:first-child {
        padding: 19px 1px !important;
    }

    body #description .book-editorial-grid >
    .book-editorial-card:first-child {
        padding-top: 1px !important;
    }

    body #description .book-editorial-grid >
    .book-editorial-card:last-child {
        padding-bottom: 1px !important;
    }

    body #description .book-editorial-card h2 {
        padding-left: 15px !important;
        font-size: 21px !important;
        line-height: 1.32 !important;
    }

    body #description .book-editorial-card p,
    body #description .book-editorial-card li {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }
}
