.elementor-37914 .elementor-element.elementor-element-d3d6097{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-134a7fb *//* ===== NEUCADEMY REUSABLE GRID SYSTEM ===== */
.book-list-post-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
    color: #374151;
}

/* Main Header */
.book-list-post-header {
    background: linear-gradient(135deg, #0b57d0, #2563eb);
    color: #ffffff;
    padding: 20px 25px;
    border-radius: 12px;
    text-align: left;
    margin-bottom: 15px;
}

.book-list-post-header h1 {
    margin: 0;
    font-size: clamp(18px, 5vw, 24px);
    font-weight: 700;
}

.book-list-post-header p {
    margin: 5px 0 0;
    font-size: 14px;
    opacity: 0.9;
}

/* Store Shortcut Cards */
.book-list-post-stores {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.book-list-post-store-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13.5px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.book-list-post-store-card.neu { background: #eff6ff; color: #0b57d0; border-color: #bfdbfe; }
.book-list-post-store-card.amz { background: #fff7ed; color: #c2410c; border-color: #fed7aa; }

.book-list-post-store-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Increased margin and size for store icons */
.book-list-post-store-card i { 
    margin-right: 12px; /* Increased from 6px */
    font-size: 16px;    /* Slightly larger for better visual balance */
}

/* Stylish Book List Title Section */
.book-list-section-title {
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #f0fdf4, #eff6ff);
    padding: 10px 15px;
    border-radius: 10px;
    margin: 25px 0 12px 0;
    border-left: 4px solid #10b981;
    transition: all 0.3s ease;
}

.book-list-section-title:hover {
    transform: translateX(5px);
}

.book-list-section-title h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #065f46;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}

.book-list-section-title i {
    margin-right: 12px; /* Balanced with store icons */
    color: #10b981;
}

/* Strategy/Instruction Card */
.book-list-post-strategy {
    background: #fdf2f2;
    border-left: 4px solid #dc2626;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.book-list-post-strategy h3 {
    margin: 0 0 10px 0;
    color: #991b1b;
    font-size: 17px;
    display: flex;
    align-items: center;
    text-align: left;
}

.book-list-post-strategy ul { margin: 0; padding-left: 20px; }
.book-list-post-strategy li { margin-bottom: 6px; font-size: 14.5px; line-height: 1.4; }

/* Product Grid List */
.book-list-post-grid {
    display: grid;
    gap: 10px;
}

.book-list-post-item {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px 16px; 
    gap: 15px;
}

.book-list-post-title { font-weight: 600; color: #111827; font-size: 15px; text-align: left; }

/* Buttons */
.book-list-post-button-group { display: flex; gap: 8px; }

.book-list-post-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px; 
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2;
}

.book-list-post-button.neu { background-color: #0b57d0; color: #fff; }
.book-list-post-button.amz { background-color: #ff9900; color: #000; }
.book-list-post-button i { margin-right: 8px; }

/* Mobile Optimization */
@media (max-width: 600px) {
    .book-list-post-item {
        grid-template-columns: 1fr !important;
        padding: 8px 12px !important;
        gap: 8px !important;
    }

    .book-list-post-button-group {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        gap: 8px !important;
    }

    .book-list-post-button { width: 100%; padding: 7px 5px !important; }
}/* End custom CSS */