/* Scope all styles under .blog-post to avoid affecting global site */

.blog-post.container {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (min-width: 992px) {
  .blog-post.container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1400px) {
  .blog-post.container {
    padding-left: 14rem;
    padding-right: 14rem;
  }
}

.blog-post {
  color: #333;
  line-height: 1.7;
}

.blog-post h1,
.blog-post h2,
.blog-post h3,
.blog-post h4 {
  color: #1ea5dd;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.blog-post h1 {
  font-size: 2.75rem;
  color: #1ea5dd;
}

.blog-post h2 {
  font-size: 1.75rem;
}

.blog-post h3 {
  font-size: 1.5rem;
}

.blog-post ul {
  padding-left: 1.2rem;
}

.blog-post ul li {
  margin-bottom: 0.6rem;
}

.blog-post p.lead {
  font-size: 1.125rem;
  font-weight: 400;
  color: #444;
}

.blog-post p,
.blog-post ul li {
  color: #444;
  font-size: 1rem;
}

.blog-post img {
  border-radius: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  max-width: 100%;
  height: auto;
}

.blog-post .text-primary {
  color: #1ea5dd !important;
}

.blog-post .fw-bold {
  font-weight: 600;
}

.blog-post .border-top {
  border-top: 1px solid #ddd;
}

.blog-post .container {
  max-width: 860px;
}

.blog-post ul.blog-list {
  list-style: disc;
  padding-left: 1.2rem;
}

.blog-post ul.blog-list li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

/* Responsive spacing */
@media (max-width: 576px) {
  .blog-post h1 {
    font-size: 2rem;
  }
  .blog-post h2 {
    font-size: 1.5rem;
  }
}
