.awt-child-books-gallery{background-color:var(--awt-books-gallery-bg,transparent);box-sizing:border-box;padding-bottom:var(--awt-books-gallery-padding,6rem);padding-top:var(--awt-books-gallery-padding,6rem);position:relative;width:100%}.awt-child-books-gallery *,.awt-child-books-gallery :after,.awt-child-books-gallery :before{box-sizing:inherit}.awt-child-books-gallery__container{margin-left:auto;margin-right:auto;max-width:100%;padding-left:1.5rem;padding-right:1.5rem;width:100%}@media(min-width:640px){.awt-child-books-gallery__container{max-width:640px}}@media(min-width:768px){.awt-child-books-gallery__container{max-width:768px}}@media(min-width:1024px){.awt-child-books-gallery__container{max-width:1024px}}@media(min-width:1280px){.awt-child-books-gallery__container{max-width:1280px}}@media(min-width:1400px){.awt-child-books-gallery__container{max-width:1400px}}.awt-child-books-gallery__header{margin-bottom:3rem;text-align:center}.awt-child-books-gallery__title{font-family:var(--awt-font-sans,"Nunito",sans-serif);font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.2;margin:0}.awt-child-books-gallery__subtitle,.awt-child-books-gallery__title{color:var(--awt-books-gallery-heading-color,var(--awt-color-navy,#264653))}.awt-child-books-gallery__subtitle{font-size:1.125rem;margin-top:.5rem;opacity:.8}.awt-child-books-gallery__grid{display:grid;gap:2rem}.awt-child-books-gallery__grid--cols-2{grid-template-columns:1fr}@media(min-width:640px){.awt-child-books-gallery__grid--cols-2{grid-template-columns:repeat(2,1fr)}}.awt-child-books-gallery__grid--cols-3{grid-template-columns:1fr}@media(min-width:640px){.awt-child-books-gallery__grid--cols-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.awt-child-books-gallery__grid--cols-3{grid-template-columns:repeat(3,1fr)}}.awt-child-books-gallery__grid--cols-4{grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.awt-child-books-gallery__grid--cols-4{grid-template-columns:repeat(4,1fr)}}.awt-child-books-gallery__grid--cols-5{grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.awt-child-books-gallery__grid--cols-5{grid-template-columns:repeat(5,1fr)}}.awt-child-books-gallery__item{background-color:var(--awt-books-gallery-card-bg,transparent);border-radius:.75rem;display:block;text-align:center;transition:transform .3s ease-in-out}.awt-child-books-gallery__item:hover{transform:translateY(-4px)}.awt-child-books-gallery__item-link{color:inherit;display:block;text-decoration:none}.awt-child-books-gallery__cover-wrap{background-color:#f1f5f9;border-radius:.75rem;box-shadow:0 10px 15px -3px rgb(0 0 0 / .1),0 4px 6px -4px rgb(0 0 0 / .1);margin-bottom:1rem;overflow:hidden;position:relative;transition:box-shadow .3s ease-in-out}.awt-child-books-gallery__cover-wrap:hover{box-shadow:0 25px 50px -12px rgb(0 0 0 / .25)}.awt-child-books-gallery__cover{display:block;height:auto;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease-in-out;width:100%}.awt-child-books-gallery__item:hover .awt-child-books-gallery__cover{transform:scale(1.05)}.awt-child-books-gallery__no-cover{align-items:center;background-color:#e2e8f0;color:#94a3b8;display:flex;font-weight:700;height:16rem;justify-content:center;width:100%}.awt-child-books-gallery__content{padding:.5rem 0}.awt-child-books-gallery__item-title{color:var(--awt-books-gallery-title-color,var(--awt-color-navy,#264653));font-family:var(--awt-font-sans,"Nunito",sans-serif);font-size:1.125rem;font-weight:800;line-height:1.3;margin:0;transition:color .15s ease-in-out}.awt-child-books-gallery__author{font-size:.875rem;margin-top:.25rem;opacity:.7}.awt-child-books-gallery__empty{color:#64748b;font-size:1.125rem;padding:3rem 0;text-align:center}.awt-child-books-gallery--fun .awt-child-books-gallery__cover-wrap{border-radius:1rem}.awt-child-books-gallery--fun .awt-child-books-gallery__item:hover{transform:translateY(-6px) rotate(1deg)}.awt-child-books-gallery--elegant .awt-child-books-gallery__title{font-family:var(--awt-font-serif,"Libre Baskerville",serif);font-weight:700}.awt-child-books-gallery--elegant .awt-child-books-gallery__cover-wrap{aspect-ratio:2/3;border-radius:.375rem;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -2px rgb(0 0 0 / .1)}.awt-child-books-gallery--elegant .awt-child-books-gallery__cover{height:100%}.awt-child-books-gallery--elegant .awt-child-books-gallery__item-title{font-family:var(--awt-font-serif,"Libre Baskerville",serif);font-size:1.0625rem;font-weight:700}.awt-child-books-gallery--elegant .awt-child-books-gallery__item-title:hover{color:#64748b}