.cta{--shadowColor:187deg 60% 40%;display:flex;flex-wrap:wrap;background:#beedf4;max-width:20rem;width:100%;box-shadow:.65rem .65rem 0 hsl(var(--shadowColor)/1);border-radius:.8rem;border:.3rem solid;overflow:hidden;margin:1rem;height:300px;overflow-y:auto;padding:10px;animation:swing-in-top-fwd forwards .5s cubic-bezier(.175,.885,.32,1.275) 1s both}.cta::-webkit-scrollbar{width:10px}.cta::-webkit-scrollbar-track{background:#f1f1f1}.cta::-webkit-scrollbar-thumb{background:#888}.cta::-webkit-scrollbar-thumb:hover{background:#555}@keyframes swing-in-top-fwd{0%{transform:rotateX(-100deg);transform-origin:top;opacity:0}to{transform:rotateX(0deg);transform-origin:top;opacity:1}}.cta img{aspect-ratio:3/2;object-fit:cover;flex:1 1 100px;outline:.2rem solid}.cta__text-column{padding:min(1rem,2.5vw) min(1rem,2.5vw) min(1.25rem,2.5vw);flex:1 0 50%}.cta__text-column>*+*{margin:min(.75rem,1.25vw) 0 0}.cta a{display:inline-block;color:#000;padding:.25rem .5rem;text-decoration:none;background:#5ed8e8;border-radius:.4rem;font-weight:700;border:.15rem solid;font-size:.8rem}.cta a:hover{animation:slide-fwd-center .45s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-fwd-center{0%{transform:translateZ(0)}to{transform:translateZ(160px)}}.cta__heading{margin:0;font-size:1.2rem}h2{margin:0;font-size:1rem}@media (min-width:50em){h2{font-size:1.2rem}}.goodWord{background-color:#2e3440;color:#d8dee9;padding:2px;border-radius:5px}.cta__like-button{display:flex;align-items:center;gap:.25rem;font-size:.8rem}