.thim-owl-carousel-post .title a {
    color: var(--thim-body-primary-color,#ffb606);
}

.wp-block-latest-posts {
    margin: 0;
    padding: 0;

}

.wp-block-latest-posts li {
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .18);

    background-color: #fff;
}

.wp-block-latest-posts__featured-image {
    background-color: #f2f2f2;
    aspect-ratio: 1 /1;
    width: 100%;
}

.wp-block-latest-posts__featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp-block-latest-posts__post-title {
    padding: 16px 20px 5px;
    color: #000;
    font-weight: bold;
    display: block;
    font-size: 16px;
    line-height: 1.375;
}

.wp-block-latest-posts__post-date {
    padding: 5px 20px 16px;
    color: #000;
    font-size: 14px;
}

.pl-5 {
    padding-left: 20px !important;
}

.pr-5 {
    padding-right: 20px !important;
}