.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}:root{--page-title-display:none;}/* Start custom CSS */* { box-sizing: border-box; margin: 0; padding: 0; }

  body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333;
    background: #fff;
    line-height: 1.7;
  }

  a { color: #c0392b; text-decoration: none; }
  a:hover { text-decoration: underline; }

  .post { max-width: 780px; margin: 0 auto; padding: 36px 24px 60px; }

  h2 {
    font-family: 'Lora', serif;
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 24px;
  }

  .post-img {
    width: 100%;
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 60%, #a5d6a7 100%);
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
  }

  .post-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
      -45deg, transparent, transparent 40px,
      rgba(255,255,255,0.12) 40px, rgba(255,255,255,0.12) 80px
    );
  }

  .post-img-icon { font-size: 60px; z-index: 1; margin-bottom: 10px; }

  .post-img-label {
    z-index: 1;
    font-size: 12px;
    font-weight: 700;
    color: #1b5e20;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .post-body { font-size: 15px; color: #444; line-height: 1.85; }
  .post-body p { margin-bottom: 18px; }
  .post-body strong { color: #1a1a1a; font-weight: 600; }

  .post-body h4 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 30px 0 12px;
    padding-left: 12px;
    border-left: 3px solid #c0392b;
  }

  .post-body ul { margin: 0 0 18px 20px; }
  .post-body ul li { margin-bottom: 7px; font-size: 14.5px; color: #555; }

  .stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #e5e5e5;
    border: 1px solid #e5e5e5;
    margin: 24px 0;
  }

  .stat-box { background: #fff; padding: 18px 14px; text-align: center; }

  .stat-val {
    font-family: 'Lora', serif;
    font-size: 21px;
    font-weight: 600;
    color: #c0392b;
    line-height: 1;
    margin-bottom: 6px;
  }

  .stat-lbl {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #888;
    line-height: 1.4;
  }

  .highlight-box {
    background: #f9fdf9;
    border: 1px solid #c8e6c9;
    border-left: 4px solid #27ae60;
    padding: 16px 20px;
    margin: 22px 0;
    font-size: 14.5px;
    color: #444;
    font-style: italic;
    line-height: 1.7;
  }

  @media (max-width: 600px) {
    .stats-row { grid-template-columns: 1fr; }
    h2 { font-size: 22px; }
  }/* End custom CSS */