.container_rp article {
    background: var(--wp--preset--color--light-primary-color);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    margin: 0px 0px;
    overflow: hidden;
}

.container_rp .post-category {
    font-size: 12px;
    font-weight: 600;
}

.container_rp .post-down {
    padding: 15px 28px 34px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.container_rp .post-photo-wrap img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
}

.container_rp .post-up img {
    aspect-ratio: 4/3;
    width: 100%;
    height: 100%;
}

.container_rp .post-category-date-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
}

.container_rp .post-category a {
    padding: 5px 14px;
    background-color: #fff;
    border-radius: 100px;
    text-transform: uppercase;
    flex-wrap: nowrap;
    display: flex;
    font-size: 15px;
}

.container_rp .post-date {
    color: #919191;
    flex-wrap: nowrap;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 131.5%;
    text-transform: uppercase;
    color: #2B2522;
}

.container_rp .post-title a {
    color: #2B2522 !important;
    font-size: 17px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
}

.container_rp .post-read-more {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 107.68%;
    color: var(--wp--preset--color--primary-color);
    margin-top: auto;
    align-self: self-start;
    text-decoration: none;
}

.container_rp h2 {
    font-weight: 700;
    margin-bottom: 45px;
    line-height: 1;
}

.container_rp .post-title {
    margin-bottom: 27px;
    line-height: 67.5%;
}

.container_rp .nav-pills {
    justify-content: center;
    margin-bottom: 43px;
}

.container_rp .nav-pills li {
    border-right: 1px solid #D9D9D9;
    padding: 0px !important;
}

.container_rp .nav-pills li:last-child {
    border-right: unset;
}

.container_rp .nav-pills li button {
    background-color: unset !important;
    color: inherit !important;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px 30px !important;
}

.container_rp .nav-pills li button.active {
    color: #269689 !important;
}

@media (max-width: 767px) {
    .container_rp .nav-pills {
        /* flex-direction: column;
        gap: 10px; */
        justify-content: flex-start;
        flex-wrap: unset;
        margin-bottom: 10px;
    }
    .container_rp .nav-pills li button {
        padding: 0px 0px !important;
    }
    .container_rp .nav-pills li {
        padding-right: 10px !important;
    }
    .container_rp .post-read-more {
        margin-right: 0px;
        display: block;
        max-width: fit-content;
    }
}