.elementor-kit-9 p{
    font-size: 16px;
}
.blog-archive {
    max-width: 1200px;
    margin: 160px auto 0 auto;
    padding: 40px 20px;
    font-family: Rubik;
}

.post-item {
    margin-bottom: 40px;
}

.post-item h2 {
    font-size: 24px;

}
.post-item h2 a {
    text-decoration: none;
    color: #333;
}

.pagination {
    text-align: center;
    margin-top: 40px;
    justify-content: center;
}

.post_item_card {
    display: flex;
    text-decoration: none;
    color: var(--secondary_color);
}

.author span{
    font-size: 16px;

}
.author {
    display: flex;
    color: #68686E;
}

.read_more p{
    color: #174BE6;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-top: 20px;
}

.post-list {
    margin-top: 40px;
}

.post-thumbnail img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    max-width: 490px;
}

.post_right {
    padding: 22px 0 0 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.author_dot{
    padding: 0 25px;
}
.autor_name{
    padding-left: 10px;
}
.breadcrumb_area_three{
    display: none;
}
.after_title{
    max-width: 632px;
}
.after_title_block{
    display: flex;
}

.search-form {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.search-input {
    width: 100%;
    padding: 12px 40px 12px 16px;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    background-color: #f5f7fa;
    color: #333;
    box-sizing: border-box;
}

.search-input::placeholder {
    color: #aaa;
}

.search-icon {
    position: absolute;
    right: 14px;
    top: 24px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    pointer-events: none;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current{
    box-shadow: none!important;
}


@media screen and (max-width: 768px) {
    .search-form {
        display: none;
    }
    .post_item_card{
        flex-direction: column;
    }
    .post_right{
        padding: 20px 0;
    }
    .author_dot{
        padding: 0 5px;
    }
}
