/*
Theme Name: Hunted Child
Template: hunted
Version: 3.3
Theme URI: http://www.burnhambox.com/hunted
Description: Hunted Child Theme
Author: Burnhambox
Text Domain: hunted-child
Author URI: http://www.burnhambox.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* ***************** */
/* DO NOT EDIT ABOVE */
/* ***************** */

/* Widget Styles
-------------------------------------------------------------- */
.widget-item-inner {
	font-size: initial;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	padding-left: 12px;
	position: relative;
	margin: 12px 0;

	&::before {
		content: '';
		border-radius: 50%;
		background-color: #d43939;
		left: 0;
		position: absolute;
		top: 6px;
		display: block;
		width: 6px;
		height: 6px;
	}
}

.wp-block-latest-comments__comment:not(:last-child) {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #dbdbdb;
}

.widget-ads{
	text-align: center;
	background-color: #ebebeb;
	padding: 50px 16px;
	font-size: 16px;
	font-weight: 700;
	margin: 20px 0;
}