.affl-product-entry {
	margin-bottom: 2em;
}

.affl-product-header {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #eee;
	padding-bottom: 1em;
}

.affl-product-image {
	margin-bottom: 1em;
	text-align: center;

}

.affl-product-image img {
	max-width: 100%;
	height: auto;
}

.affl-product-title {
	margin-bottom: 0.5em;
}

.affl-product-rating {
	margin-bottom: 1em;
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.affl-product-rating .affililabs-plugin__card__rating-stars img {
	vertical-align: middle;
}

.affl-product-affiliate-link {
	margin-top: 1em;
	margin-bottom: 1em;
}

.affl-button.affl-button-primary {
	display: inline-block;
	padding: 10px 20px;
	background-color: #0073aa;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	text-align: center;
	border: none;
	cursor: pointer;
}

.affl-button.affl-button-primary:hover {
	background-color: #005a87;
}

.affl-product-pros,
.affl-product-cons {
	margin-bottom: 1.5em;
	padding: 1em;
	border: 1px solid #eee;
	border-radius: 4px;
}

.affl-product-pros h3,
.affl-product-cons h3 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 1.1em;
}

.affl-product-pros {
	border-left: 3px solid #7ad03a;
}

.affl-product-cons {
	border-left: 3px solid #dd3333;
}

.affl-product-pros ul,
.affl-product-cons ul {
	margin-left: 1.5em;
	margin-bottom: 0;
}

.affl-product-list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.affl-product-list--pros,
.affl-product-list--cons {
    list-style-type: none;
}

.affl-product-list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.5em;
	line-height: 1.4;
}

.affl-list-icon {
	width: 16px;
	height: 16px;
	margin-right: 0.5em;
	flex-shrink: 0;
	margin-top: 0.15em;
}
