#pk_flex_content .post_layout_review{
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    background-color: var(--tt-wit);
}

#pk_flex_content .post_layout_review span.date{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    background-color: var(--tt-geel);
    border-radius: 100px;
    padding: 6px 12px;
    margin-bottom: 16px;
}


#pk_flex_content .post_layout_review > .heading_wrapper:not(:last-child),
#pk_flex_content .post_layout_review > .content_wrapper:not(:last-child){
    margin-bottom: 16px;
}

#pk_flex_content .post_layout_review .post_layout_footer{
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

#pk_flex_content .post_layout_review .post_layout_footer .image_wrapper{
    width: 120px;
    aspect-ratio: 1;
    flex-shrink: 0;
}
#pk_flex_content .post_layout_review .post_layout_footer .image_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

#pk_flex_content .post_layout_review .post_layout_footer .content_wrapper{
    max-width: 300px;
    padding-top: 16px;
}

#pk_flex_content .post_layout_review .post_layout_footer .content_wrapper span.name{
    display: block;
    font-weight: 700;
    margin-bottom: 0;
}

@media screen and (max-width: 767px){
    #pk_flex_content .post_layout_review{
        padding: 24px;
    }
}