.page-id-89 .entry-header {
	margin-bottom: 30px;
}

.page-id-89 .entry-title {
	margin: 0;
}

.page-id-89 .entry-content {
	margin-top: 0;
}

.page-id-89 .entry-content code {
	display: block;
	padding: 0;
	background: transparent;
	border: 0;
	color: inherit;
	font: inherit;
	white-space: normal;
}

.page-id-89 .entry-content > p {
	margin: 0;
}

.zdp-product-list {
	display: block;
	max-width: 820px;
	margin: 0 0 34px;
}

.zdp-product-card {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.zdp-product-card + .zdp-product-card {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid var(--zd-border-soft, #e2e5e9);
}

.zdp-product-card-inner {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	column-gap: 24px;
	align-items: center;
	min-height: 88px;
	color: inherit;
	text-decoration: none;
}

.zdp-product-card-inner:hover .zdp-product-card-title {
	color: var(--zd-link, #095a99);
}

.zdp-product-card-logo {
	display: block;
	width: 88px;
	height: 88px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	overflow: visible;
}

.zdp-product-card-logo img {
	display: block;
	width: 88px;
	height: 88px;
	max-width: none;
	margin: 0;
	padding: 0;
	float: none;
	object-fit: contain;
	background: transparent;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none;
}

.zdp-product-card-body,
.zdp-product-card-title,
.zdp-product-card-subtitle,
.zdp-product-card-meta {
	display: block;
	min-width: 0;
}

.zdp-product-card-title {
	margin: 0 0 6px;
	color: var(--zd-heading, #202124);
	font-size: 1.08em;
	font-weight: 700;
	line-height: 1.22;
}

.zdp-product-card-subtitle {
	max-width: 680px;
	margin: 0 0 8px;
	color: var(--zd-text, #2f3437);
	font-size: 0.94em;
	line-height: 1.45;
}

.zdp-product-card-meta {
	margin: 0;
	color: var(--zd-muted, #6f7478);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	font-size: 0.82em;
	font-variant-numeric: lining-nums tabular-nums;
	font-feature-settings: "lnum" 1, "tnum" 1;
	line-height: 1.35;
}

.zdp-product-card-meta::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 8px;
	border-radius: 50%;
	background: #15803d;
	vertical-align: -1px;
}

.zdp-product-card-platform,
.zdp-product-card-version {
	display: inline;
}

.zdp-product-card-platform + .zdp-product-card-version::before {
	content: " / ";
	color: #9aa0a6;
}

.zdp-sidebar-product-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.zdp-sidebar-product-item {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted var(--zd-border, #cfd4da);
}

.widget .zdp-sidebar-product-link,
.zdp-sidebar-product-link {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	gap: 11px;
	align-items: center;
	width: 100%;
	color: inherit;
	text-decoration: none;
}

.widget .zdp-sidebar-product-link:hover .zdp-sidebar-product-name,
.zdp-sidebar-product-link:hover .zdp-sidebar-product-name {
	color: var(--zd-link-hover, #1375bd);
}

.zdp-sidebar-product-icon {
	display: block;
	width: 40px;
	height: 40px;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.zdp-sidebar-product-icon img {
	display: block;
	width: 40px;
	height: 40px;
	max-width: none;
	margin: 0;
	padding: 0;
	float: none;
	object-fit: contain;
	background: transparent;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none;
}

.zdp-sidebar-product-copy,
.zdp-sidebar-product-name,
.zdp-sidebar-product-version {
	display: block;
	min-width: 0;
}

.zdp-sidebar-product-name {
	overflow: hidden;
	color: var(--zd-link, #095a99);
	font-size: 0.92em;
	font-weight: 600;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zdp-sidebar-product-version {
	margin-top: 2px;
	overflow: hidden;
	color: var(--zd-muted, #6f7478);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	font-size: 0.76em;
	font-variant-numeric: lining-nums tabular-nums;
	font-feature-settings: "lnum" 1, "tnum" 1;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zdp-product-detail {
	background: var(--zd-surface, #fff);
	padding: 28px 30px 32px;
	border: 1px solid var(--zd-border, #cfd4da);
	border-bottom: 3px solid #c0c6cc;
	border-radius: var(--zd-radius, 6px);
	box-shadow: var(--zd-shadow, 0 1px 2px rgba(15, 23, 42, 0.08));
}

.zdp-product-hero {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	margin-bottom: 24px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--zd-border-soft, #e2e5e9);
}

.zdp-product-logo {
	width: 104px;
	height: 104px;
	overflow: visible;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.zdp-product-logo img {
	display: block;
	width: 104px;
	height: 104px;
	max-width: none;
	object-fit: contain;
	background: transparent;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none;
}

.zdp-product-title {
	margin: 0 0 8px;
	color: var(--zd-heading, #202124);
	font-size: 2em;
	font-weight: 500;
	line-height: 1.18;
}

.zdp-product-subtitle {
	max-width: 760px;
	margin: 0 0 14px;
	color: var(--zd-text, #2f3437);
	font-size: 1.02em;
	line-height: 1.52;
}

.zdp-product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}

.zdp-product-meta span {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 4px 9px;
	background: #f7f8f9;
	border: 1px solid var(--zd-border-soft, #e2e5e9);
	border-radius: 4px;
	color: #596168;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	font-size: 0.82em;
	font-variant-numeric: lining-nums tabular-nums;
	font-feature-settings: "lnum" 1, "tnum" 1;
	line-height: 1.2;
}

.zdp-product-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 28px;
}

.zdp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 9px 14px;
	border: 1px solid var(--zd-border, #cfd4da);
	border-radius: 5px;
	background: #fff;
	color: var(--zd-heading, #202124);
	font-size: 0.92em;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.2;
}

.zdp-button:hover {
	border-color: #aeb5bd;
	color: #000;
}

.zdp-button-primary {
	background: #000;
	border-color: #000;
	color: #fff;
}

.zdp-button-primary:hover {
	background: #2f3337;
	border-color: #2f3337;
	color: #fff;
}

.zdp-product-section {
	margin-top: 30px;
}

.zdp-product-section h2 {
	margin: 0 0 14px;
	padding-bottom: 9px;
	border-bottom: 1px dotted #a7adb4;
	color: var(--zd-heading, #202124);
	font-size: 1.36em;
	font-weight: 500;
	line-height: 1.25;
}

.zdp-product-section .entry-content {
	margin-top: 0;
}

.zdp-screenshot-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.zdp-screenshot-grid a {
	display: block;
	overflow: hidden;
	background: #f7f8f9;
	border: 1px solid var(--zd-border-soft, #e2e5e9);
	border-radius: 6px;
}

.zdp-screenshot-grid img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	border: 0 !important;
	border-radius: 0;
}

.zdp-video-embed {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

.zdp-video-embed iframe,
.zdp-video-embed video {
	display: block;
	width: 100%;
	max-width: 100%;
}

.zdp-empty-products {
	margin: 0;
	color: var(--zd-muted, #6f7478);
}

@media screen and (max-width: 780px) {
	.page-id-89 .entry-header {
		margin-bottom: 24px;
	}

	.zdp-product-list {
		margin-bottom: 28px;
	}

	.zdp-product-card + .zdp-product-card {
		margin-top: 20px;
		padding-top: 20px;
	}

	.zdp-product-card-inner {
		grid-template-columns: 74px minmax(0, 1fr);
		column-gap: 16px;
		min-height: 74px;
	}

	.zdp-product-card-logo,
	.zdp-product-card-logo img {
		width: 74px;
		height: 74px;
	}

	.zdp-product-card-title {
		font-size: 1em;
	}

	.zdp-product-card-subtitle {
		font-size: 0.88em;
		line-height: 1.42;
	}

	.zdp-product-detail {
		padding: 22px 18px 26px;
	}

	.zdp-product-hero {
		grid-template-columns: 78px minmax(0, 1fr);
		gap: 16px;
	}

	.zdp-product-logo,
	.zdp-product-logo img {
		width: 78px;
		height: 78px;
	}

	.zdp-product-title {
		font-size: 1.55em;
	}

	.zdp-product-subtitle {
		font-size: 0.95em;
	}

	.zdp-product-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.zdp-button {
		width: 100%;
	}

	.zdp-screenshot-grid {
		grid-template-columns: 1fr;
	}
}
