.single-blog .blur-container-bottom {
  display: none;
}
.single-blog .hero {
  display: flex;
  padding: 1.5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1.5rem;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 0;
  background-size: cover;
  background-position: right;
}
.featured-blog {
  border-radius: 1rem;
}
.single-blog span {
  color: var(--Basic-White);
}
.blog-excerpt {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 36.06%,
    rgba(255, 255, 255, 0.04) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  padding: 10px;
}
.single-blog .hero-content .post-meta {
  padding-bottom: 2rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal !important;
}
.single-blog .hero-content {
  max-width: 47rem;
}
.single-blog.post-content,
.post-content.single-blog {
  max-width: 47rem;
}
.post-content.single-blog {
  gap: 1rem;
  padding: 0 1.5rem 1rem;
}
.back-link.single-blog {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--Primary-blue-400, #5c60e4);
  text-decoration: none;
}
.single-blog .post-content img {
  border-radius: var(--blog_hero-radius);
}
.back-link.single-blog .back-icon {
  width: 1.125rem;
  height: 1.125rem;
  color: var(--Primary-blue-400, #5c60e4);
}
.post-meta_text {
  gap: 1.25rem;
}
.back-link {
  padding: 1.5rem;
}
.single-post-wrap {
  color: var(--Basic-White);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.single-blog-finby .wrapper.single-post-wrap h1,
.single-blog-finby .wrapper.single-post-wrap h2,
.single-blog-finby .wrapper.single-post-wrap h3,
.single-blog-finby .wrapper.single-post-wrap h4,
.single-blog-finby .wrapper.single-post-wrap h5,
.single-blog-finby .wrapper.single-post-wrap h6 {
  line-height: 30px;
}

@media (min-width: 767px) {
  .single-blog-finby__flex {
    gap: 2.5rem;
  }
  .back-link {
    padding: 1rem 2.5rem 1rem 4rem;
  }
  .single-blog .hero {
    border-radius: var(--blog_hero-radius);
    padding: 0;
  }
  .post-content.single-blog {
    gap: 2rem;
    padding: 0;
  }
  .single-blog-finby-layout {
    padding: 1.5rem 2rem 6.25rem 2rem;
  }
  .related-articles-single-blog {
    gap: 5rem;
    margin-top: 5rem;
  }
  .single-blog-finby .wrapper.single-post-wrap h1,
  .single-blog-finby .wrapper.single-post-wrap h2,
  .single-blog-finby .wrapper.single-post-wrap h3,
  .single-blog-finby .wrapper.single-post-wrap h4,
  .single-blog-finby .wrapper.single-post-wrap h5,
  .single-blog-finby .wrapper.single-post-wrap h6 {
    line-height: normal;
  }
  .single-blog .hero-content {
    padding: 0;
  }
  .single-blog .hero-content.section-divider {
    display: none;
  }
}
@media (min-width: 992px) {
  .single-blog-finby {
    max-width: 90rem;
    left: 50%;
    transform: translate(-50%);
  }
  .single-blog-finby-layout {
    padding: 1.5rem 4rem 6.25rem 4rem;
  }
}
