.wp-block-ninja-blocks-post-grid{
  overflow: hidden;
  .post-item{
    border-bottom: 1px solid #cecece;
    padding-bottom: 30px;
    .post-image{
      line-height: 0;
      a{
        box-shadow: none;
        &:active,
        &:hover{
          box-shadow: none;
        }
      }
    }
    .post-content-area{
      .post-title{
        line-height: 1.2;
        font-size: 21px;
        a{
          text-decoration: none;
          color: #222;
        }
        margin-top: 15px;
        margin-bottom: 0;
      }
      .post-meta{
        padding-top: 25px;
        time,
        a{
          font-weight: 400;
          text-decoration: none;
          font-size: 12px;
          color: #999999;
          text-transform: uppercase;
          padding-right: 15px;
          &:last-child{
            padding-right: 0;
          }
        }
      }
      .post-excerpt{
        margin-top: 15px;
        p{
          font-size: 16px;
          color: #666666;
          margin: 0;
          line-height: 1.9;
        }
      }
      .post-read-moore{
        font-weight: 700;
        margin-top: 15px;
        display: inline-block;
        font-size: 16px;
        border-bottom: 1px solid #47b475;
        box-shadow: none;
        color: #47b475;
        text-decoration: none;
      }
    }
  }
}