{“@context”:”https://schema.org;,”@type”:”FAQPage”,”mainEntity”:[{“@type”:”Question”,”name”:”What inspired the title ‘Chicken Soup for the Soul’?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”The title was inspired during a meditation session where Jack Canfield envisioned a green chalkboard with the words ‘chicken soup’ written on it. The voice that accompanied the vision explained that just as chicken soup comforts the sick, the stories in the book would uplift people’s spirits, which were suffering from hopelessness and fear.”}},{“@type”:”Question”,”name”:”How did Jack Canfield and Mark Victor Hansen handle the rejections from publishers?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Despite facing 144 rejections, they remained persistent because they believed in the power of their stories, which had been tested and proven effective in workshops. They were determined to find a publisher who would recognize the value of their work, ultimately leading them to success.”}},{“@type”:”Question”,”name”:”What are some key practices Jack Canfield recommends for personal productivity?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Jack emphasizes the importance of cleaning up your messes, which includes organizing your physical and mental space to eliminate distractions. He also advocates for the ‘Rule of Five,’ where you take five actions daily towards your goals, and encourages regular meditation to maintain focus and clarity.”}}]}
.card {
position: relative;
border: 1px solid rgba(0,0,0,.125);
border-radius: 0.75rem;
padding-top: 10px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 10px;
width: 94% !important;
max-width: 518px;
min-width: 0px;
margin-top: 1rem;
margin-bottom: 1rem;
margin-left: 0px;
margin-right: 2px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Ubuntu, “Helvetica Neue”, sans-serif;
}
.card:hover {
transform: scale(1.02);
transition: all 0.1s ease;
box-shadow: 2px 2px 5px #888;
z-index: 1;
background-color: #f0f0f0 !important;
}
.faq-section {
max-width: 800px;
}
.faq-item:hover {
background: #f0f8ff !important;
transition: background 0.2s ease;
}

