.dm-intent-content {
	color: #32373c;
}

.dm-intent-content .woocommerce-breadcrumb {
	margin: 0 0 22px;
	font-size: 14px;
	line-height: 1.6;
}

.dm-intent-hero {
	display: grid;
	grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
	gap: clamp(24px, 4vw, 52px);
	align-items: center;
	margin-bottom: 34px;
	padding: clamp(24px, 4vw, 48px);
	border: 1px solid #dfe5e8;
	border-radius: 18px;
	background: linear-gradient(135deg, #fff 0%, #f2faff 100%);
	box-shadow: 0 14px 38px rgba(28, 45, 57, .08);
}

.dm-intent-media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 260px;
	overflow: hidden;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(28, 45, 57, .1);
}

.dm-intent-listing-image {
	display: block;
	width: 100%;
	height: auto;
	max-height: 380px;
	object-fit: contain;
}

.dm-intent-kicker {
	margin: 0 0 10px;
	color: #007eae;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.dm-intent-summary h1 {
	margin: 0 0 18px;
	color: #23282d;
	font-size: clamp(1.75rem, 3vw, 2.65rem);
	font-weight: 750;
	line-height: 1.14;
	overflow-wrap: anywhere;
}

.dm-intent-summary > p {
	font-size: 17px;
	line-height: 1.7;
}

.dm-intent-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
}

.dm-intent-badges span {
	padding: 6px 10px;
	border: 1px solid #b9e6f7;
	border-radius: 999px;
	background: #ecf9fe;
	color: #245064;
	font-size: 13px;
	font-weight: 650;
}

.dm-intent-primary-cta,
.dm-intent-content .button {
	display: inline-block;
	padding: 12px 20px;
	border-radius: 7px;
	background: #00aff0;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.dm-intent-primary-cta:hover,
.dm-intent-content .button:hover {
	background: #008fc5;
	color: #fff;
}

.dm-intent-panel {
	margin: 0 0 26px;
	padding: clamp(22px, 3vw, 36px);
	border: 1px solid #e2e7ea;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(28, 45, 57, .05);
}

.dm-intent-panel h2 {
	margin-top: 0;
	color: #23282d;
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	font-weight: 750;
}

.dm-intent-marketplace-panel {
	border-left: 5px solid #00aff0;
}

@media (max-width: 760px) {
	.dm-intent-hero {
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.dm-intent-media {
		min-height: 190px;
	}

	.dm-intent-summary h1 {
		font-size: clamp(1.55rem, 7vw, 2.15rem);
	}
}
