.post-body {
  .post-block, post-row {
    margin-bottom: .625rem;
  }

  .post-body-summary {
    margin-bottom: 2rem;
  }

  .post-body-video {
    margin-bottom: 50px;
  }

  .post-body-text {
    margin-bottom: 30px;
  }

  .post-block-text {
    margin-bottom: 10px;
  }

  .post-body-last-published-at {
    font-style: italic;
  }

  .post-body-author {
    display: inline-flex;
  }

  .post-body-author-name {
    font-weight: bold;

    .list-inline {
      margin-bottom: 0;
    }
    .list-inline > li {
      margin-bottom: 0;
    }
    .list-inline > li:not(:last-child)::after {
      content: "-";
      margin-left: 10px;
      font-weight: 100;
    }
  }

  .post-body-author-title {
    margin-left: -5px;
    font-weight: 100;
    display: inline;
  }

  .post-body-publish-date {
    font-size: 90%;
  }

  .post-body-avatar {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 50%;
  }
}

.post-tag {
  z-index: 2;
  position: relative;
}

.badge.post-tag {
  border-radius: 10rem;
}

.block-blog-search-results {
  .blog-tags {
    a, a:visited {
      text-decoration: none;
    }
    
    &.single-line {
      display: block;
      overflow-x: auto;
      white-space: nowrap;
    }
  }
  
  .list-inline-item {
    font-size: 1.1rem;
    padding: 1px;
    margin: 0;
  }
  
  .input-group {
    margin-bottom: 1rem;
  }
}