/***************************************************
	Widget plugin - styling for user waterfall review box
***************************************************/

/*** Latest Posts Sidebar ***/
#latest-posts-sidebar {
	outline: none;
	border-style: none;
	overflow: hidden;
}

#latest-posts-sidebar-text h3 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/*#latest-posts-sidebar-acf a.title,
#latest-posts-sidebar-acf a.title:visited {
	color: red;
	font-size: 14px;
	font-family: inherit;
	text-decoration:none;
} /*overruled by display-posts.css, which has same statements and governs trip-report-related-itinerary-acf as well so better do this in same place instead of two places */

#latest-posts-sidebar-acf .display-posts-listing img {
        object-fit: cover;
        float: left;
        display: block;
        margin: 0 10px 10px 0;
        width: 120px;
        height: 120px;
        overflow: hidden;
        margin-bottom: 22px;
}
