.cvr_blog__main .cvr_group,
.cvr_main__archive .cvr_group__posts {
    padding: 50px 0;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: flex-start;
}

.cvr_posts_single {
    width: 300px;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
  .cvr_posts_single {
    width: 100%;
    max-width: 100%;
  }
}
  
.cvr_post_featured_img {
display: block;
height: 200px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.cvr_body .cvr_post_title h2 {
  color: #463c68;
  font-size: 1.2rem;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-weight: 800;
}

.cvr_post_cat {
  line-height: 1.2em;
}

.cvr_body .cvr_post_cat a,
.cvr_main__archive .cvr_post_cat a {
  padding: 2px 5px;
  font-size: .75rem;
  border-radius: 3px;
  color: #463c68;
  /* background-color: #edf2f9; */
  font-weight: 600;
  border: 1px solid #edf2f9;
}

.cvr_post_loc {
margin-top: auto;
}

.cvr_body .cvr_post_loc a {
color: var(--cyan);
font-size: .875rem;
}

.cvr_main__home .cvr_section__posts h3, 
.cvr_main__archive .cvr_section__posts h3 {
  color: #463c68;
  font-size: 1.2rem;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 800;
  min-height: 2.5em;
}