.blog-single-page {
  padding: 60px 0;
  background: #fff;
}

.blog-single-page .container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

/* .blog-single__title {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  color: #111;
  margin: 0 0 30px;
} */

.blog-single__title{
     font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: #111;
    text-align: left;
    position: relative;
    margin: 0 0 10px;
    }

    .title-line span{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;          
    height: 1px;
    background: #fc5412; 
    }

    .title-line{
    position: relative;
    width: 100%;
    height: 1px;
    background: #e6e6e6; 
    margin-bottom: 30px;
    }

.blog-single__image {
  margin-bottom: 30px;
}

.blog-single__image img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-single__excerpt {
  font-size: 22px;
  line-height: 1.5;
  color: #444;
  margin-bottom: 30px;
  font-weight: 500;
}

.blog-single__content {
  font-size: 18px;
  line-height: 1.8;
  color: #222;
}

.blog-single__content p {
  margin: 0 0 20px;
}

.blog-single__content h2,
.blog-single__content h3,
.blog-single__content h4 {
  margin: 35px 0 15px;
  line-height: 1.3;
}

.blog-single__meta {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 14px;
  color: #666;
}

/* Comments */
.comments-area {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

.comments-title,
.comment-reply-title {
  font-size: 32px;
  margin-bottom: 20px;
  color: #111;
}

.comment-list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.comment-list li {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.comment-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  border: 1px solid #ccc;
  padding: 12px 14px;
  font-size: 16px;
  box-sizing: border-box;
}

.comment-form textarea {
  min-height: 180px;
}

.form-submit .submit {
  background: #f47b20;
  color: #fff;
  border: none;
  padding: 12px 22px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
}

.blog-share {
  margin-top: 40px;
  margin-bottom: 30px;
}

.blog-share__title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.blog-share-line{
     position: absolute;
    left: 0;
    top: 0px;
    width: 190px;          
    height: 1px;
    background: #fc5412; 
}

  .blog-share-line{
    position: relative;
    width: 100%;
    height: 1px;
    background: #e6e6e6; 
    }

.blog-share__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Base button */
.share-btn {
  display: inline-block;
  padding: 10px 18px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border-radius: 2px;
}

/* Individual colors */
.share-btn.twitter {
  background: #111;
}

.share-btn.facebook {
  background: #1877f2;
}

.share-btn.pinterest {
  background: #e60023;
}

.share-btn.linkedin {
  background: #0a66c2;
}

.share-btn.email {
  background: #777;
}

.share-btn:hover {
  opacity: 0.9;
}