.blog-author-heading,
.blog-tag-heading {
  padding: 0 1rem;
}
.top-details .tags a:before {
    background-color: #444;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: -5px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 5px;
}
.top-details .tags a:first-child:before {
    display: none;
}

.top-details .tags a {
    position: relative;
    margin-left: 10px;
}
.top-details .tags a:first-child{
  margin-left:0px
}
.blog-index {
  display: flex;
  flex-wrap: wrap;
    justify-content: space-between;
}

.blog-index__post {
  flex: 0 0 100%;
  padding: 1.4rem 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post--small {
    //flex: 0 0 calc(100% / 3) !important;
  }
  
}
@media (max-width: 767px) {
.blog-index__post {
    flex: 0 0 100% !important;
    margin-bottom: 20px !important;
}
.blog-index {
    justify-content: center;
}
  .listing-card-details .blog-index__post-image{
  width:100%;
}
}
@media screen and (min-width: 1000px) {
  .blog-index__post--small {
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: flex;
    flex: 1 0 100%;
  }
}

.blog-index__post-image {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-title {
  font-size: 1.25rem;
}

.blog-index__post-timestamp {
  display: block;
}

.blog-index__post-author {
  align-items: center;
  display: flex;
}

.blog-index__post-author-image {
  border-radius: 50%;
  height: auto;
  margin-right: 0.35rem;
  width: 30px;
}

.blog-index__post-tags,
.blog-index__post-title,
.blog-index__post-timestamp,
.blog-index__post-author,
.blog-index__post-image--small {
  margin: 0 0 0.7rem;
}
/*  */
.blog-index article.blog-index__post {
    padding: 0.5rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    margin: 1%;
    flex: 0 0 30.3%;
    position: relative;
}
.listing-card-details{
     // background: #FFFFFF;
    //border: 1px solid #DDDDDD;
    //border-radius: 8px;
    //padding: 10px;
}
.listing-card-details .blog-index__post-image{
  height:200px;
  object-fit:cover;
  max-width:100%;
}
.listing-card-details .top-details {
    display: flex;
    gap: 15px;
    align-items: center;
    margin: 0 0 10px;
}
h2.blog-index__post-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    
}
h2.blog-index__post-title a{
  color: #444444;
}
.blog-index__post-summary p {
    font-weight: 400;
    font-size: 14px !Important;
    line-height: 17px;
    color: #444444;
}
article a.blog-index__post-title-link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  height:45px;
}


/*  */