.elementor-11003 .elementor-element.elementor-element-ecba126{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c1c5b74 *//* Blog post container spacing and readability */
.single-post .entry-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px;
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 1.8;
  color: #2c2c2c;
}

/* Improve heading hierarchy */
.entry-content h2, 
.entry-content h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  color: #1a1a1a;
  margin-top: 40px;
  margin-bottom: 10px;
}

/* Make product images responsive and centered */
.entry-content img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Add subtle hover effect to product titles/links */
.entry-content a {
  color: #a67c52;
  text-decoration: none;
  font-weight: 500;
}

.entry-content a:hover {
  color: #8d633f;
  text-decoration: underline;
}

/* Style the CTA list */
.entry-content ul {
  margin-top: 30px;
  padding-left: 20px;
}

.entry-content ul li {
  margin-bottom: 12px;
  list-style-type: disc;
}

/* Optional: Background for better content separation */
body.single-post {
  background-color: #f8f6f2;
}/* End custom CSS */