.posts-wrapper{
    margin-top:3rem;
}
.posts-wrapper.grid{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
}



@media only screen and (max-width:1024px){
    .posts-wrapper.grid{
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width:640px){
    .posts-wrapper.grid{
        grid-template-columns: 1fr;
    }
}

.post-item .meta-info { 
    font-size:.9rem;
    margin-bottom: 0.25rem;
    font-weight:600;
}

.post-item .meta-info .label{
    margin-right:.15rem;
    color: rgb(167, 37, 63) !important;
    font-weight: 900 !important;
}

.post-item p.meta-info span.grade.label ~ span,
.post-item p.meta-info span.topic.label ~ span  {
    background: #e3e3e554;
    padding: 0 .5rem;
    margin-right: 0.5rem;
    /*border-radius: 25px;
    border-radius: 5px;*/
    margin-bottom: 0.5rem;
    /* white-space: nowrap; */
    display: inline-block;
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 0px 1px;
    /*box-shadow: rgb(9 30 66 / 15%) 0px 1px 1px, rgb(9 30 66 / 3%) 0px 0px 1px 1px;
    box-shadow: rgb(0 0 0 / 7%) 1.95px 1.95px 2.6px;*/
}

.posts-wrapper .post-item .post-item-title{
    font-size:1.5rem !important;
    line-height:1.35 !important;
}

.posts-wrapper .post-item .btn{
    margin-bottom:1rem;
   
}

.posts-wrapper .post-item .video-wrapper{
    margin:1rem 0;
    position:relative;
    background:#ffffff;
    border-radius: 5px;
}

.posts-wrapper .post-item .video-wrapper img{
    border-radius: 5px;
}

.posts-wrapper .post-item .video-wrapper .video-button{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    display:flex;
    align-items: center;
    justify-content: center;
}

.posts-wrapper .post-item .video-wrapper .video-button svg{
    width:60px;
    height:auto;
    
}

.posts-wrapper .post-item .video-wrapper .video-button svg path.cls-2{
    fill: #5e5e5e;
}

.posts-wrapper .post-item .video-wrapper:hover *{
    transition:opacity .2s cubic-bezier(.6,.24,.41,.82);
}

.posts-wrapper .post-item .video-wrapper:hover img{
    opacity:.5;
}

.posts-wrapper .post-item .video-wrapper:hover .video-button svg path.cls-2{
    fill:#ff0009;;
}

.posts-wrapper.list .post-item .video-wrapper{
    max-width:600px;
    width:50%;
}

@media only screen and (max-width:1024px){
    .posts-wrapper.list .post-item .video-wrapper{
        width:75%;
    }
}

@media only screen and (max-width:640px){
    .posts-wrapper.list .post-item .video-wrapper{
        width:100%;
    }
}

.posts-wrapper.list{
    display:flex;
    flex-direction:column;
}

.posts-wrapper.list .post-item{
    
    /* margin-bottom:2rem; */
}

.posts-wrapper.list .post-item .post-item-title{
    width:65%;
}

@media only screen and (max-width:1024px){
    .posts-wrapper.list .post-item .post-item-title{
        width:75%;
    }
}

@media only screen and (max-width:640px){
    .posts-wrapper.list .post-item .post-item-title{
        width:90%;
    }
}

.posts-wrapper .post-item a:not(.cta-btn){
    color: #007BAF !important;
    text-decoration:underline;
}

.posts-wrapper .post-item a:not(.cta-btn):hover,
.posts-wrapper .post-item a:not(.cta-btn):focus,
.posts-wrapper .post-item a:not(.cta-btn):active{
    color:#004071 !important;
    text-decoration:none;
}

.posts-wrapper.list .post-item .separator{
    height:1px;
    background: rgba(0,0,0,.25);
    width:85%;
    margin:3rem auto;
}

.posts-wrapper .post-item .the-content{
    margin-top: .5rem;
}

.posts-wrapper.list .post-item .the-content{
    width:65%;
    /* margin-bottom:2rem; */
}

.posts-wrapper .post-item .citation{
    /* margin-bottom:2rem; */
}

.posts-wrapper .post-item .citation h3{
    color:#333;
    margin-top:0;
    font-size:.9rem;
    display: flex;
    align-items: center;
    position:relative;
    display:inline;
}

.posts-wrapper .post-item .citation h3:after{
    content: "";
    background: hsl(51, 94%, 73%);
    width: 120%;
    position: absolute;
    height: 73%;
    z-index: -1;
    left: -5px;
    bottom: 0;
    transform: rotate(-3deg);
}

.posts-wrapper .post-item .citation h3 span{
    background: #ffec7f;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right:.15rem;
    display: none;
}

.posts-wrapper .post-item .citation h3 span svg{
    width:90%;
    height:auto;
}

.posts-wrapper .post-item .citation .citation-content{
    padding-left:1rem;
    display:flex;
}

.posts-wrapper .post-item .citation .separator{
    height: 1px;
    max-width:200px;
    width: 60%;
    background: rgba(0,0,0,.25);
    margin: 0.5rem 0;

}

.posts-wrapper .post-item .citation{
    font-size:.9rem;
}

/* .posts-wrapper.list .post-item .the-content p{
    margin-bottom:
} */