.posts_wrapper span {
    color: #2B5CED;
}

.archive_link {
    font-size: 16px;
    font-weight: 400;
    margin-top: 40px;
    color: #0d3380;
}

.related_posts h3 {
    margin-bottom: 30px;
    color: #1B1464;
    min-height: 50px;
}

.related_posts img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 10px;
}

.blog_filter {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
}

.posts_wrapper .blog_item {
    overflow: hidden;
}

.blog_filter .tax_list {
    display: flex;
}

.blog_filter .tax_list a {
    padding: 15px 30px;
    background: #2c5ced2e;
    border-radius: 70px;
    color: #182A51;
    margin-right: 30px;
}

.rtl .blog_filter .tax_list a {
    margin-right: unset;
    margin-left: 30px;
}

.blog_filter form {
    position: relative;
    width: 100%;
}

.blog_filter form input {
    background: #2c5ced2e;
    border-radius: 70px;
    color: #182A51;
    padding: 15px 30px 15px 50px;
    border: none;
    width: 100%;
}

.blog_filter form svg {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.rtl .blog_filter form svg {
    left: unset;
    right: 15px;
}

.signle_cat {
    padding: 10px 15px;
    background: #2c5ced2e;
    border-radius: 50px;
    color: #2C5CED;
    width: fit-content;
    margin-bottom: 15px;
}