.coyful-rating-summary {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	clear: both;
	margin: 10px 0 18px;
}

.coyful-stars {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	line-height: 1;
}

.coyful-star {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
}

.coyful-star svg {
	display: block;
	width: 20px;
	height: 20px;
	overflow: visible;
}

.coyful-star-icon-empty path {
	fill: #fff;
	stroke: #777;
	stroke-width: 1.6;
	stroke-linejoin: round;
}

.coyful-star-fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	overflow: hidden;
}

.coyful-star-fill svg {
	max-width: none;
}

.coyful-star-icon-filled path,
.coyful-star-fill path {
	fill: #f5b800;
	stroke: #8a6200;
	stroke-width: 1.3;
	stroke-linejoin: round;
}

.coyful-summary-stars .coyful-star,
.coyful-summary-stars svg {
	width: 22px;
	height: 22px;
}

.coyful-summary-stars .coyful-star {
	flex-basis: 22px;
}

.coyful-summary-stars .coyful-star-fill {
	height: 22px;
}

.coyful-review-count {
	display: block;
	font-size: 14px;
	line-height: 1.3;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.coyful-featured-review {
	margin: 0 0 18px;
	padding: 14px 16px;
	border: 1px solid #e2e2e2;
	background: #fafafa;
}

.coyful-featured-label {
	display: block;
	margin-bottom: 7px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.coyful-featured-stars {
	margin-bottom: 7px;
}

.coyful-featured-stars .coyful-star,
.coyful-featured-stars svg {
	width: 16px;
	height: 16px;
}

.coyful-featured-stars .coyful-star {
	flex-basis: 16px;
}

.coyful-featured-stars .coyful-star-fill {
	height: 16px;
}

.coyful-featured-title {
	margin: 0 0 5px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}

.coyful-featured-quote {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font-style: normal;
	line-height: 1.45;
}

.coyful-featured-quote p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.coyful-featured-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.35;
}

.coyful-featured-footer a {
	white-space: nowrap;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.coyful-expanded-reviews {
	clear: both;
	width: 100%;
	margin: 34px 0 44px;
}

.coyful-reviews-display-only #review_form_wrapper,
.coyful-reviews-display-only .comment-respond {
	display: none !important;
}

.coyful-expanded-reviews .star-rating {
	display: none !important;
}

.coyful-review-stars {
	margin: 0 0 8px;
}

.coyful-review-title {
	margin: 0 0 6px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.35;
}

.coyful-expanded-reviews .meta {
	margin-top: 0;
	margin-bottom: 12px;
}

.coyful-review-meta {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.55;
	color: #666;
}

.coyful-review-details {
	margin-top: 12px;
	font-size: 13px;
	color: #666;
}

.coyful-review-details summary {
	display: inline-block;
	cursor: pointer;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.coyful-review-details summary::marker,
.coyful-review-details summary::-webkit-details-marker {
	display: none;
}

.coyful-review-details summary::after {
	content: " +";
}

.coyful-review-details[open] summary::after {
	content: " −";
}

@media (max-width: 767px) {
	.coyful-featured-footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}

	.coyful-expanded-reviews {
		margin-top: 26px;
	}

	.coyful-review-title {
		font-size: 16px;
	}
}
