.elementor-702 .elementor-element.elementor-element-1db9caf{--display:flex;}/* Start custom CSS */.blog-post {
  background: #F6F1EA; /* Warm Cream background */
  color: #1F2D26;      /* Deep Green text */
  font-family: 'Georgia', serif;
  padding: 60px 20px;
}

.blog-container {
  max-width: 850px;
  margin: 0 auto;
}

.blog-title {
  font-size: 2.5rem;
  color: #1F2D26;
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
}

.blog-meta {
  font-size: 0.9rem;
  color: #8B8575;
  margin-bottom: 40px;
  font-style: italic;
}

.blog-content h2 {
  font-size: 1.8rem;
  margin: 30px 0 15px;
  color: #1F2D26;
}

.blog-content h3 {
  font-size: 1.4rem;
  margin: 20px 0 10px;
  color: #1F2D26;
}

.blog-content p {
  line-height: 1.7;
  margin-bottom: 20px;
  font-size: 1rem;
}

.blog-content ul {
  margin: 20px 0 20px 20px;
  padding-left: 20px;
}

.blog-content ul li {
  margin-bottom: 10px;
}

.internal-link {
  color: #8B8575;
  text-decoration: none;
  font-weight: bold;
}

.internal-link:hover {
  text-decoration: underline;
}

a {
  color: #1F2D26;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}/* End custom CSS */