/* Single product rating: trial download icon */
.single-product .summary .trial a .dem-trial-link-icon {
	fill: #b49963;
}

/* ===== OSH Utility Wrapper: Trial + OS Compatibility (2026-03-20) ===== */

/* Utility wrapper base styles */
.dem-utility-wrapper {
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	background: #ffffff;
	padding: 0;
	margin: 0;
}

.dem-utility-wrapper > * {
	border-top: 1px solid #f3f3f3;
	padding: 12px 16px;
}

.dem-utility-wrapper > *:first-child {
	border-top: none;
	padding-top: 12px;
}

/* Trial button row */
.dem-utility-wrapper .trial {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	text-align: center;
}

.dem-utility-wrapper .trial a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #b49963;
	text-decoration: none;
	font-weight: 600;
}

.dem-utility-wrapper .trial svg {
	width: 11px;
	height: 11px;
	flex-shrink: 0;
}

/* OS compatibility row */
.dem-utility-wrapper .dem-compatibility-row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 15px;
	background: #f7f7f7;
	border-top: 1px solid #e3e3e3;
}

.dem-utility-wrapper .dem-compatibility-row .dem-compatibility-title {
	font-size: 13px;
	font-weight: 400;
	color: #666666;
	flex-shrink: 0;
	min-width: auto;
	margin-right: 12px;
}

.dem-utility-wrapper .dem-compatibility-icons {
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: nowrap;
}

.dem-utility-wrapper .dem-compatibility-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 26px;
	flex-shrink: 0;
}

.dem-utility-wrapper .dem-compatibility-icon svg {
	width: 26px;
	height: 26px;
	display: block;
}
