/* Start custom CSS for html, class: .elementor-element-b47f7cb *//* ==========================================================================
   Circle City Scoopers - Modern Blog Typography & Callouts
   ========================================================================== */

/* Base Typography & Readability */
.blog-post-content {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #2c3e50;
  line-height: 1.75;
  font-size: 1.125rem; /* 18px base for optimal readability */
  max-width: 800px;
  margin: 0 auto;
}

.blog-post-content p {
  margin-bottom: 1.5rem;
}

/* Main Post Title (H1) */
.blog-post-content h1 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #1b4332; /* Deep forest green accent */
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

/* Section Headings (H2) - Sleek Left Accent Line */
.blog-post-content h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.01em;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-left: 12px;
  border-left: 4px solid #2d6a4f; /* Emerald green accent bar */
}

/* Subheadings (H3) */
.blog-post-content h3 {
  font-size: 1.35rem;
  font-weight: 600;
  color: #2d6a4f;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

/* Styled Blockquotes / Pull-Quotes */
.blog-post-content blockquote {
  background-color: #f0fdf4; /* Very light green tint */
  border-left: 5px solid #40916c;
  border-radius: 0 8px 8px 0;
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
  font-style: normal;
  color: #1f2937;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.blog-post-content blockquote p {
  margin-bottom: 0;
}

.blog-post-content blockquote strong {
  color: #1b4332;
}

/* Clean Horizontal Rule Divider */
.blog-post-content hr {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  margin: 3rem 0;
}

/* List Styling */
.blog-post-content ul {
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}

.blog-post-content li {
  margin-bottom: 0.5rem;
}

/* High-Converting Call-to-Action Link Style */
.blog-post-content a {
  color: #2d6a4f;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #74c69d;
  text-underline-offset: 4px;
  transition: all 0.2s ease-in-out;
}

.blog-post-content a:hover {
  color: #1b4332;
  text-decoration-color: #1b4332;
}

/* Responsive Scaling for Mobile Screens */
@media (max-width: 640px) {
  .blog-post-content h1 {
    font-size: 1.85rem;
  }
  .blog-post-content h2 {
    font-size: 1.45rem;
  }
  .blog-post-content {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS *//* ==========================================================================
   Circle City Scoopers - Modern Blog Typography & Callouts
   ========================================================================== */

/* Base Typography & Readability */
.blog-post-content {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #2c3e50;
  line-height: 1.75;
  font-size: 1.125rem; /* 18px base for optimal readability */
  max-width: 800px;
  margin: 0 auto;
}

.blog-post-content p {
  margin-bottom: 1.5rem;
}

/* Main Post Title (H1) */
.blog-post-content h1 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #1b4332; /* Deep forest green accent */
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

/* Section Headings (H2) - Sleek Left Accent Line */
.blog-post-content h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.01em;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-left: 12px;
  border-left: 4px solid #2d6a4f; /* Emerald green accent bar */
}

/* Subheadings (H3) */
.blog-post-content h3 {
  font-size: 1.35rem;
  font-weight: 600;
  color: #2d6a4f;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

/* Styled Blockquotes / Pull-Quotes */
.blog-post-content blockquote {
  background-color: #f0fdf4; /* Very light green tint */
  border-left: 5px solid #40916c;
  border-radius: 0 8px 8px 0;
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
  font-style: normal;
  color: #1f2937;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.blog-post-content blockquote p {
  margin-bottom: 0;
}

.blog-post-content blockquote strong {
  color: #1b4332;
}

/* Clean Horizontal Rule Divider */
.blog-post-content hr {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  margin: 3rem 0;
}

/* List Styling */
.blog-post-content ul {
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}

.blog-post-content li {
  margin-bottom: 0.5rem;
}

/* High-Converting Call-to-Action Link Style */
.blog-post-content a {
  color: #2d6a4f;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #74c69d;
  text-underline-offset: 4px;
  transition: all 0.2s ease-in-out;
}

.blog-post-content a:hover {
  color: #1b4332;
  text-decoration-color: #1b4332;
}

/* Responsive Scaling for Mobile Screens */
@media (max-width: 640px) {
  .blog-post-content h1 {
    font-size: 1.85rem;
  }
  .blog-post-content h2 {
    font-size: 1.45rem;
  }
  .blog-post-content {
    font-size: 1rem;
  }
}/* End custom CSS */