/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
}

.blog-post img { 
  margin:0 auto; 
  padding: 0; 
  width: 100%;
}

.audit-logo {
  margin: 0 auto;
  width: 75%;
  padding: 0 0 0 0;
}
.blog-post__meta {
display:inline;
width 259px;
height: 38px;
left: 500px;
top: 247px;

font-family: 'Silka';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 38px;
text-align: center;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: inline-block;
}



.blog-post__tags svg {
  height: 30px;
  margin-right: 0.35rem;

  
  
}

.blog-post__tag-link {
  
  display: inline-block;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 8px 16px;
  background: #F7F7F7;
  border-radius: 5px
  font-family: 'Silka';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #949494
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F3F4F8;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
  background: #FFFFFF;
  border-radius: 20px;
  margin: 1rem;
  max-width: 30%;
  margin-right: 5px;
  margin-left: 5px
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 100%;
  
}

.blog-related-posts__title {
  margin: 0.7rem 0;
  font-family: 'Silka';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 26px;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}