.elementor-229 .elementor-element.elementor-element-4309813{--display:flex;--background-transition:0.3s;}/* Start custom CSS for container, class: .elementor-element-4309813 */.custom-posts-grid h3 {
    font-family: vazir FD;
}
.time-diff{
    font-family: vazir FD;
    margin-top: auto;
}
.post-card{
    border:0.5px solid rgba(205, 205, 205, .5);
    border-radius: 5px;
    display: flex;
    flex-direction: column; 
    justify-content: space-between;
}
.post-card img{
    margin-right: auto !important;
    margin-left: auto !important;
    display: flex !important;
}
.custom-posts-grid .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 15px;
}

.custom-posts-grid .col-md-4 {
    width: 32%;
    padding: 15px;
}

.custom-posts-grid h3 {
    font-size: 18px;
    font-weight: bold;
}

.custom-posts-grid .post-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.custom-posts-grid .author-info {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    color:#a2a2a2;
}
.custom-posts-grid .author-info span{
    margin-right:5px;
}
.custom-posts-grid .author-info img {
    border-radius: 50%;
    
}

.custom-posts-grid .tags {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
}
.tag-item{
    margin-left: 5px;
    cursor: pointer;
}
.custom-posts-grid .excerpt {
    margin: 10px 0;
}

.custom-posts-grid .time-diff {
    font-size: 12px;
    color: #999;
}

.pagination {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.slug_img{
    width: 25px;
}
.page-numbers{
    padding-right:5px;
    padding-left: 5px;
}

.row-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.col-filter{
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 768px) {
    .col-filter {
        flex-direction: column;
        width: 100%;
    }
}
#filterForm {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

#filterForm select {
    margin: 0 5px;
}


@media (max-width: 768px) {
    #filterForm {
        flex-direction: column; 
    }
    
    #filterForm select {
        width: 100%; 
        margin-bottom: 10px; 
    }
}

#categoryFilter{
    border-color: #aaaaaa;
    color: #aaaaaa;
    border-radius: 8px;
    font-size: 0.9rem;
}
#tagFilter{
    margin-right:5px;
    margin-left: 5px;
    border-color: #aaaaaa;
    color: #aaaaaa;
    border-radius: 8px;
    font-size: 0.9rem;    
}
.newAnalysis-btn{
    border-color: #5525AC;
    background-color: #5525AC;
    color: #FFFFFF;
    border-radius: 8px;
    font-size: 1rem;

}
.newAnalysis-btn:hover{
    border-color: #5525AC;
    background-color: #FFFFFF;
    color: #5525AC;
    border-radius: 8px;
    font-size: 1rem;
}
.post-card a{
    color:#404040;
}
.post-card a:hover{
    color:#5f4cff;
}

@media (max-width: 768px) {
    .custom-posts-grid .row {
        flex-direction: column;
        align-items: stretch; 
    }

    .custom-posts-grid .col-md-4 {
        width: 100%; 
        margin-bottom: 15px; 
    }
}/* End custom CSS */