/* Blog post hero */

._26-page-title-inner.cc-blog {
  max-width: 960px;
}

/* Blog post body section */

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

/* Rich text content */

._26-rich-text-block.w-richtext {
  max-width: 100%;
}

._26-rich-text-block.w-richtext h1,
._26-rich-text-block.w-richtext h2,
._26-rich-text-block.w-richtext h3,
._26-rich-text-block.w-richtext h4,
._26-rich-text-block.w-richtext h5,
._26-rich-text-block.w-richtext h6 {
  margin-top: 40px;
  margin-bottom: 16px;
}

._26-rich-text-block.w-richtext p,
._26-rich-text-block.w-richtext ul,
._26-rich-text-block.w-richtext ol,
._26-rich-text-block.w-richtext blockquote,
._26-rich-text-block.w-richtext figure {
  margin-bottom: 24px;
}

._26-rich-text-block.w-richtext li + li {
  margin-top: 8px;
}

._26-rich-text-block.w-richtext img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

._26-rich-text-block.w-richtext blockquote {
  margin: 32px 0;
  padding-left: 20px;
}

._26-rich-text-block.w-richtext a,
._26-rich-text-block.w-richtext a span,
._26-rich-text-block.w-richtext a u {
  color: var(--_base-collection---color--primary) !important;
  text-decoration: none;
}
._26-rich-text-block.w-richtext a:hover,
._26-rich-text-block.w-richtext a:hover span {
  color: var(--_base-collection---color--red) !important;
}
.blog-hero__author,
.blog-hero__author:visited {
  text-decoration: none;
  color: inherit;
}

.blog-hero__author:hover {
  opacity: 0.8;
  color: inherit;
}
/* Tags */

.blog-post__tags {
  margin-top: 32px;
  font-size: 0.875rem;
}

.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 0.35rem;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog related posts */
.post-footer {
    padding-top: 0px;
    padding-bottom: 40px;
    position: relative;
}
@media screen and (min-width: 768px) {
  .section {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 479px) {
  .section {
    padding-left: 0px;!important
    padding-right: 0px;!important
  }
}

._26-card {
  display: block;
}
.blog-pagination {
  margin-top: 48px;
  text-align: center;
}
.blog-related-posts {
  padding: 72px 0;
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  margin-bottom: 32px;
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

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

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

.blog-related-posts__post-image-wrapper {
  display: block;
  margin-bottom: 16px;
}

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

.blog-related-posts__title {
  margin: 0 0 12px;
}

/* Blog comments */

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

.blog-comments form .hs-button, .blog-comments form input[type=submit] {
    align-items: center;
    align-self: auto;
    background-color: #3354a6;
    background-color: #4facfe;
    border: 1px #3354a6;
    border-radius: 6px;
    border-radius: 10px;
    border-style: none;
    box-shadow: 0 4px 2px 0 rgba(26,60,81,.02),0 8px 4px 0 rgba(26,60,81,.02),0 16px 8px 0 rgba(26,60,81,.02),0 32px 16px 0 rgba(26,60,81,.02);
    color: #fff;
    display: flex;
    flex: 0 0 auto;
    font-family: Lato,sans-serif;
    font-size: 22px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    font-weight: 600;
    gap: 10px;
    justify-content: center;
    letter-spacing: -.02em;
    line-height: 130%;
    margin-left: 0;
    margin-right: 0;
    object-fit: fill;
    overflow: hidden;
    padding: 15px 53px;
    padding: 17px 27px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: ease;
    width: auto;
}

.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;
}
.blog-comments label {
    font-family: var(--_typography---label--font-family);
    font-size: var(--_typography---label--font-size);
    line-height: var(--_typography---label--line-height);
    font-weight: 500;
}
.blog-comments .hs-input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 15px;
    border-style: solid;
    border-width: 1px;
    border-top-color: var(--_base-collection---color--border);
    border-right-color: var(--_base-collection---color--border);
    border-bottom-color: var(--_base-collection---color--border);
    border-left-color: var(--_base-collection---color--border);
    border-top-left-radius: var(--_base-collection---border-radius);
    border-top-right-radius: var(--_base-collection---border-radius);
    border-bottom-left-radius: var(--_base-collection---border-radius);
    border-bottom-right-radius: var(--_base-collection---border-radius);
    color: var(--_base-collection---color--body);
    font-size: 18px;
}
.blog-comments .hs-fieldtype-textarea {
    height: auto;
}
.blog-comments .hs-form-field {
    margin-bottom: 0;
}