/*
Theme Name: wpstoreflow
Description: 
Version: 1.0.0
Author: Mark Hendriksen
Author URI: 
Theme URI: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/

/* ========== Custom CSS from Generator ========== */

.wpstoreflow-checkout-review,
.wpstoreflow-checkout-confidence {
	margin-top: 20px;
	padding: 22px;
	background: #fff;
	border: 1px solid #e1e4ea;
	border-radius: 10px;
}

.wpstoreflow-checkout-review__stars {
	margin-bottom: 10px;
	color: #f5a623;
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 1;
}

.wpstoreflow-checkout-review__text {
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 1.6;
	color: #2d3241;
}

.wpstoreflow-checkout-review__author {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-size: 13px;
}

.wpstoreflow-checkout-review__author strong {
	color: #1f2430;
}

.wpstoreflow-checkout-review__author span {
	color: #7a8190;
	font-size: 12px;
}

.wpstoreflow-checkout-confidence h3 {
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: 700;
	color: #1f2430;
}

.wpstoreflow-checkout-confidence ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 11px;
}

.wpstoreflow-checkout-confidence li {
	position: relative;
	padding-left: 25px;
	font-size: 14px;
	line-height: 1.45;
	color: #2d3241;
}

.wpstoreflow-checkout-confidence li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #eaf8ef;
	color: #1f9d55;
	font-size: 11px;
	font-weight: 700;
}