.elementor-568 .elementor-element.elementor-element-50e6179{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c20f78d */.blog-post {
  background: #F5F0E8; /* Light cream for readability */
  padding: 60px 20px;
  font-family: 'Georgia', serif;
  color: #1F2D26;
}

.blog-container {
  max-width: 900px;
  margin: 0 auto;
}

.blog-title {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 15px;
  color: #19391e; /* Brand green */
}

.blog-subtitle {
  text-align: center;
  font-size: 1.2rem;
  font-style: italic;
  color: #4a4a4a;
  margin-bottom: 40px;
}

.hero-quote {
  font-size: 1.4rem;
  font-style: italic;
  text-align: center;
  background: #ffffff;
  padding: 20px;
  border-left: 6px solid #19391e;
  border-radius: 8px;
  margin-bottom: 50px;
  color: #333;
}

.blog-section {
  margin-bottom: 50px;
}

.blog-section h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #19391e; /* Brand green */
}

.blog-section p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px;
}

.materials-list,
.impact-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.materials-list li,
.impact-list li {
  background: #fff;
  padding: 12px 16px;
  margin-bottom: 12px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  font-size: 1rem;
  color: #19391e;
}

/* CTA Box */
.cta-box {
  background: #19391e;
  color: #F5F0E8;
  text-align: center;
  padding: 40px 20px;
  border-radius: 16px;
}

.cta-box h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.cta-box p {
  font-size: 1.1rem;
  margin-bottom: 25px;
}

.cta-button {
  display: inline-block;
  background: #F5F0E8;
  color: #19391e;
  padding: 14px 30px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s ease, color 0.3s ease;
}

.cta-button:hover {
  background: #e8e0d1;
  color: #122616;
}/* End custom CSS */