.pagination a, .pagination span {
    background: #101c1c;
    padding: 10px 14px;
    text-decoration: none;
    border-radius: 10px;
    color: var(--e-global-color-primary);
    font-size: 15px;
}

ul.page-numbers {
    display: flex;
    gap: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    list-style:none;
}

.pagination span {
    background: var(--e-global-color-primary);
    color: black;
}

.pagination a {
    background: #101c1c;
    padding: 10px 14px;
    text-decoration: none;
    border-radius: 10px;
    color: var(--e-global-color-primary);
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.order_by span {
    color: var(--e-global-color-text);
}

.order_by a {
    position: relative;
    text-decoration: none;
    padding: 0 8px;
    font-size: 15px;
    color: var(--e-global-color-secondary);
}

.post_card_section .post_card {
    position: relative;
    height: 280px;
    width: 32.1%;
    overflow: hidden;
    margin-bottom: 1.5%;
}

.post_card_section .post_card .card_svg svg {
    width: 100%;
    height: 100%;
}

.post_card_section .card_svg {
    height: 100%;
}

.post_card_section .post_card .image_wrapper {
    position: absolute;
    object-fit: cover;
    z-index: 2;
    bottom: 60px;
    display: flex;
    justify-content: center;
    transition: 0.3s all;
    width: 100%;
}

.post_card_section .main_image {
    position: relative;
    width: 90%;
}

.post_card_section .image_wrapper img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.post_card_section .front_layer {
    position: absolute;
    z-index: 4;
    display: flex;
    color: #fff;
    background: rgba(10, 23, 23, 0.93);
    bottom: 0;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: space-between;
    border-radius: 10px;
    backdrop-filter: blur(7px);
    border: 1px solid #0a281e;
}

.post_card_section .post_title h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 1.1rem;
}

.post_card_section .post_actions {
    background: #1f2626;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--e-global-color-primary);
    border-radius: 5px;
    transition: 0.3s all;
    padding: 10px 15px;
}

.post_card_section .post_button {
    position: absolute;
    top: 0;
    margin: 10px;
    padding: 10px;
    background: rgb(41 48 44 / 60%);
    border-radius: 10px;
    backdrop-filter: blur(7px);
    display: flex;
    box-shadow: inset 0 0 10px #ffffff1c;
}
.post_card_section .post_card:hover  .post_button{
    background: var(--e-global-color-primary);
    color: black;
}


.post_card_section .post_title i {
    padding-left: 5px;
    color: var(--e-global-color-primary);
}

.post_card_section {
    display: flex;
    gap: 1.5%;
    width: 95%;
    margin: 0 auto;
}

.post_title h3 {
    margin-bottom: 15px !important;
}

.post_card_section .post_info {
    color: gray;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.post_card_section .post_info span {
    font-size: 15px;
    color: gray;
    display: flex;
}

.post_card_section path {
    stroke: #0a281e;
    color: #111d1c;
    transition: 0.3s all;
}

.front_layer .post_title a {
    color: var(--e-global-color-text);
    font-size: 16px;
    font-weight: 600;
}

.post_card_section .post_card:hover path {
    color: var(--e-global-color-primary);
}

.post_card_section .post_card:hover .post_actions {
    background: var(--e-global-color-primary);
    color: black;
}


.post_card_section {
    display: flex;
    flex-wrap: wrap;
}

.post_card_section .post_title {
    width: 78%;
    display: flex;
    align-items: center;
}

.post_card_section .post_card:hover .image_wrapper {
    margin-bottom: 10px;
}

.page_title {
    display: flex;
    align-items: center;
}

.top_control_and_info_section {
    display: flex;
    align-items: center;
}

.top_control_and_info_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order_by a {
    position: relative;
    text-decoration: none;
    padding: 0 5px;
    font-size: 15px;
}

.order_by a.active:after {
    content: '';
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: var(--e-global-color-accent);
    position: absolute;
    left: 0;
    bottom: -10px;
}

.title_icon {
    color: black;
    padding: 10px 10px;
    background: var(--e-global-color-accent);
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.top_control_and_info_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.front_layer a {
    text-decoration: none;
    color: var(--e-global-color-text);
    font-size: 14px;
}

.page_title h1 {
    color: var(--e-global-color-text);
    font-size: 20px;
    margin: 0 15px;
}

.top_control_and_info_section span {
    color: var(--e-global-color-secondary);
}

@media (max-width: 1000px) {
    .post_card_section .post_card .image_wrapper {
        bottom: 90px;
    }
}

@media (max-width: 767px) {
    .post_card_section .post_card {
        height: 255px;
        width: 48.5%;
        margin-bottom: 20px;
    }

    .post_card_section .post_card {
        height: 290px;
    }

    .top_control_and_info_section {
        display: block;
    }

    .order_by {
        margin-top: 10px;
    }

    .front_layer {
        width: 100%;
    }

    .page_title {
        flex-wrap: wrap;
        margin: 0 0 20px 0;
    }

    .post_card_section .post_card .image_wrapper {
        bottom: 80px;
    }

}

@media (max-width: 500px) {
    .post_card_section .post_card {
        height: 290px;
        width: 100%;
    }

    .post_card_section .post_card .image_wrapper {
        bottom: 70px;
    }

}