/*
Theme Name: Extendable Child
Template: extendable
Version: 1.0
*/
.custom-rss-image{
    width: 100%;
    height: 300px;      /* fixed card height */
    object-fit: cover;  
}
.wp-block-post-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /* Optional */
    /* text-decoration: none; */
}