/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 28 2026 | 16:04:16 */
/* ===== Blog post typography (single posts only) ===== */

/* Body text larger */
body.single-post .fl-module-fl-post-content .fl-module-content {
  font-size: 18px;
  line-height: 1.55;
}

/* Paragraph spacing */
body.single-post .fl-module-fl-post-content .fl-module-content p {
  margin: 0 0 1em;
}

/* Headings slightly smaller */
body.single-post .fl-module-fl-post-content .fl-module-content h2 {
  font-size: 30px;
  line-height: 1.25;
  margin: 1.8em 0 0.6em;
}

body.single-post .fl-module-fl-post-content .fl-module-content h3 {
  font-size: 24px;
  line-height: 1.3;
  margin: 1.4em 0 0.5em;
}

/* Lists */
body.single-post .fl-module-fl-post-content .fl-module-content ul,
body.single-post .fl-module-fl-post-content .fl-module-content ol {
  margin: 0 0 1em 1.25em;
  padding-left: 0;
}

body.single-post .fl-module-fl-post-content .fl-module-content li {
  line-height: 1.35;
  margin: 0.2em 0;
}

body.single-post .fl-module-fl-post-content .fl-module-content h2,
body.single-post .fl-module-fl-post-content .fl-module-content h3 {
  color: #8f181b;
}
