
/* Start- Inline Related Posts */
.inline-related-posts:before {
    content: 'Also Read';
    position: absolute;
    top: -12px;
    font-size: 14px;
    color: #cb0000;
    left: 10px;
    background: #fff;
    padding: 0 4px;
    font-weight: 500;
  }
  
  .inline-related-posts {
      display: flex;
      border: 0.5px dashed #9b1717;
      border-radius: 4px;
      position: relative;
      padding: 10px;
      height: 82px;
      margin-bottom: 15px;
  }
  
  .inline-related-post {
    display: flex;
  }
  
  .inline-related-post a {
    color: #000!important;
    line-height: 20px;
    font-size: 15px!important;
    margin-left: 7px;
    font-weight: 500;
  }
  
  .inline-related-post a:hover {
    color: #cb0000;
  }
  
  .img-inline-related-post {
    width: 70px;
    border-radius: 4px;
    max-width: 70px;
    margin: 6px 0 0;
    height: 48px;
  }
  /* END- Inline Related Posts */
  