/* Shared */
._hsBlogPostTitle_1hg5v_2,
._hsBlogPostTags_1hg5v_3 {
  margin: 0 0 0.5rem;
}

/* Layout */
._hsBlogPostListing_1hg5v_8 {
  display: flex;
  flex-wrap: wrap;
}

._hsBlogPost_1hg5v_2 {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1rem;
  flex-direction: column;
  flex-wrap: wrap;
}

/* Lock icon */
._gatedContentLockIcon_1hg5v_23 {
  margin-bottom: 0.5rem;
}

._gatedContentLockIcon--marginLeft_1hg5v_27 {
  margin-left: 5px;
}

/* Grid layout  */
._hsBlogPostGridColumn2_1hg5v_32 {
  justify-content: space-between;
}

@media (min-width: 767px) {
  ._hsBlogPostListingPostColumn2_1hg5v_37 {
    width: var(--grid-post-width);
  }

  ._hsBlogPostListingPostColumn3_1hg5v_41 {
    width: var(--grid-post-width-three-column);
  }

  ._hsBlogPostListingPostColumn3_1hg5v_41:nth-child(3n + 1),
  ._hsBlogPostListingPostColumn3_1hg5v_41:nth-child(3n + 2) {
    margin-right: var(--grid-space-between-posts, '1rem');
  }

  ._hsBlogPostListingPostColumn4_1hg5v_50 {
    width: var(--grid-post-width-four-column);
  }

  ._hsBlogPostListingPostColumn4_1hg5v_50:nth-child(4n + 1),
  ._hsBlogPostListingPostColumn4_1hg5v_50:nth-child(4n + 2),
  ._hsBlogPostListingPostColumn4_1hg5v_50:nth-child(4n + 3) {
    margin-right: var(--grid-space-between-posts, '1rem');
  }
}

/* Side by side layout */
@media (min-width: 768px) {
  ._hsBlogPostSideBySide_1hg5v_63 {
    flex-direction: row;
  }

  ._hsBlogPostImageWrapperSideBySide_1hg5v_67 {
    width: var(--image-wrapper-width);
    margin-right: var(--margin-right);
    margin-left: var(--margin-left);
    order: var(--order);
  }

  ._hsBlogPostContentSideBySide_1hg5v_74 {
    width: var(--content-wrapper-width);
  }
}

/* Post content */
._hsBlogPostListingContent_1hg5v_80 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Post title */
._hsBlogPostTitle_1hg5v_2 {
  display: inline-block;
}

._hsBlogPostTitleLink_1hg5v_91 {
  text-decoration: none;
}

/* Post image */
._hsBlogPostImageWrapper_1hg5v_67 {
  display: inline-block;
}
._hsBlogPostImageWrapper_1hg5v_67:not(._hsBlogPostImageWrapperSideBySide_1hg5v_67) {
  width: 100%;
}

._hsBlogPostImageOverlay_1hg5v_103 {
  display: inline-block;
}

._hsBlogPostListingImage_1hg5v_107 {
  height: 100%;
  width: 100%;
  border-radius: var(--border-radius);
  aspect-ratio: var(--aspect-ratio);
  -o-object-fit: cover;
  object-fit: cover;
}

/* Author */
._hsBlogPostAuthor_1hg5v_117 {
  display: flex;
  align-items: center;
}

._hsBlogPostAuthorImageWrapper_1hg5v_122 {
  height: auto;
  margin-right: 0.5rem;
}

._hsBlogPostAuthorImage_1hg5v_122 {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

._hsBlogPostAuthorName_1hg5v_134 {
  text-decoration: none;
}

/* Tags */
._hsBlogPostTags_1hg5v_3 {
  display: flex;
  flex-wrap: wrap;
}

._hsBlogPostTag_1hg5v_3 {
  text-decoration: none;
}

._hsBlogPostTag_1hg5v_3:not(:last-child) {
  margin-right: var(--spacing-between-tags);
}

/* Publish date */
._hsBlogPostPublishDate_1hg5v_153 {
  display: block;
}

/* Description */
._hsBlogPostDescription_1hg5v_158 {
  display: inline-block;
}

/* Button */
._hsBlogPostButtonWrapper_1hg5v_163 {
  margin-top: auto;
}

._hsBlogPostButton_1hg5v_163 {
  display: inline-block;
}
