/*
 Theme Name: Charlies Movie Reviews - Divi Child
 Theme URI: https://charliesmoviereviews.com
 Description: Child theme for Divi (Charlie’s Movie Reviews). Safe place for custom CSS/functions.
 Author: Markman
 Author URI: https://charliesmoviereviews.com
 Template: Divi
 Version: 1.0.0
*/

/* Put any custom CSS below this line */

/* ============================================================
   Charlie’s Movie Reviews – Basic Readability
   Author: Markman | Version: 1.0.0 | Date: 2025-12-28
   ============================================================ */

/* Improve readability on posts */
.single-post .entry-content,
.et_pb_post_content {
  font-size: 18px;
  line-height: 1.7;
}

/* Make headings clearly separated */
.single-post .entry-content h2,
.single-post .entry-content h3 {
  margin-top: 28px;
}

/* Clean list spacing */
.single-post .entry-content ul {
  margin-left: 22px;
}

/* Optional: keep images from blowing out layout */
.single-post .entry-content img {
  max-width: 100%;
  height: auto;
}
