
:root {

    --font-recent-posts-title: 'Times New Roman', Times, serif;
    --font-recent-posts-text: Arial, Helvetica, sans-serif;

    --color-recent-posts-title: navy;
    --color-recent-posts-text: #000;
    --color-recent-posts-meta: #ccc;
    --color-recent-posts-bg: transparent;

}

.stripe-odd {

    --color-recent-posts-bg: rgba(0,0,0,0.2); /*var(--color-stripe-odd-bg);*/

    --font-recent-posts-title: var(--font-stripe-odd-title);
    --font-recent-posts-text: var(--font-stripe-odd-text);

    --color-recent-posts-title: var(--color-stripe-odd-link);
    --color-recent-posts-text: var(--color-stripe-odd-text);

}

.stripe-even {

    --color-recent-posts-bg: rgba(0,0,0,0.2); /*var(--color-stripe-even-bg);*/

    --font-recent-posts-title: var(--font-stripe-even-title);
    --font-recent-posts-text: var(--font-stripe-even-text);

    --color-recent-posts-title: var(--color-stripe-even-link);
    --color-recent-posts-text: var(--color-stripe-even-text);

}

.wp-block-recent-posts .entries.posts {
    list-style: none !important;
    padding-left: 0;
}
  
.wp-block-recent-posts .entry.post {
    list-style: none !important;
    padding: 8px 0;
    margin-bottom: 0;
}

.wp-block-recent-posts .entry-header {
    width: 100%;
    margin-bottom: 5px;
}

.wp-block-recent-posts .entry-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
    background: var(--color-recent-posts-bg);
}

.wp-block-recent-posts .entry-body {
    flex: 1;
}

.wp-block-recent-posts .entry-footer {
    width: 100%;
    margin-top: 5px;
}

.wp-block-recent-posts .entry-footer .read-more {
    font-size: 16px;
}
  
.wp-block-recent-posts .entry-image {
    display: block;
    text-align: center;
    margin-bottom: 0;
}

.wp-block-recent-posts .entry-image a {
    display: block;
}

.wp-block-recent-posts .entry-image img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin: 0 auto;
}

.wp-block-recent-posts.vertical .entry-image img {
    max-width: 200px;
}

.wp-block-recent-posts.horizontal .slick-track {
    display: flex !important;
    gap: 10px;
}

.wp-block-recent-posts.horizontal .slick-slide {
    display: flex;
    height: auto;
}

/*.wp-block-recent-posts.horizontal .slick-slide > div,
.wp-block-recent-posts.horizontal .entry.post {
    height: 100%;
}*/

.wp-block-recent-posts.horizontal .entry.post {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    list-style: none !important;
    padding: 8px 0;
    margin-bottom: 0;
    height: auto;
}

.wp-block-recent-posts.horizontal .entry-content {
    padding: 17.5px 17.5px;
    background: var(--color-recent-posts-bg);
    flex: 1;
}

.wp-block-recent-posts .entry-category {
    font-family: var(--font-recent-posts-text);
    color: var(--color-recent-posts-meta);
    margin: 0 auto;
}

.wp-block-recent-posts .entry-meta {
    font-family: var(--font-recent-posts-text);
    color: var(--color-recent-posts-meta);
    margin: 0 auto;
}

.wp-block-recent-posts .entry-content .entry-title {
    display: block;
    font-family: var(--font-recent-posts-title);
    font-size: 20px;
    color: var(--color-recent-posts-title);
    line-height: 22px;
    margin: 0;
}

.wp-block-recent-posts .entry-content .entry-title a {
    color: var(--color-recent-posts-title);
}

.wp-block-recent-posts .entry-content .entry-date {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px;
}
    
.wp-block-recent-posts .entry-content .entry-desc {
    font-family: var(--font-recent-posts-text);
    font-size: 14px;
    color: var(--color-recent-posts-text);
    line-height: 18px;
    margin: 0;
}

.wp-block-recent-posts.horizontal .entry.post {
    padding: 10px;
}

.wp-block-recent-posts .block-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.wp-block-recent-posts .block-title {
    margin-bottom: 8px;
}

.wp-block-recent-posts .button.small {
    font-size: 16px;
    padding: 8px 16px;
}

@media screen and (min-width: 960px) {

    .wp-block-recent-posts .block-title {
        display: inline-block;
        margin-bottom: 0;
    }

    .wp-block-recent-posts .more-info {
        display: inline-block;
    }

}
  
@media screen and (min-width: 1400px) {
    .wp-block-recent-posts.vertical .entry.post.has-image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-align: stretch;
            align-items: stretch;
        height: 100%;
    }
    .wp-block-recent-posts.vertical .entry.post.has-image .entry-image {
        width: 200px;
        margin-bottom: 0;
    }
    .wp-block-recent-posts.vertical .entry.post.has-image .entry-content {
        width: calc(100% - 200px);
    }
}

/*
.widget-news {
	
}

.widget-news article {
	padding: 20px;
	margin: 0;
}

.widget-news article p:last-child {
	margin: 0;
}

@media screen and ( min-width: 720px ) {



}
*/