.ced-featured-bed-product .ced-featured-bed-social-proof {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 20px;
	margin: 34px 0 22px;
	padding: 22px 24px;
	border: 1px solid rgba(177, 153, 112, 0.28);
	border-radius: 14px;
	background: #fbf8f2;
}

.ced-featured-bed-product .ced-featured-bed-social-proof--empty {
	grid-template-columns: minmax(0, 1fr) auto;
}

.ced-featured-bed-product .ced-featured-bed-social-proof__rating .star-rating {
	margin: 0;
	font-size: 1.1rem;
}

.ced-featured-bed-product .ced-featured-bed-social-proof__content > * {
	margin-top: 0;
}

.ced-featured-bed-product .ced-featured-bed-social-proof__eyebrow {
	margin-bottom: 3px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: #927a54;
}

.ced-featured-bed-product .ced-featured-bed-social-proof__content h2,
.ced-featured-bed-product .ced-featured-bed-demo-reviews h2 {
	margin-bottom: 4px;
	font-size: clamp(1.1rem, 1.6vw, 1.45rem);
	line-height: 1.2;
}

.ced-featured-bed-product .ced-featured-bed-social-proof__content p:last-child {
	margin-bottom: 0;
	font-size: 0.9rem;
	color: #5d5a55;
}

.ced-featured-bed-product .ced-featured-bed-social-proof__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 17px;
	border: 1px solid #b39b73;
	border-radius: 8px;
	font-size: 0.86rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	color: #2b2926;
	background: #fff;
}

.ced-featured-bed-product .ced-featured-bed-social-proof__link:hover,
.ced-featured-bed-product .ced-featured-bed-social-proof__link:focus-visible {
	background: #f2eadc;
}

.ced-featured-bed-product .ced-featured-bed-social-proof__link--primary {
	color: #fff;
	background: #a98f66;
}

.ced-featured-bed-product .ced-featured-bed-social-proof__link--primary:hover,
.ced-featured-bed-product .ced-featured-bed-social-proof__link--primary:focus-visible {
	color: #fff;
	background: #927a54;
}

.ced-featured-bed-product .ced-featured-bed-demo-reviews {
	margin: 0 0 34px;
	padding: 26px;
	border: 1px solid rgba(177, 153, 112, 0.26);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(43, 41, 38, 0.045);
}

.ced-featured-bed-product .ced-featured-bed-demo-reviews__heading {
	max-width: 760px;
	margin-bottom: 20px;
}

.ced-featured-bed-product .ced-featured-bed-demo-reviews__heading > * {
	margin-top: 0;
}

.ced-featured-bed-product .ced-featured-bed-demo-reviews__heading p:last-child {
	margin-bottom: 0;
	font-size: 0.88rem;
	line-height: 1.55;
	color: #6b6761;
}

.ced-featured-bed-product .ced-featured-bed-demo-reviews__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.ced-featured-bed-product .ced-featured-bed-demo-review {
	position: relative;
	min-height: 175px;
	padding: 20px;
	border: 1px solid rgba(177, 153, 112, 0.24);
	border-radius: 13px;
	background: linear-gradient(180deg, #fff 0%, #fbf8f2 100%);
	box-shadow: 0 5px 16px rgba(43, 41, 38, 0.035);
}

.ced-featured-bed-product .ced-featured-bed-demo-review::before {
	content: "“";
	position: absolute;
	top: 12px;
	right: 17px;
	font-family: Georgia, serif;
	font-size: 2.3rem;
	line-height: 1;
	color: rgba(169, 143, 102, 0.18);
}

.ced-featured-bed-product .ced-featured-bed-demo-review__stars {
	margin-bottom: 8px;
	font-size: 1.02rem;
	letter-spacing: 0.07em;
	color: #a98f66;
}

.ced-featured-bed-product .ced-featured-bed-demo-review h3 {
	margin: 0 0 9px;
	font-size: 1rem;
	line-height: 1.25;
}

.ced-featured-bed-product .ced-featured-bed-demo-review p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.6;
	color: #514e49;
}

.ced-featured-bed-product .ced-featured-bed-demo-reviews__more {
	margin-top: 18px;
}

.ced-featured-bed-product .ced-featured-bed-demo-reviews__more > summary {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	width: fit-content;
	margin: 0 auto;
	padding: 0 22px;
	border: 1px solid #b39b73;
	border-radius: 10px;
	font-size: 0.9rem;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
	background: #fff;
	color: #2b2926;
}

.ced-featured-bed-product .ced-featured-bed-demo-reviews__more > summary::-webkit-details-marker {
	display: none;
}

.ced-featured-bed-product .ced-featured-bed-demo-reviews__more[open] > summary {
	margin-bottom: 16px;
	background: #f2eadc;
}

@media (max-width: 689px) {
	.ced-featured-bed-product .ced-featured-bed-social-proof,
	.ced-featured-bed-product .ced-featured-bed-social-proof--empty {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 24px;
		padding: 18px;
	}

	.ced-featured-bed-product .ced-featured-bed-social-proof__link {
		width: 100%;
	}

	.ced-featured-bed-product .ced-featured-bed-demo-reviews {
		padding: 18px;
	}

	.ced-featured-bed-product .ced-featured-bed-demo-reviews__grid {
		gap: 12px;
	}

	.ced-featured-bed-product .ced-featured-bed-demo-review {
		min-height: 0;
		padding: 16px;
	}

	.ced-featured-bed-product .ced-featured-bed-demo-reviews__more > summary {
		width: 100%;
	}
}

@media (max-width: 560px) {
	.ced-featured-bed-product .ced-featured-bed-demo-reviews__grid {
		grid-template-columns: 1fr;
	}
}
