/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Custom CSS for Rank Math List Items */
.rank-math-list-item {
	background: #fff;
	padding: 15px 20px 2px;
	-webkit-box-shadow: 0 0 8px #d1d8dd, 0 0 40px #fff;
	box-shadow: 0 0 8px #d1d8dd, 0 0 40px #fff;
	margin-bottom: 1rem;
	border-radius: 5px;
}

ul.list-procons-green li::before {
	top: 3px;
	font-size: 1em;
	height: 1.3em;
	width: 1.3em;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%2304ac1d" d="M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"></path></svg>');
}