.tunga-new-view {
    width: 100%;
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}

.tunga-new-view .tunga-new_item--left {
    width: 80%;
    display: flex;
}

.tunga-new-view .tunga-new_item--post {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.tunga-new-view .tunga-new_item--post:first-child {
    padding-top: 30px;
}

.tunga-new-view .tunga-new_item--post:last-child {
    border-bottom: none;
}


.tunga-new-view .tunga-new_item--post .tunga-post__title a {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--tunga-text-color);
    text-decoration: none;
}

.tunga-new-view .tunga-post_thumbnail--link {
    display: flex;
    width: 40%;
}

.tunga-new-view .tunga-post__text {
    width: 60%;
    padding-left: 20px;
    padding-right: 50px;
}


.tunga-new-view .tunga-new_item--right {
    display: flex;
    width: 20%;
    height: auto;
    border-left: solid 1px var(--tunga-border-color);
}

.tunga-new-view .tunga-post_filter--title {
    width: 100%;
    padding-left: 20px;
}

.tunga-new-view .tunga-post_filter--title h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0px;
}

.tunga-new-view .tunga-post_filter--wrap:first-child .tunga-post_filter--title {
    padding-top: 15px;
}

.tunga-new-view .tunga-post_filter--items {
    padding: 20px 0 20px 20px;
    margin-bottom: 20px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--tunga-main-color);
}