/*------------------------------------------------------------------------
# "Cat News" WordPress plugin
# Copyright (C) 2016. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: me
# Website: http://whatever.com
-------------------------------------------------------------------------*/
 
.post_separator {
	margin: 1em 0;
	clear: both;
	border-top: 1px solid #eee;
}

h4.category-news-title {
	margin-bottom: 1em;
}

.category-news img.wp-post-image {
	margin-bottom: 1em;
}

.category-news-date {
	font-size: .9em;
	font-style: italic;
}

.category-news .more-link {
	border-bottom: 1px solid #333;
}

.category-news .more-link:hover {
	border-bottom: 0;
}
