@import "thumbnail";
@import "meta";
@import "title";
@import "block-title";
@import "related";
@import "layout/layout";

.g5blog__single {
  padding-bottom: 10px;
  margin-bottom: 3rem;

  .entry-content {
    margin-bottom: 2rem;
    @include clearfix();

    h1, h2, h3, h4, h5, h6 {
      margin-top: 2rem;
    }
    h1, h2, h3, h4, h5, h6 {
      &:first-child {
        margin-top: 0;
      }
    }
  }
}