/* Start custom CSS */.resilience-post {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 17px;
    line-height: 1.75;
    color: #1a1a1a;
    max-width: 760px;
    margin: 0 auto;
  }
  .resilience-post h2 {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    color: #1a1a1a;
    margin: 2em 0 0.5em;
    line-height: 1.3;
  }
  .resilience-post h3 {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.15em;
    font-weight: 700;
    color: #2c5282;
    margin: 1.5em 0 0.4em;
  }
  .resilience-post p {
    margin: 0 0 1.2em;
  }
  .resilience-post ul, .resilience-post ol {
    margin: 0 0 1.2em 1.5em;
    padding: 0;
  }
  .resilience-post li {
    margin-bottom: 0.4em;
  }
  .resilience-post strong {
    font-weight: 700;
  }
  .resilience-post em {
    font-style: italic;
  }
  .resilience-post .byline {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.9em;
    color: #555;
    margin-bottom: 0.3em;
  }
  .resilience-post .reading-time {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.85em;
    color: #888;
    margin-bottom: 2em;
  }
  .resilience-post .divider {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2.5em 0;
  }
  /* Callout boxes */
  .callout {
    border-left: 4px solid #2c5282;
    background: #f0f5ff;
    padding: 1.2em 1.4em;
    margin: 1.8em 0;
    border-radius: 0 6px 6px 0;
  }
  .callout.green {
    border-left-color: #2f855a;
    background: #f0fff4;
  }
  .callout.amber {
    border-left-color: #b7791f;
    background: #fffbeb;
  }
  .callout.red {
    border-left-color: #c53030;
    background: #fff5f5;
  }
  .callout.teal {
    border-left-color: #2c7a7b;
    background: #e6fffa;
  }
  .callout-label {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.78em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #2c5282;
    margin-bottom: 0.6em;
    display: block;
  }
  .callout.green .callout-label  { color: #2f855a; }
  .callout.amber .callout-label  { color: #b7791f; }
  .callout.red   .callout-label  { color: #c53030; }
  .callout.teal  .callout-label  { color: #2c7a7b; }
  .callout p, .callout ul, .callout ol { margin-bottom: 0.6em; }
  .callout p:last-child, .callout ul:last-child { margin-bottom: 0; }
  /* Quote / pull quote */
  .pull-quote {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.15em;
    font-weight: 600;
    color: #2c5282;
    border-top: 2px solid #2c5282;
    border-bottom: 2px solid #2c5282;
    padding: 1em 0;
    margin: 2em 0;
    text-align: center;
    line-height: 1.5;
  }
  /* Summary box at top */
  .summary-box {
    border: 2px solid #2c5282;
    border-radius: 8px;
    padding: 1.4em 1.6em;
    margin: 2em 0;
    background: #f8faff;
  }
  .summary-box .summary-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.85em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #2c5282;
    margin-bottom: 0.8em;
    display: block;
  }
  .summary-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .summary-box li {
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 0.35em;
  }
  .summary-box li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2f855a;
    font-weight: 700;
  }
  /* Comparison / example boxes */
  .example-box {
    background: #f7f7f7;
    border-radius: 6px;
    padding: 1.2em 1.4em;
    margin: 1.5em 0;
  }
  .example-box .ex-label {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.78em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #555;
    margin-bottom: 0.8em;
    display: block;
  }
  .ex-row {
    display: flex;
    gap: 0.5em;
    margin-bottom: 0.6em;
    align-items: baseline;
  }
  .ex-before {
    color: #c53030;
    font-size: 0.85em;
    min-width: 2em;
    font-weight: 700;
  }
  .ex-after {
    color: #276749;
    font-size: 0.85em;
    min-width: 2em;
    font-weight: 700;
  }
  /* Tables */
  .resilience-post table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.88em;
    margin: 1.5em 0;
  }
  .resilience-post th {
    background: #2c5282;
    color: #fff;
    text-align: left;
    padding: 0.7em 0.9em;
    font-weight: 600;
  }
  .resilience-post td {
    padding: 0.65em 0.9em;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
  }
  .resilience-post tr:nth-child(even) td {
    background: #f5f8ff;
  }
  /* Strategy header */
  .strategy-header {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    color: #2c5282;
    border-left: 4px solid #2c5282;
    padding: 0.4em 0.8em;
    margin: 2.5em 0 1em;
    background: #f0f5ff;
  }
  /* CTA / contact section */
  .cta-box {
    background: #1a365d;
    color: #fff;
    border-radius: 8px;
    padding: 1.6em 1.8em;
    margin: 2.5em 0;
    text-align: center;
  }
  .cta-box p { color: #cbd5e0; margin-bottom: 0.6em; }
  .cta-box strong { color: #fff; }
  .cta-box a { color: #90cdf4; }
  /* Table of Contents */
  .toc-box {
    border: 1px solid #c3d4f0;
    border-radius: 8px;
    padding: 1.4em 1.6em;
    margin: 2em 0;
    background: #f8faff;
  }
  .toc-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.85em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #2c5282;
    margin-bottom: 0.8em;
    display: block;
  }
  .toc-box ol {
    margin: 0;
    padding-left: 1.4em;
  }
  .toc-box li {
    margin-bottom: 0.3em;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.92em;
  }
  .toc-box a {
    color: #2c5282;
    text-decoration: none;
  }
  .toc-box a:hover {
    text-decoration: underline;
  }
  /* Responsive */
  @media (max-width: 600px) {
    .resilience-post { font-size: 16px; }
    .resilience-post h2 { font-size: 1.35em; }
    .ex-row { flex-direction: column; gap: 0.2em; }
  }/* End custom CSS */