/* General */

.body-container--blog-post {
  padding: 0 20px;
}

.mblog-initial {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 30px 0;
  align-items: flex-start;
}

/* Blog post */

.blog-post {
  max-width: 800px;
  margin: 0 auto 120px auto;
  width: 100%;
}

.blog-post.ms_vis {
  max-width: 100%;
  margin: 0 auto 120px 0;
}

.blog-post-container.ms_vis {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.focus_blog_post-header_container {
  position: relative;
  margin: 0 -20px 100px -20px;
}

.focus_blog_post-header_lens {
  background: black;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.focus_blog_post-header_inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}

.focus_blog_post-title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 72px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.focus_blog_post-title:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 8px;
}

.focus_grid-date_bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -30px;
  margin-top: 30px;
  order: 0;
  gap: 20px;
}

.focus_grid-blog_item_inner .focus_grid-date_bar {
  justify-content: flex-start;
}

.focus_grid-timestamp {
  font-size: 14px;
  display: block;
}

.focus_grid-author {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.focus_blog_post-header_container .focus_grid-author {
  order: -1;
}

.focus_grid-author-image {
  border-radius: 50%;
  background: black;
}

.focus_blog_post-featured_image {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.blog-post__tags {
  font-size: 14px;
}

@media (max-width: 1260px) {
  .focus_blog_post-header_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .focus_blog_post-title {
    font-size: 48px;
  }
}

/* Pagination */

.blog-post__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 120px;
}

.blog-post__previous,
.blog-post__next {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 300px;
}

.blog-post__previous svg,
.blog-post__next svg {
  flex: 1 0 auto;
  height: 16px;
}

/* Blog authors */

.blog-header_author_container {
  max-width: 100%;
  margin: 0 auto 0 auto;
  text-align: center;
  padding: 90px 30px;
}

.focus_blog_post-container .blog-header_author_container {
  max-width: 800px;
  margin: 0 auto 120px auto;
}

.focus_module_page_title_container {
  position: relative;
}

.blog-header__author-avatar {
  margin-bottom: 10px;
  border-radius: 50%;
  background: black;
}

.focus_blog_tag-author_title.mmptt_big {
  font-size: 72px;
  margin-bottom: 20px;
}

.focus_blog_tag-author_title:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 8px;
}

.blog-header__subtitle {
  max-width: 600px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.blog-header__email {
  font-size: 14px;
  margin-bottom: 40px;
}

.blog-header_author_container .focus_social_icons {
  justify-content: center;
}

.blog-header_tag_container {
  max-width: 100%;
  margin: 0 auto 0 auto;
  text-align: center;
  padding: 90px 30px;
}

@media (max-width: 767px) {
  .focus_blog_tag-author_title.mmptt_big {
    font-size: 48px;
  }
}

/* Share */

.blog-post__share {
  max-width: 800px;
  margin: 0 auto 40px auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.blog-post__share h3 {
  margin-bottom: 0;
  font-size: 16px;
}

/* Comments */

.blog-comments-container {
  max-width: 800px;
  margin: 0 auto 120px auto;
}

.blog-comments-container h2 {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.blog-comments-container h2:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 8px;
}

.button-view-comments {
  margin: -30px auto 0 auto;
}

#comments-listing {
  margin-bottom: 120px;
}

#comments-listing .comment.depth-0 {
  border-top: 0;
}

#comments-listing .comment.depth-1 {
  margin-top: 50px;
}

#comments-listing h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

#comments-listing .comment-date {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}

.comment-reply-to.hs-button.secondary {
  padding-left: 0;
  margin-top: -20px;
}

.comment-reply-to.hs-button.secondary em {
  font-style: normal;
}

.comment-reply-to.hs-button.secondary em:before {
  content: "\00a0";
}

/* Related posts */

.blog-post__related-posts {
  padding-bottom: 120px;
}

.blog-post__related-posts h2 {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.blog-post__related-posts h2:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 8px;
}

.blog-post__related-posts .focus_widget_post_item-title {
  margin-top: 20px;
}

/* === Custom Blog Post Body Styling === */
.blog-post__body {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #222;
}

.blog-post__body p {
  margin-bottom: 1.25em;
}

.blog-post__body h2, .blog-post__body h3 {
  margin-top: 2em;
  margin-bottom: 0.8em;
  font-weight: 700;
}

.blog-post__body img {
  border-radius: 12px;
  margin: 2em 0;
}

.focus_blog_post-title {
  font-size: 2.5rem;
  line-height: 1.2;
  max-width: 720px;
  margin: 0 auto 1em;
}

/Focus copy/css/templates/blog.css

.button,
button,
.hs-button,
form input[type=submit] {
  background: #fff161;
  border: 3px solid #000;
  border-radius: 8px;
  box-shadow: 0 5px 0 0 #006446;
  color: #000;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8em;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  transition: all 0.15s linear;
}

.button:hover,
.button:focus,
button:hover,
button:focus,
.hs-button:hover,
.hs-button:focus,
form input[type=submit]:hover,
form input[type=submit]:focus {
  background: #006446;
  color: #fff161;
  box-shadow: 0 0 0 0 #006446;
}