@charset "utf-8";
/* CSS Document */

.block.recentPosts > div > h2 {

    font-size: var(--h-medium); 
    line-height: var(--h-medium-lh);  
    margin: 0 0 var(--h-small-lh) 0; 
    
}

.block.recentPosts > div > nav > ul {

    padding: 0;
    margin:0;
    list-style: none;
    
}

.block.recentPosts > div > nav > ul > li {

    font-size: var(--text-size-normal);
    line-height: var(--text-lh-normal);   
    margin: 0 0 var(--general-padding-tiny) 0;     
    
}

.block.recentPosts > div > nav > ul > li a.selected {

    text-decoration: underline;    
    
}


@media screen and (max-width: 1220px) {
    


}

@media screen and (max-width: 1000px) {


}

@media screen and (max-width: 640px) {

    
    
}
