.ced-featured-bed-product .ced-featured-bed-buying-guide {
	max-width: 72rem;
	margin: 0 auto;
	color: var(--theme-text-color, #242321);
}

.ced-featured-bed-product .ced-featured-bed-buying-guide__intro {
	max-width: 52rem;
	margin-bottom: 1.75rem;
}

.ced-featured-bed-product .ced-featured-bed-buying-guide__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #927a54;
}

.ced-featured-bed-product .ced-featured-bed-buying-guide__intro h2 {
	margin: 0;
	font-size: clamp(1.6rem, 1.35rem + 1vw, 2.35rem);
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.ced-featured-bed-product .ced-featured-bed-buying-guide__intro > p:last-child {
	margin: 0.9rem 0 0;
	font-size: 1rem;
	line-height: 1.7;
	color: #5e5a54;
}

.ced-featured-bed-product .ced-featured-bed-buying-guide__sizes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.ced-featured-bed-product .ced-featured-bed-buying-guide__size-card {
	position: relative;
	min-width: 0;
	padding: 1.35rem;
	border: 1px solid rgba(177, 153, 112, 0.25);
	border-radius: 14px;
	background: #fbf8f2;
}

.ced-featured-bed-product .ced-featured-bed-buying-guide__size-card:nth-child(2) {
	border-color: rgba(169, 143, 102, 0.55);
	box-shadow: 0 10px 28px rgba(74, 58, 37, 0.08);
}

.ced-featured-bed-product .ced-featured-bed-buying-guide__size {
	margin: 0 0 0.55rem;
	font-size: 1.55rem;
	font-weight: 800;
	line-height: 1;
	color: #a98f66;
}

.ced-featured-bed-product .ced-featured-bed-buying-guide__size-card h3 {
	margin: 0 0 0.55rem;
	font-size: 1rem;
}

.ced-featured-bed-product .ced-featured-bed-buying-guide__size-card > p:last-child {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.6;
	color: #5f5a54;
}

.ced-featured-bed-product .ced-featured-bed-buying-guide__checklist {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.25rem;
	padding: 1.1rem;
	border: 1px solid rgba(177, 153, 112, 0.18);
	border-radius: 14px;
	background: #fff;
}

.ced-featured-bed-product .ced-featured-bed-buying-guide__checklist > div {
	display: grid;
	grid-template-columns: 2rem minmax(0, 1fr);
	gap: 0.75rem;
	align-items: start;
}

.ced-featured-bed-product .ced-featured-bed-buying-guide__checklist span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: #a98f66;
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
}

.ced-featured-bed-product .ced-featured-bed-buying-guide__checklist p {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.5;
	color: #625e58;
}

.ced-featured-bed-product .ced-featured-bed-buying-guide__checklist strong {
	color: #242321;
}

.ced-featured-bed-product .ced-featured-bed-buying-guide__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 46px;
	margin: 1.25rem auto 0;
	padding: 0 1.25rem;
	border-radius: 9px;
	background: #a98f66;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 160ms ease, background-color 160ms ease;
}

.ced-featured-bed-product .ced-featured-bed-buying-guide__cta:hover,
.ced-featured-bed-product .ced-featured-bed-buying-guide__cta:focus-visible {
	background: #927a54;
	color: #fff;
	transform: translateY(-1px);
}

@media (max-width: 900px) {
	.ced-featured-bed-product .ced-featured-bed-buying-guide__sizes,
	.ced-featured-bed-product .ced-featured-bed-buying-guide__checklist {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 689px) {
	.ced-featured-bed-product .ced-featured-bed-buying-guide__size-card,
	.ced-featured-bed-product .ced-featured-bed-buying-guide__checklist {
		padding: 1rem;
	}

	.ced-featured-bed-product .ced-featured-bed-buying-guide__cta {
		width: 100%;
	}
}
