/**
 * Custom Properties for Joomla! 4.x
 * @package Custom Properties
 * @subpackage Component Frontend 
 * @version 4.0
 * @revision $Revision: 1.1 $
 * @author Andrea Forghieri
 * @copyright (C) 2013 - 2022 Andrea Forghieri, Solidsystem - http://www.solidsystem.it
 * @license https://www.gnu.org/licenses/gpl-2.0.html GNU/GPL version 2
 */
ul.result-summary,
div.search-summary{
	clear: both;
}
div.cp-image{
	float : left;
	margin : 0 4px 4px 0;
	clear:left;
}
div.cp-result-list span.highlight{
	background: #CCC;
}
/* cp tags */
div.cp-tags{
	clear:both;
}
div.cp-tags span.cp-tag{
	margin-left: .25em;
}

