.book-cta{display:grid;grid-template-columns:1fr;justify-items:center;gap:var(--sp-5);align-items:center;background:var(--espresso-2);border:1px solid var(--gold);border-radius:var(--radius-lg);padding:var(--sp-6);margin:var(--sp-7) auto;max-width:760px;text-align:center}.book-cta-cover{display:flex;justify-content:center}.book-cta-cover img{width:140px;max-width:100%;height:auto;border-radius:6px;box-shadow:0 12px 26px rgb(0 0 0 / .4)}.book-cta-body h2{font-size:1.35rem;margin-bottom:var(--sp-2);color:var(--cream)}.book-cta-body p{color:var(--cream-soft);margin-bottom:var(--sp-4);line-height:1.6}@media (min-width:620px){.book-cta{grid-template-columns:140px 1fr;justify-items:start;text-align:start}.book-cta-body p{margin-bottom:var(--sp-4)}}