/**
 * File Name: Creative Studios Style
 * Description: Custom style
 * Author: Creative Themes
 */

 .post-terbaru {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.post-terbaru {
    width: auto;
    margin: 0 -20px;
}

.post-terbaru .post-item {
    width: 33.333%;
    padding: var(--card-inner-spacing, 20px);
    border-radius: 20px;
}

.post-wrapper {
    background-color: #ffffff;
    border-radius: 20px;
}

.elementor .featured-img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.post-content {
    padding: 20px 30px 30px;
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.post-content p {
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #365951;
}

.post-content h3 {
    font-size: 20px;
    line-height: 1.2;
    color: #192c27;
}
