{“@context”:”https://schema.org;,”@type”:”FAQPage”,”mainEntity”:[{“@type”:”Question”,”name”:”What are the four components of mental toughness?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”The four components of mental toughness are tolerance, fortitude, resilience, and adaptability. Tolerance refers to how much hardship you can endure before changing your behavior, fortitude is the intensity of your behavior change once your tolerance threshold is surpassed, resilience is how quickly you bounce back after a setback, and adaptability is how your new baseline compares to your old one.”}},{“@type”:”Question”,”name”:”How can I improve my mental toughness?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”To improve your mental toughness, start by assessing yourself on the four components: tolerance, fortitude, resilience, and adaptability. Identify which area you struggle with the most and practice specific behaviors to enhance that component, such as managing your reactions to stress or focusing on returning to a normal state of mind more quickly after setbacks.”}},{“@type”:”Question”,”name”:”Is mental toughness a trait or a skill?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Mental toughness is not a fixed trait; rather, it exists on a continuum and can be developed as a skill. By understanding the components of mental toughness and actively working on them, you can improve your ability to handle adversity and align your actions with your long-term goals.”}}]}
.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;
}
