/* /Components/Layout/Footer.razor.rz.scp.css */
/* Footer */
footer[b-9kofbcpl3n] {
    text-align: center;
    padding: 1rem;
    background: var(--color-secondary-dark);
    color: var(--color-bg);
    margin-top: 2rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-tyqueb4b4v] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-tyqueb4b4v] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/About.razor.rz.scp.css */

header[b-u3q35t0rgv] {
    /* background: #fff; */
    padding: 35px 20px; /* reduced */
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

    header h1[b-u3q35t0rgv] {
        font-size: 2.2rem; /* slightly reduced */
        margin-bottom: 8px;
    }

    header p[b-u3q35t0rgv] {
        background-color: white;
        max-width: 650px;
        margin: 0 auto;
        font-size: 1rem;
        color: #555;
        padding: 40px 20px; /* reduced */
        max-width: 1000px;
        margin: auto;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    }

.section[b-u3q35t0rgv] {
    padding: 40px 20px; /* reduced */
    max-width: 1000px;
    margin: auto;
}

.subheading[b-u3q35t0rgv] {
    font-size: 1.6rem; /* reduced */
    margin-bottom: 10px; /* reduced */
    color: #5a2d0c;
    text-align: center;
}

.stats[b-u3q35t0rgv] {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 20px; /* reduced */
}

.stat-card[b-u3q35t0rgv] {
    background: #ffffff;
    padding: 18px 25px; /* reduced */
    border-radius: 10px;
    text-align: center;
    width: 200px; /* slightly reduced */
    margin: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
}

    .stat-card h2[b-u3q35t0rgv] {
        font-size: 1.9rem; /* reduced */
        margin-bottom: 6px;
    }

.text-block[b-u3q35t0rgv] {
    background: #fff;
    padding: 20px 25px; /* reduced */
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    margin-top: 15px; /* reduced */
}

@media (max-width: 600px) {
    header h1[b-u3q35t0rgv] {
        font-size: 1.8rem;
    }

    .stat-card[b-u3q35t0rgv] {
        width: 100%;
    }
}
/* /Components/Pages/Authors.razor.rz.scp.css */
.authors-section[b-psiwz8608a] {
    padding: 60px 10%;
    background: linear-gradient(to right, #fffaf5, #f7ede2);
    text-align: center;
    font-family: "Georgia", serif;
}

    .authors-section .section-title[b-psiwz8608a] {
        font-size: 2rem;
        color: #5a2d0c;
        margin-bottom: 40px;
    }

/* Responsive Grid */
.authors-grid[b-psiwz8608a] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

    .authors-grid > a[b-psiwz8608a] {
        text-decoration: none;
    }
/* Author Card */
.author-card[b-psiwz8608a] {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
}

    .author-card:hover[b-psiwz8608a] {
        transform: translateY(-8px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

/* Author Image */
.author-photo[b-psiwz8608a] {
    width: 100%;
    height: 350px;
    object-position: top;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
}

/* Name */
.author-name[b-psiwz8608a] {
    font-size: 1.4rem;
    color: #5a2d0c;
    margin-bottom: 15px;
    text-align: center;
}

/* Bio */
.author-bio p[b-psiwz8608a],
.author-bio li[b-psiwz8608a] {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
    text-align: justify;
}

.author-bio ul[b-psiwz8608a] {
    padding-left: 20px;
}

/* Modal styling */
.modal[b-psiwz8608a] {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding-top: 80px;
}

.modal-content[b-psiwz8608a] {
    background: #fff;
    margin: auto;
    padding: 20px;
    width: 80%;
    max-width: 450px;
    border-radius: 12px;
    text-align: left;
}

.close-btn[b-psiwz8608a] {
    float: right;
    font-size: 22px;
    cursor: pointer;
}


/* For core members page */
.member-title[b-psiwz8608a] {
    color: #402d04;
    text-align: center;
}
/* /Components/Pages/Books.razor.rz.scp.css */

.books-section[b-7km1pgeybu] {
    padding: 60px 10%;
    background: linear-gradient(to right, #fffaf5, #f7ede2);
    text-align: center;
    font-family: 'Georgia', serif;
}

    .books-section .section-title[b-7km1pgeybu] {
        font-size: 2rem;
        color: #5a2d0c;
        margin-bottom: 40px;
    }

/* Responsive Grid */
.books-grid[b-7km1pgeybu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* Book Card */
.book-card[b-7km1pgeybu] {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
}

    .book-card:hover[b-7km1pgeybu] {
        transform: translateY(-8px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

/* Cover Image */
.book-cover[b-7km1pgeybu] {
    width: 100%;
    aspect-ratio: 2 / 3; /* Ideal for portrait book covers */
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
    background: #eee;
}


/* Book Title */
.book-title[b-7km1pgeybu] {
    font-size: 1.3rem;
    font-weight: bold;
    color: #5a2d0c;
    text-align: center;
    margin-bottom: 10px;
}

/* Author & ISBN */
.book-author[b-7km1pgeybu],
.book-isbn[b-7km1pgeybu] {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 5px;
}

/* Description */
.book-description[b-7km1pgeybu] {
    margin-top: 15px;
}

    .book-description p[b-7km1pgeybu] {
        font-size: 0.95rem;
        color: #444;
        line-height: 1.6;
    }
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-section[b-tg6hgk1aif] {
    padding: 60px 5%;
}

.contact-container[b-tg6hgk1aif] {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

.contact-content[b-tg6hgk1aif] {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.contact-option[b-tg6hgk1aif] {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 16px;
}

    .contact-option h3[b-tg6hgk1aif] {
        margin-bottom: 10px;
        color: #333;
    }

.contact-link[b-tg6hgk1aif] {
    color: #0066cc;
    font-weight: 600;
    text-decoration: none;
}

    .contact-link:hover[b-tg6hgk1aif] {
        text-decoration: underline;
    }
/* /Components/Pages/Events.razor.rz.scp.css */

body[b-ffn938wfxb] {
    background-color: blue;
}

/* Full-screen section */
.event-section[b-ffn938wfxb] {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    overflow: hidden;
}

/* Background with blur */
.event-bg[b-ffn938wfxb] {
    position: absolute;
    inset: 0;
    background: url("https://images.unsplash.com/photo-1511754863001-18d44abd0a93?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") center/cover no-repeat;
    filter: blur(4px);
    transform: scale(1.05); /* avoid edges showing after blur */
    z-index: -1;
}

/* Foreground content */
.event-content[b-ffn938wfxb] {
    position: relative;
    font-family: "Arya";
    text-align: center;
    color: rgb(49, 2, 9);
    padding: 20px;
    background-color: rgba(244, 200, 173, 0.75);
    border: 0px solid white;
    border-radius: 20px;
}

/* Trophy image */
.event-icon[b-ffn938wfxb] {
    width: 120px;
    height: auto;
    margin-bottom: 20px;
}

/* Title */
.event-title[b-ffn938wfxb] {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* Details */
.event-detail[b-ffn938wfxb] {
    font-size: 1.3rem;
    margin: 6px 0;
}

/* Responsive */
@media (max-width: 768px) {
    .event-title[b-ffn938wfxb] {
        font-size: 1.8rem;
    }

    .event-detail[b-ffn938wfxb] {
        font-size: 1.1rem;
    }

    .event-icon[b-ffn938wfxb] {
        width: 90px;
    }
}

@media (max-width: 480px) {
    .event-title[b-ffn938wfxb] {
        font-size: 1.5rem;
    }

    .event-detail[b-ffn938wfxb] {
        font-size: 1rem;
    }

    .event-icon[b-ffn938wfxb] {
        width: 75px;
    }
}

.container[b-ffn938wfxb] {
    display: flex;
    width: 100vw;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}

    .container > img[b-ffn938wfxb] {
        display: block;
        max-width: 300px;
        width: 80vw;
        height: auto;
        border-radius: 18px;
        padding: 8px; /* inner space (acts like inner border) */
        background: #fff;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        border: 4px solid rgba(190, 228, 242, 0.9);
        margin: 8px;
    }

@media screen and (min-width: 800px) {
    .container > img[b-ffn938wfxb] {
        max-width: 400px;
    }
}

.title[b-ffn938wfxb] {
    text-align: center;
    max-width: 80vw;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 60px;
    color: #790404;
    /* background-color: #b1dbe9; */
    padding-top: 20px;
    padding-bottom: 20px;
}

#ramanujEvent[b-ffn938wfxb] {
    display: flex;
    justify-content: center;
    /* margin: 20px; */
}

    #ramanujEvent > img[b-ffn938wfxb] {
        width: 50vw;
    }

@media screen and (max-width: 790px) {
    #ramanujEvent > img[b-ffn938wfxb] {
        width: 100vw;
    }
}

.event-gallery-section[b-ffn938wfxb] {
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
}

.event-gallery-title[b-ffn938wfxb] {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
}

.event-gallery[b-ffn938wfxb] {
    column-count: 4;
    column-gap: 15px;
}

    .event-gallery img[b-ffn938wfxb] {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 15px;
        border-radius: 10px;
    }

/* Responsive columns */
@media (max-width: 1100px) {
    .event-gallery[b-ffn938wfxb] {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .event-gallery[b-ffn938wfxb] {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .event-gallery[b-ffn938wfxb] {
        column-count: 1;
    }
}

.event-gallery img:hover[b-ffn938wfxb] {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
/* /Components/Pages/Home.razor.rz.scp.css */


.home-videos[b-yiu8gs37ig] {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
}

    .home-videos h2[b-yiu8gs37ig] {
        text-align: center;
        margin-bottom: 25px;
        color: #790404;
    }

/* Responsive Grid */
.video-grid[b-yiu8gs37ig] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

/* Video Card */
.video-card[b-yiu8gs37ig] {
    text-align: center;
}

    .video-card video[b-yiu8gs37ig] {
        width: 100%;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    .video-card p[b-yiu8gs37ig] {
        margin-top: 10px;
        font-weight: 500;
    }

.home-highlights[b-yiu8gs37ig] {
    padding: 60px 10%;
    background: linear-gradient(to right, #fffaf5, #f7ede2);
    text-align: center;
}

.section-title[b-yiu8gs37ig] {
    font-size: 2rem;
    color: #5a2d0c;
    margin-bottom: 40px;
    font-family: "Georgia", serif;
}

.cards-container[b-yiu8gs37ig] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.highlight-card[b-yiu8gs37ig] {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 280px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .highlight-card:hover[b-yiu8gs37ig] {
        transform: translateY(-8px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

    .highlight-card img[b-yiu8gs37ig] {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    .highlight-card h3[b-yiu8gs37ig] {
        margin: 15px 0 10px;
        font-size: 1.3rem;
        color: #5a2d0c;
    }

    .highlight-card p[b-yiu8gs37ig] {
        padding: 0 15px;
        color: #444;
        font-size: 0.95rem;
    }

.card-btn[b-yiu8gs37ig] {
    display: inline-block;
    margin: 15px 0 20px;
    padding: 8px 20px;
    border-radius: 20px;
    background-color: #8b4513;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s;
}

    .card-btn:hover[b-yiu8gs37ig] {
        background-color: #5a2d0c;
    }

.about-us[b-yiu8gs37ig] {
    padding: 60px 10%;
    background: linear-gradient(to right, #fffaf5, #f7ede2);
    text-align: center;
    font-family: "Georgia", serif;
}

.about-content[b-yiu8gs37ig] {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.about-us .section-title[b-yiu8gs37ig] {
    font-size: 2rem;
    color: #5a2d0c;
    margin-bottom: 40px;
}

.tagline[b-yiu8gs37ig] {
    font-size: 1.4rem;
    color: #8b4513;
    font-style: italic;
    margin-bottom: 20px;
}

.about-content p[b-yiu8gs37ig] {
    font-size: 1rem;
    color: #444;
    line-height: 1.6;
}
/* /Components/Pages/Members.razor.rz.scp.css */
.authors-section[b-yw27182hkw] {
    padding: 60px 10%;
    background: linear-gradient(to right, #fffaf5, #f7ede2);
    text-align: center;
    font-family: "Georgia", serif;
}

    .authors-section .section-title[b-yw27182hkw] {
        font-size: 2rem;
        color: #5a2d0c;
        margin-bottom: 40px;
    }

/* Responsive Grid */
.authors-grid[b-yw27182hkw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

    .authors-grid > a[b-yw27182hkw] {
        text-decoration: none;
    }
/* Author Card */
.author-card[b-yw27182hkw] {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
}

    .author-card:hover[b-yw27182hkw] {
        transform: translateY(-8px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

/* Author Image */
.author-photo[b-yw27182hkw] {
    width: 100%;
    height: 350px;
    object-position: top;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
}

/* Name */
.author-name[b-yw27182hkw] {
    font-size: 1.4rem;
    color: #5a2d0c;
    margin-bottom: 15px;
    text-align: center;
}

/* Bio */
.author-bio p[b-yw27182hkw],
.author-bio li[b-yw27182hkw] {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
    text-align: justify;
}

.author-bio ul[b-yw27182hkw] {
    padding-left: 20px;
}

/* Modal styling */
.modal[b-yw27182hkw] {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding-top: 80px;
}

.modal-content[b-yw27182hkw] {
    background: #fff;
    margin: auto;
    padding: 20px;
    width: 80%;
    max-width: 450px;
    border-radius: 12px;
    text-align: left;
}

.close-btn[b-yw27182hkw] {
    float: right;
    font-size: 22px;
    cursor: pointer;
}


/* For core members page */
.member-title[b-yw27182hkw] {
    color: #402d04;
    text-align: center;
}
/* /Components/Pages/Publish.razor.rz.scp.css */
:root[b-sl873wv6x8] {
    --bg: #f5f7fa;
    --card: #ffffff;
    --muted: #393c42;
    --accent: #06b6d4;
    --radius: 14px;
    --max: 1100px;
    --container-padding: 24px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

*[b-sl873wv6x8] {
    box-sizing: border-box;
}

html[b-sl873wv6x8],
body[b-sl873wv6x8] {
    /* height: 100%; */
    margin: 0;
    background: linear-gradient(to right, #fffaf5, #f7ede2);
    color: #5a2d0c;
}

.page[b-sl873wv6x8] {
    max-width: var(--max);
    margin: 36px 16px;
    padding: var(--container-padding);
}

header[b-sl873wv6x8] {
    display: flex;
    gap: 20px;
    align-items: center;
}

h1[b-sl873wv6x8] {
    margin: 0;
    font-size: 28px;
}

p.lead[b-sl873wv6x8] {
    color: var(--muted);
    margin-top: 8px;
    max-width: 760px;
}

.grid[b-sl873wv6x8] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 28px;
}

.card[b-sl873wv6x8] {
    /* background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.02),
    rgba(255, 255, 255, 0.01)
  ); */
    background-color: white;
    border-radius: var(--radius);
    padding: 20px;
    backdrop-filter: blur(6px);
    box-shadow: 0 6px 18px rgba(2, 4, 23, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.03);
}

    .card h2[b-sl873wv6x8] {
        margin: 0 0 8px 0;
        font-size: 18px;
    }

    .card p[b-sl873wv6x8] {
        margin: 0;
        color: var(--muted);
        line-height: 1.5;
    }

.benefits[b-sl873wv6x8] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

.benefit[b-sl873wv6x8] {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.icon[b-sl873wv6x8] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--glass);
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

    .icon svg[b-sl873wv6x8] {
        width: 22px;
        height: 22px;
        opacity: 0.95;
    }

.small[b-sl873wv6x8] {
    font-size: 14px;
    color: var(--muted);
}

.cta-row[b-sl873wv6x8] {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    align-items: center;
}

.btn[b-sl873wv6x8] {
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 600;
    border: 0;
    cursor: pointer;
}

.btn-primary[b-sl873wv6x8] {
    background: linear-gradient(90deg, var(--accent), #7c3aed);
    color: #021024;
}

.btn-ghost[b-sl873wv6x8] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--muted);
}

/* Sidebar form */
.sidebar[b-sl873wv6x8] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

label[b-sl873wv6x8] {
    font-size: 13px;
    color: var(--muted);
}

input[b-sl873wv6x8],
textarea[b-sl873wv6x8],
select[b-sl873wv6x8] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 8px;
    color: inherit;
    font-size: 14px;
}

textarea[b-sl873wv6x8] {
    min-height: 120px;
    resize: vertical;
}

.meta[b-sl873wv6x8] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.pill[b-sl873wv6x8] {
    background: rgba(255, 255, 255, 0.03);
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 13px;
    color: var(--muted);
    border: 1px solid rgba(255, 255, 255, 0.02);
}

footer[b-sl873wv6x8] {
    margin-top: 28px;
    color: var(--muted);
    font-size: 13px;
}

/* Responsive */
@media (max-width: 900px) {
    .grid[b-sl873wv6x8] {
        grid-template-columns: 1fr;
    }

    header[b-sl873wv6x8] {
        gap: 12px;
    }

    .logo[b-sl873wv6x8] {
        width: 64px;
        height: 64px;
    }

    h1[b-sl873wv6x8] {
        font-size: 22px;
    }
}

/* Small niceties */
.muted[b-sl873wv6x8] {
    color: var(--muted);
}

.quote[b-sl873wv6x8] {
    font-style: italic;
    color: var(--muted);
    border-left: 3px solid rgba(255, 255, 255, 0.03);
    padding-left: 12px;
    margin-top: 12px;
}
/* /Components/Pages/Upcoming.razor.rz.scp.css */

.posters-section[b-29jmndjjj2] {
    padding: 60px 10%;
    background: linear-gradient(to right, #fffaf5, #f7ede2);
    text-align: center;
    font-family: 'Georgia', serif;
    min-height: 100vh;
}

    .posters-section .section-title[b-29jmndjjj2] {
        font-size: 2rem;
        color: #5a2d0c;
        margin-bottom: 40px;
    }

/* Responsive Grid */
.posters-grid[b-29jmndjjj2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* Book Card */
.poster-card[b-29jmndjjj2] {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
}

    .poster-card:hover[b-29jmndjjj2] {
        transform: translateY(-8px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

/* Cover Image */
.poster-cover[b-29jmndjjj2] {
    width: 100%;
    aspect-ratio: 2 / 3; /* Ideal for portrait book covers */
    object-fit: fill;
    border-radius: 12px;
    margin-bottom: 15px;
    background: #eee;
}
